Rev 899 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 899 | Rev 905 | ||
---|---|---|---|
Line 5... | Line 5... | ||
5 | <%@ taglib uri="/WEB-INF/ak-backpath.tld" prefix="backpath" %> |
5 | <%@ taglib uri="/WEB-INF/ak-backpath.tld" prefix="backpath" %> |
6 | <html> |
6 | <html> |
7 | 7 | ||
8 | <head> |
8 | <head> |
9 | <meta http-equiv="expires" content="0"> |
9 | <meta http-equiv="expires" content="0"> |
10 | <title><bean:message key="ak.webcontrol.page.mail.box.edit.title" /></title> |
10 | <title><bean:message key="ak.hostcaptain.page.mail.box.edit.title" /></title> |
11 | </head> |
11 | </head> |
12 | 12 | ||
13 | <body> |
13 | <body> |
14 | 14 | ||
15 | <h1><bean:message key="ak.webcontrol.page.mail.box.edit.title" /></h1> |
15 | <h1><bean:message key="ak.hostcaptain.page.mail.box.edit.title" /></h1> |
16 | 16 | ||
17 | <html:errors/> |
17 | <html:errors/> |
18 | 18 | ||
19 | <html:form action="/mail/box/submit"> |
19 | <html:form action="/mail/box/submit"> |
20 | <backpath:current /> |
20 | <backpath:current /> |
21 | <html:hidden property="id" /> |
21 | <html:hidden property="id" /> |
22 | 22 | ||
23 | <bean:message key="ak.webcontrol.page.mail.box.edit.login" />: |
23 | <bean:message key="ak.hostcaptain.page.mail.box.edit.login" />: |
24 | <html:text property="login" /> |
24 | <html:text property="login" /> |
25 | <br> |
25 | <br> |
26 | 26 | ||
27 | FIXME: checkbox to get password from owner |
27 | FIXME: checkbox to get password from owner |
28 | <br> |
28 | <br> |
29 | 29 | ||
30 | <bean:message key="ak.webcontrol.page.mail.box.edit.password" />: |
30 | <bean:message key="ak.hostcaptain.page.mail.box.edit.password" />: |
31 | <html:password property="password" redisplay="false" /> |
31 | <html:password property="password" redisplay="false" /> |
32 | <br> |
32 | <br> |
33 | 33 | ||
34 | <bean:message key="ak.webcontrol.page.mail.box.edit.password_again" />: |
34 | <bean:message key="ak.hostcaptain.page.mail.box.edit.password_again" />: |
35 | <html:password property="password2" redisplay="false" /> |
35 | <html:password property="password2" redisplay="false" /> |
36 | <br> |
36 | <br> |
37 | 37 | ||
38 | <bean:message key="ak.webcontrol.page.mail.box.edit.domain" />: |
38 | <bean:message key="ak.hostcaptain.page.mail.box.edit.domain" />: |
39 | <html:select property="domain"> |
39 | <html:select property="domain"> |
40 | <html:option value="" key="ak.webcontrol.page.mail.box.edit.domain.empty"/> |
40 | <html:option value="" key="ak.hostcaptain.page.mail.box.edit.domain.empty"/> |
41 | <html:options collection="domains" property="id" labelProperty="name" /> |
41 | <html:options collection="domains" property="id" labelProperty="name" /> |
42 | </html:select> |
42 | </html:select> |
43 | <br> |
43 | <br> |
44 | 44 | ||
45 | <bean:message key="ak.webcontrol.page.mail.box.edit.owner" />: |
45 | <bean:message key="ak.hostcaptain.page.mail.box.edit.owner" />: |
46 | <html:select property="owner"> |
46 | <html:select property="owner"> |
47 | <html:option value="" key="ak.webcontrol.page.mail.box.edit.owner.empty"/> |
47 | <html:option value="" key="ak.hostcaptain.page.mail.box.edit.owner.empty"/> |
48 | <html:options collection="users" property="id" labelProperty="login" /> |
48 | <html:options collection="users" property="id" labelProperty="login" /> |
49 | </html:select> |
49 | </html:select> |
50 | <br> |
50 | <br> |
51 | 51 | ||
52 | <bean:message key="ak.webcontrol.page.mail.box.edit.systemuser" />: |
52 | <bean:message key="ak.hostcaptain.page.mail.box.edit.systemuser" />: |
53 | <html:select property="systemuser"> |
53 | <html:select property="systemuser"> |
54 | <html:option value="" key="ak.webcontrol.page.mail.box.edit.systemuser.empty"/> |
54 | <html:option value="" key="ak.hostcaptain.page.mail.box.edit.systemuser.empty"/> |
55 | <html:options collection="systemusers" property="id" labelProperty="name" /> |
55 | <html:options collection="systemusers" property="id" labelProperty="name" /> |
56 | </html:select> |
56 | </html:select> |
57 | FIXME: uid+name should be shown |
57 | FIXME: uid+name should be shown |
58 | <br> |
58 | <br> |
59 | 59 | ||
60 | <html:checkbox property="viruscheck" /> |
60 | <html:checkbox property="viruscheck" /> |
61 | <bean:message key="ak.webcontrol.page.mail.box.edit.viruscheck" /> |
61 | <bean:message key="ak.hostcaptain.page.mail.box.edit.viruscheck" /> |
62 | <br> |
62 | <br> |
63 | 63 | ||
64 | <html:checkbox property="spamcheck" /> |
64 | <html:checkbox property="spamcheck" /> |
65 | <bean:message key="ak.webcontrol.page.mail.box.edit.spamcheck" /> |
65 | <bean:message key="ak.hostcaptain.page.mail.box.edit.spamcheck" /> |
66 | <br> |
66 | <br> |
67 | 67 | ||
68 | <html:submit><bean:message key="ak.webcontrol.page.mail.box.edit.submit" /></html:submit> |
68 | <html:submit><bean:message key="ak.hostcaptain.page.mail.box.edit.submit" /></html:submit> |
69 | 69 | ||
70 | <backpath:backlink><bean:message key="ak.webcontrol.page.mail.box.edit.back" /></backpath:backlink> |
70 | <backpath:backlink><bean:message key="ak.hostcaptain.page.mail.box.edit.back" /></backpath:backlink> |
71 | </html:form> |
71 | </html:form> |
72 | 72 | ||
73 | </body> |
73 | </body> |
74 | 74 | ||
75 | </html> |
75 | </html> |