|
#1
|
|||
|
|||
|
1. in file /include/client/header.inc.php *1 - Change: </div> <ul id="nav"> <? if($thisclient && is_object($thisclient) && $thisclient->isValid()) {?> *1 - To: </div> <ul id="nav"> <li><a class="login_staff" href="scp/admin.php">Staff Login</a></li> <? if($thisclient && is_object($thisclient) && $thisclient->isValid()) {?> 2. in file /scp/css/main.css *2 - Change: #nav a.staff { background:url(../images/icons/list_groups.gif) 0 5px no-repeat #ececec; } #nav a.user { background:url(../images/icons/list_users.gif) 0 5px no-repeat #ececec; } *2 - To: #nav a.staff { background:url(../images/icons/list_groups.gif) 0 5px no-repeat #ececec; } #nav a.login_staff { background:url(../images/staff_login.gif) 0 5px no-repeat; } #nav a.user { background:url(../images/icons/list_users.gif) 0 5px no-repeat #ececec; } 3. in file /styles/main.css *3 - Change: #nav a.home { background:url(../images/home.gif) 0 5px no-repeat; } #nav a.new_ticket { background:url(../images/new_ticket.gif) 0 5px no-repeat; } *3 - To: #nav a.home { background:url(../images/home.gif) 0 5px no-repeat; } #nav a.login_staff { background:url(../images/staff_login.gif) 0 5px no-repeat; } #nav a.new_ticket { background:url(../images/new_ticket.gif) 0 5px no-repeat; } 4. in folder /images add staff_login.gif 5. in file /include/staff/header.inc.php *5 - Change: <div id="header"> <a id="logo" href="index.php" title="osTicket"><img src="images/ostlogo.jpg" width="188" height="72" alt="osTicket"></a> <p id="info">Welcome back, <strong><?=$thisuser->getUsername()?></strong> *5 - To: <div id="header"> <a id="logo" href="../index.php" title="osTicket"><img src="images/ostlogo.jpg" width="188" height="72" alt="osTicket"></a> <p id="info">Welcome back, <strong><?=$thisuser->getUsername()?></strong> Last edited by scottro; 07-11-2011 at 08:57 AM. Reason: amendment |
|
#2
|
|||
|
|||
|
Thank you!
Been looking for this. ![]() Danny |
|
#3
|
|||
|
|||
|
Great mod. My team was asking for this and your version looks much cleaner than mine did!
Thanks for the post! fireballbrady |
|
#4
|
|||
|
|||
|
I like this and just about anything else that saves my clicking finger.
Thumbsup!
|
|
#5
|
|||
|
|||
|
I cant view my Tickets ??? Can you help me solve this problem please
|
|
#6
|
|||
|
|||
|
Either undo the modifications you have made or overwrite the affected files with originals.
|
|
#7
|
|||
|
|||
|
All,
It was some time ago I posted this, but it's always nice to get positive feedback. Greetings, Wim |
|
#8
|
|||
|
|||
|
Nice to have you back!!
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|