mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 02:46:30 +00:00
14 lines
385 B
PHP
14 lines
385 B
PHP
<?
|
|
/*
|
|
* Self explanatory
|
|
*/
|
|
?>
|
|
<div class="linkbox thin">
|
|
<a href="reportsv2.php">Views</a>
|
|
| <a href="reportsv2.php?action=new">New</a>
|
|
| <a href="reportsv2.php?view=unauto">New (un-auto)</a>
|
|
| <a href="reportsv2.php?view=staff&id=<?=$LoggedUser['ID']?>">Mine</a>
|
|
| <a href="reportsv2.php?view=resolved">Old</a>
|
|
| <a href="reportsv2.php?action=search">Search</a>
|
|
</div>
|