[wp-trac] [WordPress Trac] #16413: Settings page needs HTML refactoring and UI improvements
WordPress Trac
wp-trac at lists.automattic.com
Tue Dec 20 08:46:35 UTC 2011
#16413: Settings page needs HTML refactoring and UI improvements
-----------------------------------+-----------------------------
Reporter: chexee | Owner: nacin
Type: enhancement | Status: accepted
Priority: normal | Milestone: Future Release
Component: UI | Version: 3.1
Severity: normal | Resolution:
Keywords: settings ui 3.4-early |
-----------------------------------+-----------------------------
Comment (by andrewryno):
Attached first 3 patches for main network screens, options screens, and
the settings api (do_settings_*). Working on the others tomorrow
hopefully.
Remaining occurences:
{{{
./wp-admin/custom-background.php:190:<table class="form-table">
./wp-admin/custom-background.php:257:<table class="form-table">
./wp-admin/custom-header.php:486:<table class="form-table">
./wp-admin/custom-header.php:532:<table class="form-table">
./wp-admin/custom-header.php:583:<table class="form-table">
./wp-admin/edit-form-comment.php:88:<table class="form-table editcomment">
./wp-admin/edit-tag-form.php:38: <table class="form-table">
./wp-admin/includes/file.php:1021:<table class="form-table">
./wp-admin/includes/meta-boxes.php:777: <table
cellpadding="3" cellspacing="5" class="form-table">
./wp-admin/includes/meta-boxes.php:890:<table class="form-table"
style="width: 100%;" cellspacing="2" cellpadding="5">
./wp-admin/includes/ms.php:622: <table class="form-table">
./wp-admin/includes/template.php:1105: echo '<table class="form-
table">';
./wp-admin/install.php:95: <table class="form-table">
./wp-admin/install.php:224:<table class="form-table install-success">
./wp-admin/network/site-users.php:257: <div class="form-table">
./wp-admin/revision.php:156:<table class="form-table ie-fixed">
./wp-admin/revision.php:212:$args = array( 'format' => 'form-table',
'parent' => true, 'right' => $right, 'left' => $left );
./wp-admin/setup-config.php:119: <table class="form-table">
./wp-admin/user-edit.php:205:<table class="form-table">
./wp-admin/user-edit.php:243:<table class="form-table">
./wp-admin/user-edit.php:335:<table class="form-table">
./wp-admin/user-edit.php:368:<table class="form-table">
./wp-admin/user-new.php:265:<table class="form-table">
./wp-admin/user-new.php:311:<table class="form-table">
./wp-includes/post-template.php:1310: * (string) format : 'list' or
'form-table'. 'list' outputs UL, 'form-table'
./wp-includes/post-template.php:1313: * form-table
format.
./wp-includes/post-template.php:1315: * used in form-
table format.
./wp-includes/post-template.php:1326: * @todo split into two functions
(list, form-table) ?
./wp-includes/post-template.php:1371: if ( 'form-table' ==
$format ) {
./wp-includes/post-template.php:1398: if ( 'form-table' == $format ) :
?>
}}}
Then finally the CSS (which I'm working on as I go through the screens so
I can get a more complete patch).
--
Ticket URL: <http://core.trac.wordpress.org/ticket/16413#comment:37>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list