summaryrefslogtreecommitdiffstats
path: root/Dozentenmodul/src/gui/image/SearchImage_GUI.java
diff options
context:
space:
mode:
authorNino Breuer2014-09-09 16:29:11 +0200
committerNino Breuer2014-09-09 16:29:11 +0200
commite7e590327abe2fb6820685fdee9240e163bad397 (patch)
treeb86dd9ddf53748b2b997264208e9c22fc99d8440 /Dozentenmodul/src/gui/image/SearchImage_GUI.java
parentRadioButtons "Für alle sichtbar" bei Berechtigungen hinzugefügt. (diff)
downloadtutor-module-e7e590327abe2fb6820685fdee9240e163bad397.tar.gz
tutor-module-e7e590327abe2fb6820685fdee9240e163bad397.tar.xz
tutor-module-e7e590327abe2fb6820685fdee9240e163bad397.zip
some corrections, new logo in main menu
Diffstat (limited to 'Dozentenmodul/src/gui/image/SearchImage_GUI.java')
-rw-r--r--Dozentenmodul/src/gui/image/SearchImage_GUI.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/Dozentenmodul/src/gui/image/SearchImage_GUI.java b/Dozentenmodul/src/gui/image/SearchImage_GUI.java
index 80498d81..f41135b1 100644
--- a/Dozentenmodul/src/gui/image/SearchImage_GUI.java
+++ b/Dozentenmodul/src/gui/image/SearchImage_GUI.java
@@ -734,7 +734,7 @@ public class SearchImage_GUI extends JFrame {
labelVerantwortlicher.setBounds(10, 272, 296, 14);
panel.add(labelVerantwortlicher);
- JLabel label = new JLabel("Weitere Verantwortliche:");
+ JLabel label = new JLabel("Weitere Ansprechpartner:");
label.setBounds(10, 284, 130, 14);
panel.add(label);
@@ -933,8 +933,8 @@ public class SearchImage_GUI extends JFrame {
labelName.setText(res.get("name"));
labelOS.setText(res.get("os"));
labelUpdate.setText(out.format(in.parse(res.get("lastupdate"))));
- labelVerantwortlicher.setText(res.get("owner"));
- labelWeitereVerantwortliche.setText("Noch nicht Verf\u00fcgbar");
+ labelVerantwortlicher.setText(res.get("owner") + " (" + res.get("mail") + ")");
+ labelWeitereVerantwortliche.setText("Keine");
if (res.get("template").equals("true")) {
labelVorlage.setText("Ja");
} else {