Changeset 9073
- Timestamp:
- 10/03/2008 12:13:12 AM (16 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/categories.php
r9069 r9073 140 140 <div class="wrap"> 141 141 142 < form id="posts-filter" action="" method="get">143 144 <p id="post-search">142 <ul class="subsubsub"><li class="current"><a class="current"><br /></a></li></ul> 143 <form class="search-form" action="<?php echo $pagenow ?>" method="get"> 144 <p class="search-box"> 145 145 <label class="hidden" for="post-search-input"><?php _e('Search Categories'); ?>:</label> 146 <input type="text" id="post-search-input" name="s" value="<?php echo attribute_escape(stripslashes($_GET['s'])); ?>" />146 <input type="text" class="search-input" id="post-search-input" name="s" value="<?php echo attribute_escape(stripslashes($_GET['s'])); ?>" /> 147 147 <input type="submit" value="<?php _e( 'Search Categories' ); ?>" class="button" /> 148 148 </p> 149 149 </form> 150 <br class="clear" /> 151 152 <form id="posts-filter" action="" method="get"> 150 153 <div class="tablenav"> 151 154 … … 180 183 </div> 181 184 182 < br class="clear" />185 <div class="clear"></div> 183 186 184 187 <table class="widefat"> -
trunk/wp-admin/css/global.css
r9060 r9073 132 132 .subsubsub { 133 133 list-style: none; 134 margin: 0 0 8px; 135 padding: 0; 134 margin: 0; 135 padding: 0; 136 position: relative; 137 top: -5px; 136 138 white-space: nowrap; 137 139 font-size: 12px; … … 224 226 border-style: solid; 225 227 padding: 0 0.6em; 226 margin -bottom: 1em;228 margin: 3px 15px 5px; 227 229 } 228 230 -
trunk/wp-admin/css/ie.css
r8827 r9073 118 118 } 119 119 120 .search-box .button, #widget-search .button {121 padding: 1px;122 }123 124 120 .widefat tr, .widefat th { 125 121 margin-bottom: 0; -
trunk/wp-admin/edit-comments.php
r9069 r9073 174 174 </div> 175 175 176 <form id="posts-filter" action="" method="get"> 177 178 <p id="post-search"> 176 <form class="search-form" action="<?php echo $pagenow ?>" method="get"> 177 <p class="search-box"> 179 178 <label class="hidden" for="post-search-input"><?php _e( 'Search Comments' ); ?>:</label> 180 <input type="text" id="post-search-input" name="s" value="<?php echo $search; ?>" />179 <input type="text" class="search-input" id="post-search-input" name="s" value="<?php echo $search; ?>" /> 181 180 <input type="submit" value="<?php _e( 'Search Comments' ); ?>" class="button" /> 182 181 </p> 183 184 182 </form> 185 183 … … 250 248 </div> 251 249 252 < br class="clear" />250 <div class="clear"></div> 253 251 254 252 <?php if ( $comments ) { ?> -
trunk/wp-admin/edit-link-categories.php
r9069 r9073 76 76 <div class="wrap"> 77 77 78 < form id="posts-filter" action="" method="get">79 80 <p id="post-search">78 <ul class="subsubsub"><li><a class="current"><br /></a></li></ul> 79 <form class="search-form" action="<?php echo $pagenow ?>" method="get"> 80 <p class="search-box"> 81 81 <label class="hidden" for="post-search-input"><?php _e( 'Search Categories' ); ?>:</label> 82 <input type="text" id="post-search-input" name="s" value="<?php echo attribute_escape(stripslashes($_GET['s'])); ?>" />82 <input type="text" class="search-input" id="post-search-input" name="s" value="<?php echo attribute_escape(stripslashes($_GET['s'])); ?>" /> 83 83 <input type="submit" value="<?php _e( 'Search Categories' ); ?>" class="button" /> 84 84 </p> 85 </form> 86 <br class="clear" /> 85 87 88 <form id="posts-filter" action="" method="get"> 86 89 <div class="tablenav"> 87 90 … … 116 119 </div> 117 120 118 < br class="clear" />121 <div class="clear"></div> 119 122 120 123 <table class="widefat"> -
trunk/wp-admin/edit-pages.php
r9069 r9073 111 111 </div> 112 112 113 <div class="wrap">114 115 113 <?php if ( isset($_GET['locked']) || isset($_GET['skipped']) || isset($_GET['updated']) ) { ?> 116 114 <div id="message" class="updated fade"><p> … … 137 135 endif; ?> 138 136 137 <div class="wrap"> 139 138 <ul class="subsubsub"> 140 139 <?php … … 164 163 </ul> 165 164 166 <form id="posts-filter" action="" method="get"> 167 168 <p id="post-search"> 165 <form class="search-form" action="<?php echo $pagenow ?>" method="get"> 166 <p class="search-box"> 169 167 <label class="hidden" for="post-search-input"><?php _e( 'Search Pages' ); ?>:</label> 170 <input type="text" id="post-search-input" name="s" value="<?php echo attribute_escape(stripslashes($_GET['s'])); ?>" />168 <input type="text" class="search-input" id="post-search-input" name="s" value="<?php echo attribute_escape(stripslashes($_GET['s'])); ?>" /> 171 169 <input type="submit" value="<?php _e( 'Search Pages' ); ?>" class="button" /> 172 170 </p> 171 </form> 172 173 <form id="posts-filter" action="" method="get"> 173 174 174 175 <?php if ( isset($_GET['post_status'] ) ) : ?> … … 210 211 </div> 211 212 212 < br class="clear" />213 <div class="clear"></div> 213 214 214 215 <?php -
trunk/wp-admin/edit-tags.php
r9069 r9073 143 143 <div class="wrap"> 144 144 145 < form id="posts-filter" action="" method="get">146 147 <p id="post-search">145 <ul class="subsubsub"><li class="current"><a class="current"><br /></a></li></ul> 146 <form class="search-form" action="<?php echo $pagenow ?>" method="get"> 147 <p class="search-box"> 148 148 <label class="hidden" for="post-search-input"><?php _e( 'Search Tags' ); ?>:</label> 149 <input type="text" id="post-search-input" name="s" value="<?php echo attribute_escape(stripslashes($_GET['s'])); ?>" />149 <input type="text" class="search-input" id="post-search-input" name="s" value="<?php echo attribute_escape(stripslashes($_GET['s'])); ?>" /> 150 150 <input type="submit" value="<?php _e( 'Search Tags' ); ?>" class="button" /> 151 151 </p> 152 152 </form> 153 <br class="clear" /> 154 155 <form id="posts-filter" action="" method="get"> 153 156 <div class="tablenav"> 154 157 … … 183 186 </div> 184 187 185 < br class="clear" />188 <div class="clear"></div> 186 189 187 190 <table class="widefat"> -
trunk/wp-admin/edit.php
r9069 r9073 100 100 </div></form> 101 101 </div> 102 <div class="wrap">103 102 104 103 <?php … … 111 110 <div id="message" class="updated fade"><p> 112 111 <?php if ( (int) $_GET['updated'] ) { 113 printf( __ngettext( '%d p age updated.', '%d pages updated.', $_GET['updated'] ), number_format_i18n( $_GET['updated'] ) );112 printf( __ngettext( '%d post updated.', '%d posts updated.', $_GET['updated'] ), number_format_i18n( $_GET['updated'] ) ); 114 113 unset($_GET['updated']); 115 114 } … … 119 118 120 119 if ( (int) $_GET['locked'] ) { 121 printf( __ngettext( ' %d p age not updated, somebody is editing it.', ' %d pages not updated, somebody is editing them.', $_GET['locked'] ), number_format_i18n( $_GET['skipped'] ) );120 printf( __ngettext( ' %d post not updated, somebody is editing it.', ' %d posts not updated, somebody is editing them.', $_GET['locked'] ), number_format_i18n( $_GET['locked'] ) ); 122 121 unset($_GET['locked']); 123 122 } ?> … … 125 124 <?php } ?> 126 125 126 <div class="wrap"> 127 127 <ul class="subsubsub"> 128 128 <?php … … 198 198 </div> 199 199 200 <div class="view-switch"> 201 <a href="<?php echo clean_url(add_query_arg('mode', 'list', $_SERVER['REQUEST_URI'])) ?>"><img <?php if ( 'list' == $mode ) echo 'class="current"'; ?> src="images/list.gif" title="<?php _e('List View') ?>" alt="<?php _e('List View') ?>" /></a> 202 <a href="<?php echo clean_url(add_query_arg('mode', 'excerpt', $_SERVER['REQUEST_URI'])) ?>"><img <?php if ( 'excerpt' == $mode ) echo 'class="current"'; ?> src="images/exc.gif" title="<?php _e('Excerpt View') ?>" alt="<?php _e('Excerpt View') ?>" /></a> 203 </div> 204 205 <form id="posts-filter" action="" method="get"> 206 207 <p id="post-search"> 200 <form class="search-form" action="<?php echo $pagenow ?>" method="get"> 201 <p class="search-box"> 208 202 <label class="hidden" for="post-search-input"><?php _e( 'Search Posts' ); ?>:</label> 209 <input type="text" id="post-search-input" name="s" value="<?php the_search_query(); ?>" />203 <input type="text" class="search-input" id="post-search-input" name="s" value="<?php the_search_query(); ?>" /> 210 204 <input type="submit" value="<?php _e( 'Search Posts' ); ?>" class="button" /> 211 205 </p> 206 </form> 207 208 <form id="posts-filter" action="" method="get"> 212 209 213 210 <?php if ( isset($_GET['post_status'] ) ) : ?> … … 225 222 )); 226 223 227 if ( $page_links )228 echo "<div class='tablenav-pages'>$page_links</div>";229 224 ?> 230 225 … … 239 234 </div> 240 235 241 <br class="clear" /> 242 </div> 243 244 <br class="clear" /> 236 <?php if ( $page_links ) { ?> 237 <div class="tablenav-pages"><?php echo $page_links; ?></div> 238 <?php } ?> 239 240 <div class="view-switch"> 241 <a href="<?php echo clean_url(add_query_arg('mode', 'list', $_SERVER['REQUEST_URI'])) ?>"><img <?php if ( 'list' == $mode ) echo 'class="current"'; ?> src="images/list.gif" title="<?php _e('List View') ?>" alt="<?php _e('List View') ?>" /></a> 242 <a href="<?php echo clean_url(add_query_arg('mode', 'excerpt', $_SERVER['REQUEST_URI'])) ?>"><img <?php if ( 'excerpt' == $mode ) echo 'class="current"'; ?> src="images/exc.gif" title="<?php _e('Excerpt View') ?>" alt="<?php _e('Excerpt View') ?>" /></a> 243 </div> 244 245 <div class="clear"></div> 246 </div> 247 248 <div class="clear"></div> 245 249 246 250 <?php include( 'edit-post-rows.php' ); ?> -
trunk/wp-admin/link-manager.php
r9069 r9073 97 97 <div class="wrap"> 98 98 99 <div class="filter"> 99 100 <form id="list-filter" action="" method="get"> 100 101 <?php … … 118 119 ?> 119 120 <input type="submit" id="post-query-submit" value="<?php _e('Filter'); ?>" class="button-secondary" /> 120 </form> 121 122 < form id="posts-filter" action="" method="get">123 124 <p id="post-search">121 </form></div> 122 123 <ul class="subsubsub"><li><a class="current"><br /></a></li></ul> 124 <form class="search-form" action="<?php echo $pagenow ?>" method="get"> 125 <p class="search-box"> 125 126 <label class="hidden" for="post-search-input"><?php _e( 'Search Links' ); ?>:</label> 126 <input type="text" id="post-search-input" name="s" value="<?php echo attribute_escape(stripslashes($_GET['s'])); ?>" />127 <input type="text" class="search-input" id="post-search-input" name="s" value="<?php echo attribute_escape(stripslashes($_GET['s'])); ?>" /> 127 128 <input type="submit" value="<?php _e( 'Search Links' ); ?>" class="button" /> 128 129 </p> 129 130 </form> 131 <br class="clear" /> 132 133 <form id="posts-filter" action="" method="get"> 130 134 <div class="tablenav"> 131 135 … … 141 145 </div> 142 146 143 < br class="clear" />147 <div class="clear"></div> 144 148 145 149 <?php -
trunk/wp-admin/plugins.php
r9032 r9073 345 345 </div> 346 346 </div> 347 < br class="clear" />347 <div class="clear"></div> 348 348 <?php print_plugins_table($active_plugins, 'active') ?> 349 349 </form> … … 371 371 </div> 372 372 </div> 373 < br class="clear" />373 <div class="clear"></div> 374 374 <?php print_plugins_table($recent_plugins, 'recent') ?> 375 375 </form> … … 389 389 </div> 390 390 </div> 391 < br class="clear" />391 <div class="clear"></div> 392 392 <?php print_plugins_table($inactive_plugins, 'inactive') ?> 393 393 </form> -
trunk/wp-admin/upload.php
r9069 r9073 253 253 </form></div> 254 254 255 <form id="posts-filter" action="" method="get"> 256 257 <p id="post-search"> 255 <form class="search-form" action="<?php echo $pagenow ?>" method="get"> 256 <p class="search-box"> 258 257 <label class="hidden" for="post-search-input"><?php _e( 'Search Media' ); ?>:</label> 259 <input type="text" id="post-search-input" name="s" value="<?php the_search_query(); ?>" />258 <input type="text" class="search-input" id="post-search-input" name="s" value="<?php the_search_query(); ?>" /> 260 259 <input type="submit" value="<?php _e( 'Search Media' ); ?>" class="button" /> 261 260 </p> 262 261 </form> 262 263 <form id="posts-filter" action="" method="get"> 263 264 <div class="tablenav"> 264 265 <?php … … 297 298 </div> 298 299 299 < br class="clear" />300 <div class="clear"></div> 300 301 301 302 <?php if ( isset($orphans) ) { ?> -
trunk/wp-admin/wp-admin.css
r9068 r9073 545 545 546 546 .tablenav { 547 clear: both; 548 vertical-align: text-top; 549 /* 547 550 height: 2em; 548 551 padding: 7px 10px; 549 clear: both;550 552 margin-bottom: -10px; 551 553 margin-top: 8px; 552 vertical-align: text-top;554 */ 553 555 } 554 556 … … 1566 1568 p.search-box { 1567 1569 position: absolute; 1568 right: 15px; 1569 top: 52px; 1570 margin: 0; 1571 } 1572 1573 p.search-box .button, #widget-search .button { 1574 padding: 3px; 1575 font-size: 13px; 1570 right: 0; 1571 top: -5px; 1572 margin: 0; 1576 1573 } 1577 1574 1578 1575 .search-input { 1579 margin-right: 2px;1580 1576 border-width: 1px; 1581 1577 border-style: solid; 1578 padding: 2px; 1582 1579 } 1583 1580 … … 1629 1626 .view-switch { 1630 1627 float: right; 1631 margin: 3px 5px;1628 margin: 0 20px; 1632 1629 position: relative; 1630 top: 2px; 1633 1631 } 1634 1632 … … 1643 1641 1644 1642 .filter { 1645 float: left; 1646 margin: 0 30px; 1643 left: 180px; 1644 position: absolute; 1645 top: 24px; 1647 1646 } 1648 1647
Note: See TracChangeset
for help on using the changeset viewer.