Legend:
- Unmodified
- Added
- Removed
-
index.php
r22 r32 13 13 $FormUserLogin = array( 14 14 'Title' => 'Přihlášení', 15 'SubmitBu ffonText' => 'Přihlásit',15 'SubmitButtonText' => 'Přihlásit', 16 16 'Items' => array( 17 17 array('Name' => 'UserName', 'Type' => TypeStringId, 'Caption' => 'Jméno', 'Value' => ''), … … 23 23 'Title' => 'Registrace uživatele', 24 24 'Table' => 'User', 25 'SubmitBu ffonText' => 'Registrovat',25 'SubmitButtonText' => 'Registrovat', 26 26 'Items' => array( 27 27 array('Name' => 'UserName', 'Type' => TypeStringId, 'Caption' => 'Přihlašovací jméno', 'Value' => ''),
Note:
See TracChangeset
for help on using the changeset viewer.