Browse Source

GENERALINFO im menue.xml #7

master
Daniel Quathamer 3 months ago
parent
commit
655fe95aeb
  1. 1
      src/de/superx/servlet/Themenbaum.java

1
src/de/superx/servlet/Themenbaum.java

@ -105,6 +105,7 @@ public class Themenbaum implements ThemenbaumI, Serializable { @@ -105,6 +105,7 @@ public class Themenbaum implements ThemenbaumI, Serializable {
+ (SuperXManager.isHis1 ? "true" : "false") + "\"\n"
+ "hisinone_refapp=\"" + SuperXManager.his1_refapp
+ "\" showNavigation=\"true\">");
result.append(Maske.addGeneralInfo());
String welcomedPerson = login_name;
if (login_name == null || login_name.trim().equals(""))
welcomedPerson = userid.toString();

Loading…
Cancel
Save