Changeset 20 for trunk/www/form_classes.php
- Timestamp:
- Jun 12, 2009, 11:18:23 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/form_classes.php
r16 r20 54 54 'Name' => array('Type' => 'String', 'Caption' => 'Název', 'Default' => 'WoW server'), 55 55 'Description' => array('Type' => 'Text', 'Caption' => 'Popis', 'Default' => ''), 56 'Homepage' => array('Type' => ' String', 'Caption' => 'Webové stránky', 'Default' => ''),57 'Type' => array('Type' => ' TServerType', 'Caption' => 'Typ', 'Default' => 0),58 'Database' => array('Type' => ' TDatabase', 'Caption' => 'Databáze', 'Default' => 0),56 'Homepage' => array('Type' => 'Hyperlink', 'Caption' => 'Webové stránky', 'Default' => ''), 57 'Type' => array('Type' => 'ServerType', 'Caption' => 'Typ', 'Default' => 0), 58 'Database' => array('Type' => 'Database', 'Caption' => 'Databáze', 'Default' => 0), 59 59 'Motd' => array('Type' => 'String', 'Caption' => 'Zpráva dne', 'Default' => 'Vítejte na free WoW serveru'), 60 60 ), … … 80 80 'Name' => array('Type' => 'String', 'Caption' => 'Název', 'Default' => ''), 81 81 'UserName' => array('Type' => 'String', 'Caption' => 'Správce', 'Default' => ''), 82 'NetworkPortRealmd' => array('Type' => 'Integer', 'Caption' => 'Realm d port', 'Default' => ''),82 'NetworkPortRealmd' => array('Type' => 'Integer', 'Caption' => 'Realmlist', 'Default' => ''), 83 83 'Version' => array('Type' => 'Integer', 'Caption' => 'Verze', 'Default' => 0), 84 84 'Online' => array('Type' => 'OnlineState', 'Caption' => 'Stav', 'Default' => 0),
Note:
See TracChangeset
for help on using the changeset viewer.