Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 914 → Rev 915

/sun/hostcaptain/trunk/webapp/user/password/change.jsp
20,40 → 20,38
<html:form action="/user/password/submit" focus="oldpassword">
<backpath:current/>
 
<table border="0">
<table border=1>
<tr>
<th class="right">
<th>
<bean:message key="ak.hostcaptain.page.user.password.change.old_password" />
</th>
<td class="left">
<td>
<html:password property="oldpassword" size="16" redisplay="false" />
</td>
</tr>
<tr>
<th class="right">
<th>
<bean:message key="ak.hostcaptain.page.user.password.change.new_password" />
</th>
<td class="left">
<td>
<html:password property="password" size="16" redisplay="false" />
</td>
</tr>
<tr>
<th class="right">
<th>
<bean:message key="ak.hostcaptain.page.user.password.change.new_password_again" />
</th>
<td class="left">
<td>
<html:password property="password2" size="16" redisplay="false" />
</td>
</tr>
<tr>
<td class="right">
<td colspan=2>
<html:submit>
<bean:message key="ak.hostcaptain.page.user.password.change.submit" />
</html:submit>
<backpath:backlink><bean:message key="ak.hostcaptain.page.user.password.change.back" /></backpath:backlink>
</td>
<td class="right">
<backpath:backlink><bean:message key="ak.hostcaptain.page.user.password.change.cancel" /></backpath:backlink>
</td>
</tr>
</table>
</html:form>