Subversion Repositories general

Rev

Rev 913 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 913 Rev 915
Line 18... Line 18...
18
<html:errors/>
18
<html:errors/>
19
 
19
 
20
<html:form action="/user/password/submit" focus="oldpassword">
20
<html:form action="/user/password/submit" focus="oldpassword">
21
<backpath:current/>
21
<backpath:current/>
22
 
22
 
23
<table border="0">
23
<table border=1>
24
    <tr>
24
    <tr>
25
        <th class="right">
25
        <th>
26
            <bean:message key="ak.hostcaptain.page.user.password.change.old_password" />
26
            <bean:message key="ak.hostcaptain.page.user.password.change.old_password" />
27
        </th>
27
        </th>
28
        <td class="left">
28
        <td>
29
            <html:password property="oldpassword" size="16" redisplay="false" />
29
            <html:password property="oldpassword" size="16" redisplay="false" />
30
        </td>
30
        </td>
31
    </tr>
31
    </tr>
32
    <tr>
32
    <tr>
33
        <th class="right">
33
        <th>
34
            <bean:message key="ak.hostcaptain.page.user.password.change.new_password" />
34
            <bean:message key="ak.hostcaptain.page.user.password.change.new_password" />
35
        </th>
35
        </th>
36
        <td class="left">
36
        <td>
37
            <html:password property="password" size="16" redisplay="false" />
37
            <html:password property="password" size="16" redisplay="false" />
38
        </td>
38
        </td>
39
    </tr>
39
    </tr>
40
    <tr>
40
    <tr>
41
        <th class="right">
41
        <th>
42
            <bean:message key="ak.hostcaptain.page.user.password.change.new_password_again" />
42
            <bean:message key="ak.hostcaptain.page.user.password.change.new_password_again" />
43
        </th>
43
        </th>
44
        <td class="left">
44
        <td>
45
            <html:password property="password2" size="16" redisplay="false" />
45
            <html:password property="password2" size="16" redisplay="false" />
46
        </td>
46
        </td>
47
    </tr>
47
    </tr>
48
    <tr>
48
    <tr>
49
        <td class="right">
49
        <td colspan=2>
50
            <html:submit>
50
            <html:submit>
51
                <bean:message key="ak.hostcaptain.page.user.password.change.submit" />
51
                <bean:message key="ak.hostcaptain.page.user.password.change.submit" />
52
            </html:submit>
52
            </html:submit>
53
        </td>
-
 
54
        <td class="right">
-
 
55
            <backpath:backlink><bean:message key="ak.hostcaptain.page.user.password.change.cancel" /></backpath:backlink>
53
            <backpath:backlink><bean:message key="ak.hostcaptain.page.user.password.change.back" /></backpath:backlink>
56
        </td>
54
        </td>
57
    </tr>
55
    </tr>
58
</table>
56
</table>
59
</html:form>
57
</html:form>
60
 
58