Changeset 706 for trunk/Common/Form/Form.php
- Timestamp:
- Nov 8, 2014, 8:40:32 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Form/Form.php
r687 r706 97 97 if(!array_key_exists('SubmitText', $this->Definition)) $this->Definition['SubmitText'] = 'Uložit'; 98 98 $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'].'" /> '. 100 100 '<input type="button" value="Zrušit" onclick="location.href=\'?\'"/></div></form>'; 101 101 return($Output);
Note:
See TracChangeset
for help on using the changeset viewer.