Mandantennamen in allen MenĂ¼-Headern anzeigen
authorMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 13 Jun 2013 14:03:01 +0000 (16:03 +0200)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 13 Jun 2013 14:31:40 +0000 (16:31 +0200)
templates/webpages/menu/header.html
templates/webpages/menu/menunew.html
templates/webpages/menu/menuv3.html

index 0ad43f5..b798c11 100644 (file)
@@ -10,9 +10,9 @@
  </span>
 [%- END %]
  <span class="frame-header-element frame-header-right">
-  [% 'User' | $T8 %]:
-  [% MYCONFIG.login | html %]
-  [<a href="controller.pl?action=LoginScreen/logout" target="_top" title="[% 'Logout now' | $T8 %]">[% 'Logout' | $T8 %]</a>]
+  [[% 'User' | $T8 %]: [% MYCONFIG.login | html %] -
+   [% 'Client' | $T8 %]: [% AUTH.client.name | html %] -
+   <a href="controller.pl?action=LoginScreen/logout" target="_top" title="[% 'Logout now' | $T8 %]">[% 'Logout' | $T8 %]</a>]
   [% now.to_lxoffice %] -
   [% now.hms %]
  </span>
index 11e676e..55fcab8 100644 (file)
@@ -23,6 +23,7 @@ $(clockon);
   </span>
   <span class="frame-header-element frame-header-right">
    [[% 'User' | $T8 %]: [% MYCONFIG.login | html %] -
+    [% 'Client' | $T8 %]: [% AUTH.client.name | html %] -
    <a href="controller.pl?action=LoginScreen/logout" target="_top">[% 'logout' | $T8 %]</a>]
    [% date %] <span id='clock_id' style='position:relative'></span>&nbsp;
   </span>
index 8872988..a89b268 100644 (file)
@@ -22,6 +22,7 @@ $(clockon);
  </span>
  <span class="frame-header-element frame-header-right">
     [[% 'User' | $T8 %]: [% MYCONFIG.login | html %] -
+     [% 'Client' | $T8 %]: [% AUTH.client.name | html %] -
     <a href="controller.pl?action=LoginScreen/logout" target="_top">[% 'logout' | $T8 %]</a>]
     [% date %] <span id='clock_id' style='position:relative'></span>&nbsp;
  </span>