ggbig
01-17-2008, 07:03 PM
in include/staff/footer.inc.php replace line 4:
<div id="footer">Copyright © 2006-<?=date('Y')?> osTicket.com. All Rights Reserved.</div>
with:
<div valign="top" id="footer">
<a href="admin.php"><img src="../images/home.gif"> Admin</a> |
<a href="tickets.php"><img src="../images/icons/ticket.gif"> Tickets Main Page</a> |
<a href="tickets.php?a=open"><img src="../images/new_ticket.gif"> New Ticket</a> |
<a href="" onclick="window.scrollTo(0,0); return false"><img src="../images/top.gif"> Back to Top</a> |
<a target="_blank" href="http://osticket.com/forums/"><img src="../images/forums.gif"> Support Forums</a>
</div>
and upload the two new images i have attached to this post to the main osTicket image directory, and you will have some VERY HANDY navigation in your staff/admin footer to save time getting around in your ticket system. Which is a life saver when added up throughout your day.
Thanks again for such a great Open Source Ticket System! :)
<div id="footer">Copyright © 2006-<?=date('Y')?> osTicket.com. All Rights Reserved.</div>
with:
<div valign="top" id="footer">
<a href="admin.php"><img src="../images/home.gif"> Admin</a> |
<a href="tickets.php"><img src="../images/icons/ticket.gif"> Tickets Main Page</a> |
<a href="tickets.php?a=open"><img src="../images/new_ticket.gif"> New Ticket</a> |
<a href="" onclick="window.scrollTo(0,0); return false"><img src="../images/top.gif"> Back to Top</a> |
<a target="_blank" href="http://osticket.com/forums/"><img src="../images/forums.gif"> Support Forums</a>
</div>
and upload the two new images i have attached to this post to the main osTicket image directory, and you will have some VERY HANDY navigation in your staff/admin footer to save time getting around in your ticket system. Which is a life saver when added up throughout your day.
Thanks again for such a great Open Source Ticket System! :)