Changeset 901 for trunk/Modules/Portal
- Timestamp:
- Feb 17, 2021, 9:27:32 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Portal/Portal.php
r900 r901 165 165 if ($User->CheckPermission('Finance', 'DisplaySubjectState')) 166 166 $Output .= '<a href="'.$this->System->Link('/finance/platby/').'">Finance</a><br />'; 167 if ($User->CheckPermission('Customer', 'DisplayCustomerDocuments')) 168 $Output .= '<a href="'.$this->System->Link('/user/dokumenty/').'">Dokumenty</a><br />'; 167 169 if ($User->CheckPermission('Network', 'RegistredHostList')) 168 170 $Output .= '<a href="'.$this->System->Link('/network/user-hosts/').'">Počítače</a><br />';
Note:
See TracChangeset
for help on using the changeset viewer.