Changeset 912 for trunk/Modules/TimeMeasure/Main.php
- Timestamp:
- Aug 3, 2021, 11:38:29 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/TimeMeasure/Main.php
r887 r912 11 11 { 12 12 parent::__construct($System); 13 $this-> ShortTitle = 'Grafy';14 $this-> FullTitle= 'Časové grafy veličin';13 $this->Title = 'Grafy'; 14 $this->Description = 'Časové grafy veličin'; 15 15 $this->ImageWidth = 800; 16 16 $this->ImageHeight = 200; … … 268 268 function Show(): string 269 269 { 270 $this-> ClearPage = true;270 $this->RawPage = true; 271 271 272 272 $Output = '';
Note:
See TracChangeset
for help on using the changeset viewer.