Ignore:
Timestamp:
Aug 3, 2021, 11:38:29 AM (3 years ago)
Author:
chronos
Message:
  • Modified: Updated Common package.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/TimeMeasure/Main.php

    r887 r912  
    1111  {
    1212    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';
    1515    $this->ImageWidth = 800;
    1616    $this->ImageHeight = 200;
     
    268268  function Show(): string
    269269  {
    270     $this->ClearPage = true;
     270    $this->RawPage = true;
    271271
    272272    $Output = '';
Note: See TracChangeset for help on using the changeset viewer.