Changeset 614 for trunk/pages/register.php
- Timestamp:
- Aug 7, 2009, 11:38:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/pages/register.php
r597 r614 39 39 '<br />'); 40 40 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 42 46 { 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>'); 49 49 echo('<br />'); 50 50
Note:
See TracChangeset
for help on using the changeset viewer.