Changeset 9073 for trunk/wp-admin/edit-pages.php
- Timestamp:
- 10/03/2008 12:13:12 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.