Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 904 → Rev 905

/sun/hostcaptain/trunk/webapp/user/password/change.jsp
7,12 → 7,12
 
<head>
<meta http-equiv="expires" content="0">
<title><bean:message key="ak.webcontrol.page.user.password.change.title" /></title>
<title><bean:message key="ak.hostcaptain.page.user.password.change.title" /></title>
</head>
 
<body>
 
<h1><bean:message key="ak.webcontrol.page.user.password.change.title" /></h1>
<h1><bean:message key="ak.hostcaptain.page.user.password.change.title" /></h1>
 
<html:errors/>
 
22,7 → 22,7
<table border="0">
<tr>
<th class="right">
<bean:message key="ak.webcontrol.page.user.password.change.old_password" />
<bean:message key="ak.hostcaptain.page.user.password.change.old_password" />
</th>
<td class="left">
<html:password property="oldpassword" size="16" redisplay="false" />
30,7 → 30,7
</tr>
<tr>
<th class="right">
<bean:message key="ak.webcontrol.page.user.password.change.new_password" />
<bean:message key="ak.hostcaptain.page.user.password.change.new_password" />
</th>
<td class="left">
<html:password property="password" size="16" redisplay="false" />
38,7 → 38,7
</tr>
<tr>
<th class="right">
<bean:message key="ak.webcontrol.page.user.password.change.new_password_again" />
<bean:message key="ak.hostcaptain.page.user.password.change.new_password_again" />
</th>
<td class="left">
<html:password property="password2" size="16" redisplay="false" />
47,11 → 47,11
<tr>
<td class="right">
<html:submit>
<bean:message key="ak.webcontrol.page.user.password.change.submit" />
<bean:message key="ak.hostcaptain.page.user.password.change.submit" />
</html:submit>
</td>
<td class="right">
<backpath:backlink><bean:message key="ak.webcontrol.page.user.password.change.cancel" /></backpath:backlink>
<backpath:backlink><bean:message key="ak.hostcaptain.page.user.password.change.cancel" /></backpath:backlink>
</td>
</tr>
</table>