Changeset 202 for trunk/form_classes.php
- Timestamp:
- Apr 30, 2009, 11:30:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/form_classes.php
r189 r202 51 51 'Title' => 'Základní nastavení', 52 52 'Table' => 'User', 53 'SubmitText' => 'Uložit', 53 54 'Items' => array( 54 55 'Login' => array('Type' => 'String', 'Caption' => 'Přihlašovací jméno', 'Default' => ''), … … 62 63 'UserRegister' => array( 63 64 'Title' => 'Registrace uživatele', 65 'SubmitText' => 'Registrovat', 64 66 'Table' => 'User', 65 67 'Items' => array( … … 90 92 'PasswordRecovery' => array( 91 93 'Title' => 'Obnova hesla', 94 'SubmitText' => 'Obnovit', 92 95 'Table' => '', 93 96 'Items' => array( 94 97 'Name' => array('Type' => 'String', 'Caption' => 'Přihlašovací jméno', 'Default' => ''), 95 98 'Email' => array('Type' => 'String', 'Caption' => 'E-mail', 'Default' => ''), 99 ), 100 ), 101 'UserLogin' => array( 102 'Title' => 'Přihlášení uživatele', 103 'SubmitText' => 'Přihlásit', 104 'Table' => '', 105 'Items' => array( 106 'Username' => array('Type' => 'String', 'Caption' => 'Přihlašovací jméno', 'Default' => ''), 107 'Password' => array('Type' => 'Password', 'Caption' => 'Heslo', 'Default' => ''), 96 108 ), 97 109 ),
Note:
See TracChangeset
for help on using the changeset viewer.