diff options
Diffstat (limited to 'Dozentenmodul/src/gui/image/SearchImage_GUI.java')
| -rw-r--r-- | Dozentenmodul/src/gui/image/SearchImage_GUI.java | 6 |
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 {
|
