Changeset 912 for trunk/Packages/Common/Modules
- Timestamp:
- Aug 3, 2021, 11:38:29 AM (3 years ago)
- Location:
- trunk/Packages/Common/Modules
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common/Modules/ModuleManager.php
r900 r912 404 404 { 405 405 parent::__construct($System); 406 $this->FullTitle = T('Modules'); 407 $this->ShortTitle = T('Modules'); 406 $this->Title = T('Modules'); 408 407 $this->ParentClass = 'PageSetup'; 409 408 $this->YesNo = array(false => T('No'), true => T('Yes')); -
trunk/Packages/Common/Modules/Setup.php
r903 r912 75 75 { 76 76 parent::__construct($System); 77 $this->FullTitle = T('Application setup'); 78 $this->ShortTitle = T('Application setup'); 77 $this->Title = T('Application setup'); 79 78 //$this->ParentClass = 'PageSetupRedirect'; 80 79 $this->ConfigDir = dirname(dirname(dirname(__FILE__))).'/Config';
Note:
See TracChangeset
for help on using the changeset viewer.