Ignore:
Timestamp:
Jun 11, 2009, 10:43:35 PM (15 years ago)
Author:
george
Message:
  • Opraveno: Obnova uživatelského hesla přes email.
  • Upraveno: Překládat emulátor s ladícími informacemi pro GDB.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/form_classes.php

    r12 r14  
    2727      //'PhoneNumber' => array('Type' => 'String', 'Caption' => 'Telefón', 'Default' => ''),
    2828      //'ICQ' => array('Type' => 'String', 'Caption' => 'ICQ', 'Default' => ''),
     29    ),
     30  ),
     31  'PasswordRecovery' => array(
     32    'Title' => 'Obnova hesla',
     33    'SubmitText' => 'Obnovit',
     34    'Table' => '',
     35    'Items' => array(
     36      'Name' => array('Type' => 'String', 'Caption' => 'Přihlašovací jméno', 'Default' => ''),
     37      'Email' => array('Type' => 'String', 'Caption' => 'E-mail', 'Default' => ''),
    2938    ),
    3039  ),
Note: See TracChangeset for help on using the changeset viewer.