Ignore:
Timestamp:
Feb 10, 2013, 12:28:22 PM (12 years ago)
Author:
chronos
Message:
  • Opraveno: Neukládat položky ve formuláři, které jsou jen pro čtení.
  • Opraveno: Formátování html ve zobrazení ISu.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/IS/IS.php

    r484 r485  
    222222    $Output .= '<li><a href="?a=list&amp;t='.$Table.'"><img alt="Seznam" title="Seznam" src="'.
    223223        $this->System->Link('/images/list.png').'"/>Seznam</a></li>';
    224     $Output .= '</ul></div>';
     224    $Output .= '</ul>';
    225225    return($Output);
    226226  }
Note: See TracChangeset for help on using the changeset viewer.