Ignore:
Timestamp:
Jan 24, 2012, 3:17:35 PM (13 years ago)
Author:
chronos
Message:
  • Opraveno: Řešení zobrazování navigačního pruhu.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Network/Dostupnost.php

    r385 r386  
    33class AvailabilityPage extends Page
    44{
    5   var $FullTitle = 'Dostupnost aktivních prvků sítě';
    6   var $ShortTitle = 'Dostupnost sítě';
    75  var $PeriodCount = 24;
    86  var $Period = array(
     
    1816  {
    1917    parent::__construct();
     18    $this->FullTitle = 'Dostupnost aktivních prvků sítě';
     19    $this->ShortTitle = 'Dostupnost sítě';
    2020    $this->NavigationPath[] = array('Name' => $this->ShortTitle, 'URL' => 'dostupnost');     
    2121  }
Note: See TracChangeset for help on using the changeset viewer.