]> wagnertech.de Git - kivitendo-erp.git/commitdiff
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 0ad43f50f2ac0fd3f4756291bac5745b08db09f3..b798c11b84da8f8f2fac34fcf8a28e7af1f6f9b7 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 11e676e08c9cb1a5e309de9947e2a3986ebc2274..55fcab82b23a987b24fbb7d7d2816d2999ca8323 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 88729888173f89136e0c5d1c860859ea19f6fdf8..a89b268b9c4585e6acf2bfb2a64812ef069d9452 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>