Changeset 500 for trunk/Common/Forms.php
- Timestamp:
- Mar 10, 2013, 10:08:23 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Forms.php
r485 r500 54 54 { 55 55 if(!array_key_exists('SubmitText', $this->Definition)) $this->Definition['SubmitText'] = 'Uložit'; 56 $Output = '<form class="Form" action="'.$this->OnSubmit.'" method="post">'.$this->ShowEditBlock().56 $Output = '<form enctype="multipart/form-data" class="Form" action="'.$this->OnSubmit.'" method="post">'.$this->ShowEditBlock(). 57 57 '<div><input type="submit" value="'.$this->Definition['SubmitText'].'" /> '. 58 58 '<input type="button" value="Zrušit" onclick="location.href=\'?\'"/></div></form>';
Note:
See TracChangeset
for help on using the changeset viewer.