mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 10:56:26 +00:00
14 lines
579 B
PHP
14 lines
579 B
PHP
<?
|
|
/*
|
|
* Common header linkbox for Reports v2
|
|
*/
|
|
?>
|
|
<div class="linkbox thin">
|
|
<a href="reportsv2.php" class="brackets">Views</a>
|
|
<a href="reportsv2.php?action=new" class="brackets">New (auto-assigned)</a>
|
|
<a href="reportsv2.php?view=unauto" class="brackets">New (un-auto)</a>
|
|
<a href="reportsv2.php?view=staff&id=<?=$LoggedUser['ID']?>" class="brackets">View your claimed reports</a>
|
|
<a href="reportsv2.php?view=resolved" class="brackets">View old reports</a>
|
|
<a href="reportsv2.php?action=search" class="brackets tooltip" title="vaporware">Search reports</a>
|
|
</div>
|