Changeset 912 for trunk/Modules/User
- Timestamp:
- Aug 3, 2021, 11:38:29 AM (3 years ago)
- Location:
- trunk/Modules/User
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/User/UserList.php
r887 r912 6 6 { 7 7 parent::__construct($System); 8 $this-> FullTitle = 'Seznam registrovanýchuživatelů';9 $this-> ShortTitle = 'Seznamuživatelů';8 $this->Title = 'Seznam uživatelů'; 9 $this->Description = 'Seznam registrovaných uživatelů'; 10 10 $this->ParentClass = 'PagePortal'; 11 11 } -
trunk/Modules/User/UserPage.php
r901 r912 6 6 { 7 7 parent::__construct($System); 8 $this->FullTitle = 'Uživatel'; 9 $this->ShortTitle = 'Uživatel'; 8 $this->Title = 'Uživatel'; 10 9 $this->ParentClass = 'PagePortal'; 11 10 }
Note:
See TracChangeset
for help on using the changeset viewer.