Changeset 256:2f437b678a6f for admin
- Timestamp:
- 05/13/11 10:33:19 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/media.php
r241 r256 337 337 echo 338 338 '<div class="col"><h3 id="add-file">'.__('Add files').'</h3>'. 339 '<p class="form-note info">'.__('Please take care to publish media that you own and that are not protected by copyright.').'</p>'.339 '<p>'.__('Please take care to publish media that you own and that are not protected by copyright.').'</p>'. 340 340 '<form id="media-upload" class="clear" action="'.html::escapeURL($page_url).'" method="post" enctype="multipart/form-data">'. 341 341 '<div>'.form::hidden(array('MAX_FILE_SIZE'),DC_MAX_UPLOAD_SIZE). … … 349 349 '<p><label for="upfilepriv" class="classic">'.form::checkbox(array('upfilepriv','upfilepriv'),1).' '. 350 350 __('Private').'</label></p>'. 351 '<p class="form-help info">'.__('To send several files at the same time, you can activate the enhanced uploader in'). 352 '<a href="preferences.php?tab=user-options"> '.__('My preferences').'</a></p>'. 351 353 '<p><input type="submit" value="'.__('send').'" />'. 352 354 form::hidden(array('d'),$d).'</p>'.
Note: See TracChangeset
for help on using the changeset viewer.