Changeset 385 for trunk/Modules/Network/HostList.php
- Timestamp:
- Jan 24, 2012, 11:40:43 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Network/HostList.php
r364 r385 5 5 var $FullTitle = 'Seznam registrovaných počítačů'; 6 6 var $ShortTitle = 'Seznam počítačů'; 7 8 function __construct() 9 { 10 parent::__construct(); 11 $this->NavigationPath[] = array('Name' => $this->ShortTitle, 'URL' => 'pocitace'); 12 } 7 13 8 14 function Show()
Note:
See TracChangeset
for help on using the changeset viewer.