Ignore:
Timestamp:
Jul 31, 2008, 12:09:43 PM (16 years ago)
Author:
george
Message:
  • Přidáno: Možnost zobrazit aktuality v samostném okně po kliknutí.
  • Přidáno: Funkce obnovení zapomenutého hesla uživatele.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/www/form_classes.php

    r87 r96  
    7171    ),
    7272  ),
     73  'PasswordRecovery' => array(
     74    'Title' => 'Obnova hesla',
     75    'Table' => '',
     76    'Items' => array(
     77      'Name' => array('Type' => 'String', 'Caption' => 'Přihlašovací jméno', 'Default' => ''),
     78      'Email' => array('Type' => 'String', 'Caption' => 'E-mail', 'Default' => ''),
     79    ),
     80  ),
    7381  'NewNetworkDevice' => array(
    7482    'Title' => 'Vložit nové zařízení',
Note: See TracChangeset for help on using the changeset viewer.