Add sort order for the gallery in the uploader

git-svn-id: https://develop.svn.wordpress.org/trunk@10793 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-03-16 13:05:09 +00:00
parent b05ab08790
commit 09961ff3ac
5 changed files with 47 additions and 11 deletions
+6 -1
View File
@@ -1548,7 +1548,12 @@ jQuery(function($){
});
-->
</script>
<div id="sort-buttons" class="hide-if-no-js">
<?php _e('Sort Order:'); ?>
<a href="#" id="asc"><?php _e('Ascending'); ?></a>
<a href="#" id="desc"><?php _e('Descending'); ?></a>
<a href="#" id="clear"><?php _e('Clear'); ?></a>
</div>
<form enctype="multipart/form-data" method="post" action="<?php echo attribute_escape($form_action_url); ?>" class="media-upload-form validate" id="gallery-form">
<?php wp_nonce_field('media-form'); ?>
<?php //media_upload_form( $errors ); ?>