summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorjeff <jeff>2007-08-16 13:40:46 +0000
committerjeff <jeff>2007-08-16 13:40:46 +0000
commit1293d137b061f097190eda53e4e78214e18832e6 (patch)
treeba1a26cd005b31a4e5cdf12ba1264d6cd06e736e /httemplate/elements
parentf20b5533fdb8f1f3510b5cf4efd1f4465f359420 (diff)
support hours 'usage' tracking for our own internal use (#1733)
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/menu.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index 616900c2d..455c7b364 100644
--- a/httemplate/elements/menu.html
+++ b/httemplate/elements/menu.html
@@ -214,6 +214,8 @@ $tools_menu{'Process payment batches'} = [ $fsurl.'search/pay_batch.cgi?magic=_d
if $conf->exists('batch-enable') && $curuser->access_right('Process batches');
$tools_menu{'Job Queue'} = [ $fsurl.'search/queue.html', 'View pending job queue' ]
if $curuser->access_right('Job queue');
+$tools_menu{'Time Queue'} = [ $fsurl.'search/timeworked.html', 'View pending support time' ]
+ if $curuser->access_right('Time queue');
$tools_menu{'Importing'} = [ \%tools_importing, 'Import tools' ]
if $curuser->access_right('Import');
$tools_menu{'Exporting'} = [ \%tools_exporting, 'Export tools' ]