Changeset 107 for devel/www/finance/index.php
- Timestamp:
- Sep 14, 2008, 5:54:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/www/finance/index.php
r100 r107 16 16 $Output .= '<table><tr><td width="30%">'; 17 17 $Output .= '<a href="zarizeni.php">Výpis zařízení</a><br />'; 18 if($this->System->Modules['User']->CheckPermission('Finance', ' UserList')) $Output .= '<a href="clenove.php">Seznam členů</a><br />';18 if($this->System->Modules['User']->CheckPermission('Finance', 'SubjectList')) $Output .= '<a href="clenove.php">Seznam členů</a><br />'; 19 19 $Output .= '<a href="spotreba.php">Spotřeba energie</a><br />'; 20 20 $Output .= '<a href="'.$Config['Web']['RootFolder'].'/aktuality/index.php?category=9">Investice v síti</a><br />';
Note:
See TracChangeset
for help on using the changeset viewer.