Changeset 482 for trunk/form_classes.php
- Timestamp:
- Feb 7, 2013, 9:45:02 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/form_classes.php
r480 r482 396 396 'PermanentOnline' => array('Type' => 'Boolean', 'Caption' => 'Běží stále', 'Default' => '0'), 397 397 'Interfaces' => array('Type' => 'TInterfaceList', 'Caption' => 'Rozhraní', 'Default' => ''), 398 'MapPosition' => array('Type' => 'TMapPosition', 'Caption' => 'Pozice na mapě', 'Default' => '0'), 398 399 ), 399 400 ), … … 453 454 ), 454 455 ), 456 'MapPosition' => array( 457 'Title' => 'Pozice na mapě', 458 'Table' => 'MapPosition', 459 'Items' => array( 460 'Name' => array('Type' => 'String', 'Caption' => 'Jméno', 'Default' => ''), 461 'Latitude' => array('Type' => 'Float', 'Caption' => 'Zeměpisná šířka', 'Default' => '0'), 462 'Longitude' => array('Type' => 'Float', 'Caption' => 'Zeměpisná výška', 'Default' => '0'), 463 ), 464 ), 455 465 'NewPayment' => array( 456 466 'Title' => 'Nová platba', … … 705 715 'Filter' => '1', 706 716 ), 717 'TMapPosition' => array( 718 'Type' => 'Reference', 719 'Table' => 'MapPosition', 720 'Id' => 'Id', 721 'Name' => 'Name', 722 'Filter' => '1', 723 ), 707 724 'TUser' => array( 708 725 'Type' => 'Reference',
Note:
See TracChangeset
for help on using the changeset viewer.