diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-04-05 12:47:01 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-04-05 12:47:01 -0700 |
commit | 7c0748c7e439cdbc14ced38c21e782f4669f9b15 (patch) | |
tree | 9e73cd9b976f37394c5cf4056fe97b21a337f4ee | |
parent | 0dfd49189b0ea878e99f1590a2939e55ab02c89c (diff) |
installers, RT#16584
-rw-r--r-- | httemplate/elements/menu.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 4ba7b2f00..7abd76a2b 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -499,6 +499,7 @@ $tools_menu{'Exporting'} = [ \%tools_exporting, 'Export tools' ] tie my %config_employees, 'Tie::IxHash', 'Employees' => [ $fsurl.'browse/access_user.html', 'Setup internal users' ], 'Employee groups' => [ $fsurl.'browse/access_group.html', 'Employee groups allow you to control access to the backend' ], + 'Installer availability' => [ $fsurl.'browse/sched_item.html', 'Installer availability' ], ; tie my %config_dialup, 'Tie::IxHash', |