dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #04285
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1406: Minor Fix.
------------------------------------------------------------
revno: 1406
committer: Viet <Viet@Viet-Laptop>
branch nick: trunk
timestamp: Tue 2010-02-09 15:48:28 +0530
message:
Minor Fix.
modified:
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/webapp/dhis-web-maintenance-user/updateUserForm.vm
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription.
=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/webapp/dhis-web-maintenance-user/updateUserForm.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/webapp/dhis-web-maintenance-user/updateUserForm.vm 2010-02-09 09:10:29 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/webapp/dhis-web-maintenance-user/updateUserForm.vm 2010-02-09 10:18:28 +0000
@@ -41,14 +41,14 @@
<td></td>
</tr>
<tr>
- <td><label for="rawPassword">$i18n.getString( "password" ) <em title="$i18n.getString( "required" )" class="required">*</em></label></td>
- <td><input type="password" id="rawPassword" name="rawPassword" style="width:20em" maxlength="50" class="{validate:{required:true,minlength:5,maxlength:50,notequalto:'#username'}}"></td>
+ <td><label for="rawPassword">$i18n.getString( "password" )</label></td>
+ <td><input type="password" id="rawPassword" name="rawPassword" style="width:20em" maxlength="50" class="{validate:{minlength:5,maxlength:50,notequalto:'#username'}}"></td>
<td></td>
<td></td>
</tr>
<tr>
- <td><label for="retypePassword">$i18n.getString( "retype_password" ) <em title="$i18n.getString( "required" )" class="required">*</em></label></td>
- <td><input type="password" id="retypePassword" name="retypePassword" style="width:20em" maxlength="50" class="{validate:{required:true,minlength:5,maxlength:50,equalTo:'#rawPassword'}}"></td>
+ <td><label for="retypePassword">$i18n.getString( "retype_password" ) </label></td>
+ <td><input type="password" id="retypePassword" name="retypePassword" style="width:20em" maxlength="50" class="{validate:{minlength:5,maxlength:50,equalTo:'#rawPassword'}}"></td>
<td></td>
<td></td>
</tr>