mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-31 02:34:38 +00:00
Reposition the Search and Filter. Brings the top of the screen closer to the wireframes.
git-svn-id: https://develop.svn.wordpress.org/trunk@9073 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -344,7 +344,7 @@ function print_plugins_table($plugins, $context = '') {
|
||||
<input type="submit" name="doaction_active" value="<?php _e('Apply'); ?>" class="button-secondary action" />
|
||||
</div>
|
||||
</div>
|
||||
<br class="clear" />
|
||||
<div class="clear"></div>
|
||||
<?php print_plugins_table($active_plugins, 'active') ?>
|
||||
</form>
|
||||
|
||||
@@ -370,7 +370,7 @@ function print_plugins_table($plugins, $context = '') {
|
||||
<input type="submit" name="clear-recent-list" value="<?php _e('Clear List') ?>" class="button-secondary" />
|
||||
</div>
|
||||
</div>
|
||||
<br class="clear" />
|
||||
<div class="clear"></div>
|
||||
<?php print_plugins_table($recent_plugins, 'recent') ?>
|
||||
</form>
|
||||
<?php endif; ?>
|
||||
@@ -388,7 +388,7 @@ function print_plugins_table($plugins, $context = '') {
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
</div>
|
||||
<br class="clear" />
|
||||
<div class="clear"></div>
|
||||
<?php print_plugins_table($inactive_plugins, 'inactive') ?>
|
||||
</form>
|
||||
<?php endif; ?>
|
||||
|
||||
Reference in New Issue
Block a user