Changeset 4258 for trunk/wp-admin/edit.php
- Timestamp:
- 09/27/2006 12:51:17 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit.php
r4165 r4258 74 74 </h2> 75 75 76 <form name="searchform" action="" method="get" style="float: left; width: 16em; margin-right: 3em;">76 <form name="searchform" id="searchform" action="" method="get"> 77 77 <fieldset> 78 78 <legend><?php _e('Search Posts…') ?></legend> … … 86 86 if ( count($arc_result) ) { ?> 87 87 88 <form name="viewarc" action="" method="get" style="float: left; width: 20em; margin-bottom: 1em;">88 <form name="viewarc" id="viewarc" action="" method="get"> 89 89 <fieldset> 90 90 <legend><?php _e('Browse Month…') ?></legend> … … 113 113 <?php } ?> 114 114 115 <form name="viewcat" action="" method="get" style="float: left; width: 30em; margin-bottom: 1em;">115 <form name="viewcat" id="viewcat" action="" method="get"> 116 116 <fieldset> 117 117 <legend><?php _e('Browse Category…') ?></legend> … … 170 170 case 'id': 171 171 ?> 172 <th scope="row" ><?php echo $id ?></th>172 <th scope="row" style="text-align: center"><?php echo $id ?></th> 173 173 <?php 174 174 break;
Note: See TracChangeset
for help on using the changeset viewer.