Changeset 1952:1aa675979ce3 for admin
- Timestamp:
- 09/18/13 22:12:09 (12 years ago)
- Branch:
- default
- Location:
- admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/_media.js
r1852 r1952 68 68 }).bind('fileuploaddone', function(e, data) { 69 69 if (data.result.files[0].html !==undefined) { 70 $('.media-list p.clear').before(data.result.files[0].html);70 $('.media-list .files-group').append(data.result.files[0].html); 71 71 } 72 72 $('.button.clean',me).show(); -
admin/media.php
r1926 r1952 338 338 echo 339 339 ($dgroup != '' ? '<div class="folders-group">'.$dgroup.'</div>' : ''). 340 ($fgroup != '' ? '<div class="files-group">'.$fgroup.'</div>' : '');340 '<div class="files-group">'.$fgroup.'</div>'; 341 341 342 342 echo $pager->getLinks();
Note: See TracChangeset
for help on using the changeset viewer.