Changeset 1234:9b21618db095 for admin/media.php
- Timestamp:
- 07/26/13 12:55:27 (12 years ago)
- Branch:
- 2.5
- Children:
- 1237:14fa9e945cbd, 1540:e74d2f707815
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/media.php
r1230 r1234 335 335 336 336 echo 337 '<form id="fileupload" action="'.html::escapeURL($page_url).'" method="POST" enctype="multipart/form-data">'. 337 338 '<fieldset id="add-file-f"><legend>'.__('Add files').'</legend>'. 338 339 '<p>'.__('Please take care to publish media that you own and that are not protected by copyright.').'</p>'. 339 ' <form id="fileupload" action="'.html::escapeURL($page_url).'" method="POST" enctype="multipart/form-data">'. 340 '<div>'.form::hidden(array('MAX_FILE_SIZE'),DC_MAX_UPLOAD_SIZE). 341 $core->formNonce().'</div>'. 340 form::hidden(array('MAX_FILE_SIZE'),DC_MAX_UPLOAD_SIZE). 341 $core->formNonce(). 342 342 '<div class="fileupload-ctrl"><div class="files"></div></div>'; 343 343 … … 369 369 370 370 echo 371 '<div>'.form::hidden(array('d'),$d).'</div>'.371 form::hidden(array('d'),$d). 372 372 '</fieldset>'. 373 373 '</form>'.
Note: See TracChangeset
for help on using the changeset viewer.