Ignore:
Timestamp:
Aug 7, 2009, 11:38:12 PM (15 years ago)
Author:
george
Message:
  • Přidáno: Výběr světa i na začátku stránek, kterých se výběr týká.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pages/register.php

    r597 r614  
    3939  '<br />');
    4040
    41 if($RegistrationLimit->GetFreeRegistrationCount() == 0)
     41//if($RegistrationLimit->GetFreeRegistrationCount() == 0)
     42//{
     43//  echo('<div class="h10">Registrace pro dnešní den vyčerpány</div>');
     44//  echo('<div class="h10">Dnes bylo '.$RegistrationLimit->GetPerDeyRegistrationCount().' volných registrací</div>');
     45//} else
    4246{
    43   echo('<div class="h10">Registrace pro dnešní den vyčerpány</div>');
    44   echo('<div class="h10">Dnes bylo '.$RegistrationLimit->GetPerDeyRegistrationCount().' volných registrací</div>');
    45 } else
    46 {
    47   echo('<div class="h11">Pro tento den je povoleno '.$RegistrationLimit->GetPerDeyRegistrationCount().' volných registrací</div>');
    48   echo('<div class="h11">Zbývá ještě '.$RegistrationLimit->GetFreeRegistrationCount().' volných registrací</div>');
     47  //echo('<div class="h11">Pro tento den je povoleno '.$RegistrationLimit->GetPerDeyRegistrationCount().' volných registrací</div>');
     48  //echo('<div class="h11">Zbývá ještě '.$RegistrationLimit->GetFreeRegistrationCount().' volných registrací</div>');
    4949  echo('<br />');
    5050
Note: See TracChangeset for help on using the changeset viewer.