Add id for domain list on user create form
authorRyan Lane <rlane@wikimedia.org>
Fri, 15 Mar 2013 22:15:17 +0000 (15:15 -0700)
committerRyan Lane <rlane@wikimedia.org>
Fri, 15 Mar 2013 22:15:17 +0000 (15:15 -0700)
The user login form already has this id for the domain list, so
I'm adding it for the create form as well.

Change-Id: I1eec31c461a5c76565acf1e0bbfa07f367591678

includes/templates/Usercreate.php

index 569200d..541d9e4 100644 (file)
@@ -108,7 +108,7 @@ class UsercreateTemplate extends QuickTemplate {
                        $doms .= "<option>" . htmlspecialchars( $dom ) . "</option>";
                }
        ?>
-               <tr>
+               <tr id="mw-user-domain-section">
                        <td class="mw-label"><?php $this->msg( 'yourdomainname' ) ?></td>
                        <td class="mw-input">
                                <select name="wpDomain" value="<?php $this->text( 'domain' ) ?>"