Changeset 495 for trunk/form_classes.php


Ignore:
Timestamp:
Mar 1, 2013, 11:02:44 PM (12 years ago)
Author:
chronos
Message:
  • Upraveno: Pozice subjektu na mapě se nyní zadává jako odkaz do tabulky MapPosition.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/form_classes.php

    r486 r495  
    397397      'IC' => array('Type' => 'String', 'Caption' => 'IČ', 'Default' => ''),
    398398      'DIC' => array('Type' => 'String', 'Caption' => 'DIČ', 'Default' => ''),
    399       'MapPositionX' => array('Type' => 'Float', 'Caption' => 'Pozice X', 'Default' => '0'),
    400       'MapPositionY' => array('Type' => 'Float', 'Caption' => 'Pozice Y', 'Default' => ''),
     399      'MapPosition' => array('Type' => 'TMapPosition', 'Caption' => 'Pozice na mapě', 'Default' => '', 'Null' => true),
    401400      'WWW' => array('Type' => 'Hyperlink', 'Caption' => 'WWW', 'Default' => ''),
    402401      'Note' => array('Type' => 'String', 'Caption' => 'Poznámka', 'Default' => ''),
Note: See TracChangeset for help on using the changeset viewer.