Added help on homepage for status icons and fixed "logged in as" colour

Signed-off-by: Nathan Booth <nath.booth@gmail.com>
This commit is contained in:
Nathan Booth
2011-12-22 15:00:39 +00:00
parent 48e2b44517
commit 449fbfcf0c
2 changed files with 18 additions and 2 deletions

View File

@@ -20,10 +20,10 @@
{else}
<li><a href="{$base_uri}login/" title="Login">Login</a></li>
{/if}
{if $requested_page == home}<li><a href='#' data-placement='below' rel='popover' data-content='{include file="fragments/icon-help.tpl"}' data-original-title='What do the status icons mean?'>Help</a></li>{/if}
</ul>
{if $authenticated}
<p class="pull-right">
<p class="pull-right" style="color:#BFBFBF;">
Logged in as <a href="{$base_uri}usercp/">{$user->username}</a>
</p>
{/if}