Make WordPress Core


Ignore:
Timestamp:
09/29/2008 09:26:21 AM (16 years ago)
Author:
azaozz
Message:

Add table footers and action selects at the bottom

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/upload.php

    r9020 r9028  
    400400} ?>
    401401
    402 </form>
    403 
    404402<div id="ajax-response"></div>
    405403
     
    411409?>
    412410
     411<div class="alignleft">
     412<select name="action2" id="select-action">
     413<option value="" selected><?php _e('Actions'); ?></option>
     414<option value="delete"><?php _e('Delete'); ?></option>
     415<?php if ( isset($orphans) ) { ?>
     416<option value="attach"><?php _e('Attach to a post'); ?></option>
     417<?php } ?>
     418</select>
     419<input type="submit" id="submit" value="<?php _e('Apply'); ?>" name="doaction2" id="doaction2" class="button-secondary action" />
    413420</div>
    414421
     422<br class="clear" />
     423</div>
     424</form>
    415425<br class="clear" />
    416426
Note: See TracChangeset for help on using the changeset viewer.