Update service portal with new theme
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10610 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
3c32fd1eaa
commit
c367e91075
@ -47,7 +47,7 @@ function initServicePage() {
|
||||
includeCss("css/jquery.jqplot.css");
|
||||
|
||||
// Load custom stylesheet
|
||||
includeCss("css/service.css");
|
||||
includeCss("css/style.css");
|
||||
|
||||
// Reuqired JQuery plugins
|
||||
includeJs("js/jquery/jquery.dataTables.min.js");
|
||||
|
@ -34,8 +34,7 @@ echo
|
||||
if (isset($_SESSION['srv_username'])){
|
||||
echo
|
||||
"<div>
|
||||
<span style='color: white;'>User: {$_SESSION['srv_username']}</span>
|
||||
<a href='lib/srv_logout.php'>Log out</a>
|
||||
<span style='padding: 0 6px; color: white; font-weight: bold;'>{$_SESSION['srv_username']}</span> | <a id='xcat_settings'>Settings</a> | <a href='lib/logout.php'>Log out</a>
|
||||
</div>";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user