Gazelle/sections/reportsv2/header.php

14 lines
383 B
PHP
Raw Normal View History

2011-03-28 14:21:28 +00:00
<?
/*
* Self explanatory
*/
?>
<div class="linkbox thin">
<a href="reportsv2.php">Views</a>
| <a href="reportsv2.php?action=new">New</a>
2012-12-27 08:00:27 +00:00
| <a href="reportsv2.php?view=unauto">New (un-auto)</a>
2011-03-28 14:21:28 +00:00
| <a href="reportsv2.php?view=staff&amp;id=<?=$LoggedUser['ID']?>">Mine</a>
2013-04-19 08:00:55 +00:00
| <a href="reportsv2.php?view=resolved">Old</a>
| <a href="reportsv2.php?action=search">Search</a>
2011-03-28 14:21:28 +00:00
</div>