Changeset 1076 for trunk/wp-admin/profile.php
- Timestamp:
- 04/15/2004 09:15:56 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/profile.php
r957 r1076 245 245 <table width="99%" border="0" cellspacing="2" cellpadding="3"> 246 246 <tr> 247 <th width=" 15%" scope="row">First name:</th>248 <td ><input type="text" name="newuser_firstname" id="newuser_firstname" value="<?php echo $profiledata->user_firstname ?>" /></td>247 <th width="33%" scope="row">First name:</th> 248 <td width="73%"><input type="text" name="newuser_firstname" id="newuser_firstname" value="<?php echo $profiledata->user_firstname ?>" /></td> 249 249 </tr> 250 250 <tr> … … 313 313 </tr> 314 314 </table> 315 <p style=" text-align: center;"> 316 <input class="search" type="submit" value="Update" name="submit" /></p> 315 <p class="submit"> 316 <input type="submit" value="Update »" name="submit" /> 317 </p> 317 318 </div> 318 319 </form> … … 330 331 </script> 331 332 <strong>SideBar</strong><br /> 332 Add the <a href="#" on click="addPanel()">WordPress Sidebar</a>!333 Add the <a href="#" onClick="addPanel()">WordPress Sidebar</a>! 333 334 <?php } elseif (($is_winIE) || ($is_macIE)) { ?> 334 335 <strong>SideBar</strong><br />
Note: See TracChangeset
for help on using the changeset viewer.