Changeset 13


Ignore:
Timestamp:
Jun 11, 2009, 9:40:45 PM (15 years ago)
Author:
george
Message:
  • Přidáno: Třídy pro datový formulářový typ soubor.
  • Přidáno: Obnoven skript pro zpracování úloh z fronty.
Location:
trunk/www
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/page.php

    r12 r13  
    3232      if($DbRow[0] > 0) $Output .= ' <a href="?Action=ServerShow">Vlastní server</a>';
    3333      else $Output .= ' <a href="?Action=ServerAdd">Vytvořit vlastní server</a>';
    34       $Output .= '<a href="'.$this->System->Config['Web']['RootFolder'].'/?Action=UserOptions">Nastavení</a>';
     34      $Output .= ' <a href="'.$this->System->Config['Web']['RootFolder'].'/?Action=UserOptions">Nastavení</a>';
    3535      if($this->System->Modules['User']->User['Role'] == USER_ROLE_ADMINISTRATOR)
    3636      {
Note: See TracChangeset for help on using the changeset viewer.