Changeset 912 for trunk/Modules/Finance
- Timestamp:
- Aug 3, 2021, 11:38:29 AM (3 years ago)
- Location:
- trunk/Modules/Finance
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Finance/Import.php
r901 r912 6 6 { 7 7 parent::__construct($System); 8 $this->FullTitle = 'Import plateb'; 9 $this->ShortTitle = 'Import plateb'; 8 $this->itle = 'Import plateb'; 10 9 $this->ParentClass = 'PageFinance'; 11 10 } -
trunk/Modules/Finance/Manage.php
r908 r912 6 6 { 7 7 parent::__construct($System); 8 $this->FullTitle = 'Správa financí'; 9 $this->ShortTitle = 'Správa financí'; 8 $this->Title = 'Správa financí'; 10 9 $this->ParentClass = 'PageFinance'; 11 10 } -
trunk/Modules/Finance/Trade.php
r888 r912 8 8 { 9 9 parent::__construct($System); 10 $this->FullTitle = 'Daňová evidence'; 11 $this->ShortTitle = 'Daňová evidence'; 10 $this->Title = 'Daňová evidence'; 12 11 $this->ParentClass = 'PageFinance'; 13 12 } -
trunk/Modules/Finance/UserState.php
r901 r912 6 6 { 7 7 parent::__construct($System); 8 $this-> FullTitle = 'Stav financí účastníka';9 $this-> ShortTitle = 'Stav financí';8 $this->Title = 'Stav financí'; 9 $this->Description = 'Stav financí účastníka'; 10 10 $this->ParentClass = 'PageUser'; 11 11 }
Note:
See TracChangeset
for help on using the changeset viewer.