Changeset 81 for trunk/www/Application/View/Server.php
- Timestamp:
- Dec 16, 2009, 7:35:39 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/Application/View/Server.php
r78 r81 87 87 88 88 $Output = '<h4>Seznam serverů</h4>'; 89 $Table = new Table($this->ItemListFormClass );89 $Table = new Table($this->ItemListFormClass, $this->System); 90 90 if(array_key_exists('Filter', $_GET)) 91 91 {
Note:
See TracChangeset
for help on using the changeset viewer.