Changeset 428 for trunk/form_classes.php


Ignore:
Timestamp:
Oct 11, 2012, 2:00:38 PM (12 years ago)
Author:
chronos
Message:
  • Přidáno: Stránka obecné správy dat.
  • Přidáno: Zobrazení seznamu položek se zobrazením s obsluhou dle typu položky.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/form_classes.php

    r421 r428  
    22
    33$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  ),
    415  'NewPayment' => array(
    516    'Title' => 'Nová platba',
Note: See TracChangeset for help on using the changeset viewer.