Changeset 706 for trunk/Common


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/Common/Form/Form.php

    r687 r706  
    9797    if(!array_key_exists('SubmitText', $this->Definition)) $this->Definition['SubmitText'] = 'Uložit';
    9898    $Output = '<form enctype="multipart/form-data" class="Form" action="'.$this->OnSubmit.'" method="post">'.$this->ShowEditBlock().
    99       '<div><input type="submit" value="'.$this->Definition['SubmitText'].'" /> '.
     99      '<div><input name="submit" type="submit" value="'.$this->Definition['SubmitText'].'" /> '.
    100100      '<input type="button" value="Zrušit" onclick="location.href=\'?\'"/></div></form>';
    101101    return($Output);
Note: See TracChangeset for help on using the changeset viewer.