Changeset 203 for trunk/index.php


Ignore:
Timestamp:
Apr 30, 2009, 11:53:58 PM (15 years ago)
Author:
george
Message:
  • Opraveno: Validace HTML stránky otvírací doby subjektů.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r202 r203  
    282282      if($_GET['Action'] == 'UserRegisterConfirm')
    283283      {
    284         $Output .= $this->SystemMessage('Registrace nového účtu', $this->System->Modules['User']->RegisterConfirm($_GET['User'], $_GET['H']));
     284        $Output .= $this->SystemMessage('Potvrzení registrace', $this->System->Modules['User']->RegisterConfirm($_GET['User'], $_GET['H']));
    285285      } else
    286286      if($_GET['Action'] == 'PasswordRecovery')
     
    310310        $Form->LoadValuesFromForm();
    311311        $Result = $this->System->Modules['User']->Register($Form->Values['Login'], $Form->Values['Password'], $Form->Values['Password2'], $Form->Values['Email'], $Form->Values['Name'], $Form->Values['PhoneNumber'], $Form->Values['ICQ']);
    312         $Output .= $this->SystemMessage('Nastavení', $Result);
     312        $Output .= $this->SystemMessage('Registrace nového účtu', $Result);
    313313        if($Result <> USER_REGISTRATED)
    314314        {
Note: See TracChangeset for help on using the changeset viewer.