Changeset 1399

Show
Ignore:
Timestamp:
07/23/08 15:21:09 (2 months ago)
Author:
donncha
Message:

Remove searchform id and added rtl css def

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/css/mu-rtl.css

    r1394 r1399  
     1form#wpmu-search {   
     2        position:absolute; 
     3        left:0;   
     4        top:0; 
     5}  
  • trunk/wp-admin/wpmu-blogs.php

    r1397 r1399  
    349349                <h2><?php _e('Blogs') ?></h2> 
    350350 
    351                 <form id="searchform" action="wpmu-blogs.php" method="get" id="wpmu-search"> 
     351                <form action="wpmu-blogs.php" method="get" id="wpmu-search"> 
    352352                        <input type="hidden" name="action" value="blogs" /> 
    353353                        <input type="text" name="s" value="<?php if (isset($_GET['s'])) echo stripslashes( wp_specialchars( $s, 1 ) ); ?>" size="17" />