Changeset 428 for trunk/form_classes.php
- Timestamp:
- Oct 11, 2012, 2:00:38 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/form_classes.php
r421 r428 2 2 3 3 $FormClasses = array( 4 'NetworkDevice' => array( 5 'Title' => 'Síťové zařízení', 6 'Table' => 'NetworkDevice', 7 'Items' => array( 8 'Name' => array('Type' => 'String', 'Caption' => 'Jméno', 'Default' => ''), 9 'Used' => array('Type' => 'Boolean', 'Caption' => 'Použito', 'Default' => '1'), 10 'Online' => array('Type' => 'Boolean', 'Caption' => 'Běží', 'Default' => '0'), 11 'LastOnline' => array('Type' => 'DateTime', 'Caption' => 'Naposledy běželo', 'Default' => ''), 12 'PermanentOnline' => array('Type' => 'Boolean', 'Caption' => 'Běží stále', 'Default' => '0'), 13 ), 14 ), 4 15 'NewPayment' => array( 5 16 'Title' => 'Nová platba',
Note:
See TracChangeset
for help on using the changeset viewer.