Make WordPress Core


Ignore:
Timestamp:
04/03/2014 11:52:45 PM (10 years ago)
Author:
nacin
Message:

Theme Installer: Fix sorting, counts, keyboard navigation; add prev/next to previews.

props matveb.
see #27055.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/theme-install.php

    r27896 r27937  
    146146                <span><?php _e( 'Filtering by:' ); ?></span>
    147147                <div class="tags"></div>
     148                <a href="#"><?php _e( 'Edit' ); ?></a>
    148149            </div>
    149150        </div>
    150151    </div>
    151152    <div class="theme-browser"></div>
    152     <div class="theme-overlay"></div>
    153153    <div id="theme-installer" class="wp-full-overlay expanded"></div>
    154154
     
    225225                <span class="collapse-sidebar-arrow"></span>
    226226            </a>
     227            <div class="theme-navigation">
     228                <a class="previous-theme button" href="#"><?php _e( 'Previous' ); ?></a>
     229                <a class="next-theme button" href="#"><?php _e( 'Next' ); ?></a>
     230            </div>
    227231        </div>
    228232    </div>
Note: See TracChangeset for help on using the changeset viewer.