Ignore:
Timestamp:
Jun 12, 2009, 8:56:03 PM (15 years ago)
Author:
george
Message:
  • Opraveno: Obnovena funkčnost formulářové položky typu PointerOneToOne a možnost volby databáze serveru.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/form_classes.php

    r21 r22  
    8080    'Items' => array(
    8181      'Name' => array('Type' => 'String', 'Caption' => 'Název', 'Default' => ''),
    82       'UserName' => array('Type' => 'String', 'Caption' => 'Správce', 'Default' => ''),
    8382      'NetworkPortRealmd' => array('Type' => 'Integer', 'Caption' => 'Realmlist', 'Default' => ''),
    8483      'Version' => array('Type' => 'Integer', 'Caption' => 'Verze', 'Default' => 0),
     
    8786      'AccountCount' => array('Type' => 'Integer', 'Caption' => 'Účtů', 'Default' => 0),
    8887      'CharacterCount' => array('Type' => 'Integer', 'Caption' => 'Postav', 0),
     88      'UserName' => array('Type' => 'String', 'Caption' => 'Správce', 'Default' => ''),
    8989    ),
    9090  ),
     
    117117RegisterType('ServerType', 'Enumeration', array('Normální', 'PvP', 'RP', 'RPPvP'));
    118118RegisterType('OnlineState', 'Enumeration', array('Neaktivní', 'Aktivní'));
    119 
    120 //RegisterType('Database', 'PointerOneToOne', array('Table' => 'Database', 'Id' => 'Id', 'Name' => 'CONCAT(Name, " ", Version, " r", Revision)'));
     119RegisterType('Database', 'PointerOneToOne', array('Table' => 'Database', 'Id' => 'Id', 'Name' => 'CONCAT(Name, " ", Version, " r", Revision)'));
    121120
    122121?>
Note: See TracChangeset for help on using the changeset viewer.