summaryrefslogtreecommitdiffstats
path: root/wp-admin/wpmu-blogs.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-01-22 18:52:20 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-01-22 18:52:20 +0000
commitea9b1bc498ba77f55e65266d9263e341bcc0e167 (patch)
tree8b29b12b738c3688e882f19ddbdec9a3e5c67154 /wp-admin/wpmu-blogs.php
parent1a8522093c85332a60f61bea05eeae0bf82eb574 (diff)
downloadwordpress-mu-ea9b1bc498ba77f55e65266d9263e341bcc0e167.tar.gz
wordpress-mu-ea9b1bc498ba77f55e65266d9263e341bcc0e167.tar.xz
wordpress-mu-ea9b1bc498ba77f55e65266d9263e341bcc0e167.zip
Removed autocomplete_css() because it possibly conflicts with advanced editor stuff:
http://trac.mu.wordpress.org/ticket/213 http://trac.mu.wordpress.org/ticket/176 http://trac.mu.wordpress.org/ticket/217 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@860 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/wpmu-blogs.php')
-rw-r--r--wp-admin/wpmu-blogs.php10
1 files changed, 4 insertions, 6 deletions
diff --git a/wp-admin/wpmu-blogs.php b/wp-admin/wpmu-blogs.php
index 8026db4..11bd3e4 100644
--- a/wp-admin/wpmu-blogs.php
+++ b/wp-admin/wpmu-blogs.php
@@ -199,11 +199,10 @@ switch( $_GET[ 'action' ] ) {
}
print "<h3>" . __('Add a new user') . "</h3>";
?>
-<?php autocomplete_css(); ?>
<p><?php _e('As you type WordPress will offer you a choice of usernames.<br /> Click them to select and hit <em>Update Options</em> to add the user.') ?></p>
<table>
<tr><th scope="row"><?php _e('User&nbsp;Login:') ?> </th><td><input type="text" name="newuser" id="newuser"></td></tr>
-<tr><td></td><td><div id="searchresults" class="autocomplete"></div></td> </tr>
+<tr><td></td><td></td> </tr>
<tr>
<th scope="row"><?php _e('Role:') ?></th>
<td><select name="new_role" id="new_role"><?php
@@ -222,8 +221,7 @@ switch( $_GET[ 'action' ] ) {
</div>
<p class="submit">
<input type="submit" name="Submit" value="<?php _e('Update Options') ?> &raquo;" />
-</p>
-<?php autocomplete_textbox( "wpmu-edit.php?action=searchusers&search=", "newuser", "searchresults" ); ?>
+</p>
</td>
</table>
@@ -313,7 +311,7 @@ function check_all_rows() {
</script>
<h2><?php _e ('Blogs') ?></h2>
-<form name="searchform" action="wpmu-blogs.php" method="get" style="float: left; width: 16em; margin-right: 3em;">
+<form name="searchform" action="wpmu-blogs.php" method="get" style="float: left; margin-right: 3em;">
<table><td>
<fieldset>
<legend><?php _e('Search Blogs&hellip;') ?></legend>
@@ -328,7 +326,7 @@ function check_all_rows() {
?><a href="/wp-admin/wpmu-users.php?action=users&s=<?php echo wp_specialchars($_GET[ 's' ], 1) ?>"><?php _e('Search Users:') ?> <?php echo wp_specialchars($_GET[ 's' ], 1) ?></a><?php
}
?>
- </td><td>
+ </td><td valign='top'>
<fieldset>
<legend><?php _e('Blog Navigation') ?></legend>
<?php