This is just a small design feature that I would like...I am usually moving albums from the bottom to the top and the same with images in the sorting page.
It would make more sence for me to have a 'SAVE' button at the top also and not just the bottom of the album sort page and the image sort page. Is this doable?
Comments
<?php
zenSortablesSaveButton("?page=edit&saved", "Save Order");
?>
after: Drag the albums into the order you wish them dis.... on line (somewhere around) 442 in admin.php
<?php zenSortablesSaveButton("?page=edit&album=". $album->getFolder() . "&saved");
?>
I've been meaning to clean up all the sort screens and add a few extra features, like "send to top/bottom" or give it a number to "jump" to in the order. I've been really annoyed myself with having so many albums...