Skip to content

Commit 9585bf9

Browse files
author
vogelor
committed
The name of the user logged in is now visible in the header
1 parent 9553911 commit 9585bf9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

interface/web/themes/default/templates/main.tpl.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<a class="skip" href="#navigation" title="skip link">Skip to the navigation</a><span class="hideme">.</span>
6969
<a class="skip" href="#content" title="skip link">Skip to the content</a><span class="hideme">.</span>
7070
<!-- end: skip link navigation -->
71-
<span><a href="#logout" onclick="loadContent('login/logout.php');">LOGOUT</a><!-- | <a href="#" onclick="capp('help')">Help</a> | <a href="#">Imprint</a>--></span>
71+
<span><a href="#logout" onclick="loadContent('login/logout.php');">LOGOUT <tmpl_var format="strtoupper" name="cpuser"></a><!-- | <a href="#" onclick="capp('help')">Help</a> | <a href="#">Imprint</a>--></span>
7272
</div>
7373
<h1 id="ir-HeaderLogo" class="swap"><span>ISPConfig 3</span></h1>
7474
<span>hosting control panel</span>

interface/web/themes/default_no_navimg/templates/main.tpl.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<a class="skip" href="#navigation" title="skip link">Skip to the navigation</a><span class="hideme">.</span>
7070
<a class="skip" href="#content" title="skip link">Skip to the content</a><span class="hideme">.</span>
7171
<!-- end: skip link navigation -->
72-
<span><a href="#logout" onclick="loadContent('login/logout.php');">LOGOUT</a><!-- | <a href="#" onclick="capp('help')">Help</a> | <a href="#">Imprint</a>--></span>
72+
<span><a href="#logout" onclick="loadContent('login/logout.php');">LOGOUT <tmpl_var format="strtoupper" name="cpuser"></a><!-- | <a href="#" onclick="capp('help')">Help</a> | <a href="#">Imprint</a>--></span>
7373
</div>
7474
<h1 id="ir-HeaderLogo" class="swap"><span>ISPConfig 3</span></h1>
7575
<span>hosting control panel</span>

0 commit comments

Comments
 (0)