Ignore:
Timestamp:
Mar 24, 2009, 5:44:56 PM (16 years ago)
Author:
george
Message:
  • Opraveno: Chyba názvu proměnné na stránce jídelníčku.
  • Opraveno: Nelogovat odhlášení anonymních uživatelů.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • www/jidelna/menuedit.php

    r149 r170  
    6262    $Output = '<form action="menuedit.php?action=savemenu" method="post">
    6363<fieldset><legend>Jídlo pro jednotlivé dny</legend>
    64 <table align="center" border="1" cellspacing="0" cellpadding="5"><tr><th>Den</th><th>Datum</th><th>Týden</th><th>Polévka</th><th>Hlavní jídlo</th><th>Stav</th></tr>';
     64<table align="center" class="WideTable"><tr><th>Den</th><th>Datum</th><th>Týden</th><th>Polévka</th><th>Hlavní jídlo</th><th>Stav</th></tr>';
    6565    for($I = 0; $I < $this->DayCount; $I++)
    6666    {
Note: See TracChangeset for help on using the changeset viewer.