Make WordPress Core


Ignore:
Timestamp:
09/27/2006 12:51:17 AM (18 years ago)
Author:
ryan
Message:

RTL enhancements from Sewar. #3136

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit.php

    r4165 r4258  
    7474</h2>
    7575
    76 <form name="searchform" action="" method="get" style="float: left; width: 16em; margin-right: 3em;">
     76<form name="searchform" id="searchform" action="" method="get">
    7777  <fieldset>
    7878  <legend><?php _e('Search Posts&hellip;') ?></legend>
     
    8686if ( count($arc_result) ) { ?>
    8787
    88 <form name="viewarc" action="" method="get" style="float: left; width: 20em; margin-bottom: 1em;">
     88<form name="viewarc" id="viewarc" action="" method="get">
    8989    <fieldset>
    9090    <legend><?php _e('Browse Month&hellip;') ?></legend>
     
    113113<?php } ?>
    114114
    115 <form name="viewcat" action="" method="get" style="float: left; width: 30em; margin-bottom: 1em;">
     115<form name="viewcat" id="viewcat" action="" method="get">
    116116    <fieldset>
    117117    <legend><?php _e('Browse Category&hellip;') ?></legend>
     
    170170    case 'id':
    171171        ?>
    172         <th scope="row"><?php echo $id ?></th>
     172        <th scope="row" style="text-align: center"><?php echo $id ?></th>
    173173        <?php
    174174        break;
Note: See TracChangeset for help on using the changeset viewer.