Title = 'Uživatel'; $this->Description = 'Uživatel'; $this->ParentClass = 'PagePortal'; } function Panel($Title, $Content, $Menu = array()) { if (count($Menu) > 0) foreach ($Menu as $Item) $Title .= '
| '.$Contact['Category'].''. ' | '.$Contact['Value'].''. ' | '.$Contact['Description'].''. ' | 
| '; $Output .= $this->Panel('Nabídka uživatele', $Actions); $Output .= ' | ';
      if (Core::Cast($this->System)->User->User['Id'] != null)
        {
          $Form = new Form(Core::Cast($this->System)->FormManager);
          $Form->SetClass('UserOptions');
          $Form->LoadValuesFromDatabase(Core::Cast($this->System)->User->User['Id']);
          $Form->OnSubmit = '?Action=UserOptionsSave';
          $Output .= $Form->ShowViewForm();
          //$Output .= ' '.$this->ShowContacts(); } else $Output .= $this->SystemMessage('Nastavení uživatele', 'Nejste přihlášen'); //$Output .= $this->Panel('Přehled', $this->UserPanel()); $Output .= ' |