Ignore:
Timestamp:
Nov 8, 2014, 8:40:32 PM (10 years ago)
Author:
chronos
Message:
  • Přidáno: Kontrola zpracování formuláře ISu bez odeslání dat z prohlížeče.
File:
1 edited

Legend:

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

    r687 r706  
    158158    $Output = '';
    159159    if(defined('NEW_PERMISSION') and !$this->System->User->CheckPermission($this->TableToModule($Table), 'Write'))
    160       return('Nemáte oprávnění');
     160      return($this->SystemMessage('Oprávnění', 'Nemáte oprávnění'));
    161161    if(array_key_exists('o', $_GET))
    162162    {
    163163      if($_GET['o'] == 'save')
    164164      {
     165        if(!array_key_exists('submit', $_POST))
     166                return($this->SystemMessage('Formulář', 'Formulář nebyl řádně odeslán. Vraťte se zpět a odešlete formulář znovu.'));
    165167        $Form = new Form($this->System->FormManager);
    166168        $Form->SetClass($Table);
Note: See TracChangeset for help on using the changeset viewer.