Changeset 3398:88f3d2561542 for admin/media.php
- Timestamp:
- 11/09/16 11:35:30 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/media.php
r3369 r3398 798 798 echo 799 799 '<h4>'.__('Add files').'</h4>'. 800 '<p >'.__('Please take care to publish media that you own and that are not protected by copyright.').'</p>'.800 '<p class="more-info">'.__('Please take care to publish media that you own and that are not protected by copyright.').'</p>'. 801 801 '<form id="fileupload" action="'.html::escapeURL($core->adminurl->get('admin.media',$page_url_params)).'" method="post" enctype="multipart/form-data" aria-disabled="false">'. 802 802 '<p>'.form::hidden(array('MAX_FILE_SIZE'),DC_MAX_UPLOAD_SIZE).
Note: See TracChangeset
for help on using the changeset viewer.