Changeset 478
- Timestamp:
- Jan 26, 2013, 9:45:24 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/form_classes.php
r466 r478 219 219 'BuyPrice' => array('Type' => 'Integer', 'Caption' => 'Kupní cena', 'Default' => '0', 'Suffix' => 'Kč'), 220 220 'Amount' => array('Type' => 'Integer', 'Caption' => 'Množství', 'Default' => '1'), 221 'SerialNumber' => array('Type' => 'String', 'Caption' => 'Sériové číslo', 'Default' => ''), 221 'SerialNumber' => array('Type' => 'String', 'Caption' => 'Sériové číslo', 'Default' => '', 'Null' => true), 222 'RegNumber' => array('Type' => 'String', 'Caption' => 'Evidenční číslo', 'Default' => '', 'Null' => true), 222 223 'Location' => array('Type' => 'TMember', 'Caption' => 'Umístění', 'Default' => '', 'Null' => true), 223 224 'Segment' => array('Type' => 'TNetworkSegment', 'Caption' => 'Úsek sítě', 'Default' => '', 'Null' => true), … … 330 331 'Login' => array('Type' => 'String', 'Caption' => 'Přihlašovací jméno', 'Default' => ''), 331 332 'Name' => array('Type' => 'String', 'Caption' => 'Celé jméno', 'Default' => ''), 332 'Password' => array('Type' => 'Password', 'Caption' => 'Heslo', 'Default' => '' ),333 'Password' => array('Type' => 'Password', 'Caption' => 'Heslo', 'Default' => '', 'Method' => 'DoubleSHA1'), 333 334 'Email' => array('Type' => 'String', 'Caption' => 'E-mail', 'Default' => ''), 334 335 'LastIpAddress' => array('Type' => 'String', 'Caption' => 'Poslední IP adresa', 'Default' => '', 'ReadOnly' => true),
Note:
See TracChangeset
for help on using the changeset viewer.