Changeset 912 for trunk/Modules/TimeMeasure
- Timestamp:
- Aug 3, 2021, 11:38:29 AM (3 years ago)
- Location:
- trunk/Modules/TimeMeasure
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/TimeMeasure/Graph.php
r888 r912 19 19 function Show(): string 20 20 { 21 $this-> ClearPage = true;21 $this->RawPage = true; 22 22 $this->Render(); 23 23 return ''; -
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.