mirror of
https://github.com/wheelybird/ldap-user-manager.git
synced 2025-01-18 23:42:54 +01:00
Header styling tweaks (#197)
* Improve display of username in header * Change colour to match other text
This commit is contained in:
parent
ccc709e010
commit
ec4d468dcf
@ -330,9 +330,9 @@ function render_menu() {
|
|||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</ul>
|
</ul>
|
||||||
<div style="text-align: right;">
|
<ul class="nav navbar-nav navbar-right">
|
||||||
<?php if(isset($USER_ID)) { print $USER_ID; } ?>
|
<li><a style="color:#333"><?php if(isset($USER_ID)) { print $USER_ID; } ?></a></li>
|
||||||
</div>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
<?php
|
<?php
|
||||||
|
Loading…
x
Reference in New Issue
Block a user