Changeset 32 for index.php


Ignore:
Timestamp:
Mar 12, 2009, 12:42:00 PM (16 years ago)
Author:
george
Message:
  • Přidáno: Zobrazování ladících informací v patičce dle nastavení v config.php.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • index.php

    r22 r32  
    1313    $FormUserLogin = array(
    1414      'Title' => 'Přihlášení',
    15       'SubmitBuffonText' => 'Přihlásit',
     15      'SubmitButtonText' => 'Přihlásit',
    1616      'Items' => array(
    1717        array('Name' => 'UserName', 'Type' => TypeStringId, 'Caption' => 'Jméno', 'Value' => ''),
     
    2323      'Title' => 'Registrace uživatele',
    2424      'Table' => 'User',
    25       'SubmitBuffonText' => 'Registrovat',
     25      'SubmitButtonText' => 'Registrovat',
    2626      'Items' => array(
    2727        array('Name' => 'UserName', 'Type' => TypeStringId, 'Caption' => 'Přihlašovací jméno', 'Value' => ''),
Note: See TracChangeset for help on using the changeset viewer.