Subversion Repositories general

Rev

Rev 914 | Rev 920 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 914 Rev 915
Line 19... Line 19...
19
 
19
 
20
<html:form action="/mail/box/submit">
20
<html:form action="/mail/box/submit">
21
<backpath:current />
21
<backpath:current />
22
<html:hidden property="id" />
22
<html:hidden property="id" />
23
 
23
 
-
 
24
<table border=1>
-
 
25
	<tr>
24
	<bean:message key="ak.hostcaptain.page.mail.box.edit.login" />:
26
		<th><bean:message key="ak.hostcaptain.page.mail.box.edit.login" /></th>
25
		<html:text property="login" />
27
		<td><html:text property="login" /></td>
26
    <br>
28
    </tr>
27
 
29
	<tr>
28
	FIXME: checkbox to get password from owner
30
		<td colspan=2>FIXME: checkbox to get password from owner</td>
-
 
31
    </tr>
29
	<br>
32
	<tr>
30
 
-
 
31
	<bean:message key="ak.hostcaptain.page.mail.box.edit.password" />:
33
		<th><bean:message key="ak.hostcaptain.page.mail.box.edit.password" /></th>
32
		<html:password property="password" redisplay="false" />
34
		<td><html:password property="password" redisplay="false" /></td>
33
    <br>
35
    </tr>
34
 
36
	<tr>
35
	<bean:message key="ak.hostcaptain.page.mail.box.edit.password_again" />:
37
		<th><bean:message key="ak.hostcaptain.page.mail.box.edit.password_again" /></th>
36
		<html:password property="password2" redisplay="false" />
38
		<td><html:password property="password2" redisplay="false" /></td>
37
    <br>
39
    </tr>
38
 
40
	<tr>
39
	<bean:message key="ak.hostcaptain.page.mail.box.edit.domain" />:
41
		<th><bean:message key="ak.hostcaptain.page.mail.box.edit.domain" /></th>
-
 
42
		<td>
40
		<html:select property="domain">
43
			<html:select property="domain">
41
			<html:option value="" key="ak.hostcaptain.page.mail.box.edit.domain.empty"/>
44
				<html:option value="" key="ak.hostcaptain.page.mail.box.edit.domain.empty"/>
42
			<html:options collection="domains" property="id" labelProperty="name" />
45
				<html:options collection="domains" property="id" labelProperty="name" />
43
		</html:select>
46
			</html:select>
44
	<br>
47
		</td>
-
 
48
    </tr>
45
 
49
	<tr>
46
	<bean:message key="ak.hostcaptain.page.mail.box.edit.owner" />:
50
		<th><bean:message key="ak.hostcaptain.page.mail.box.edit.owner" /></th>
-
 
51
		<td>
47
		<html:select property="owner">
52
			<html:select property="owner">
48
			<html:option value="" key="ak.hostcaptain.page.mail.box.edit.owner.empty"/>
53
				<html:option value="" key="ak.hostcaptain.page.mail.box.edit.owner.empty"/>
49
			<html:options collection="users" property="id" labelProperty="login" />
54
				<html:options collection="users" property="id" labelProperty="login" />
50
		</html:select>
55
			</html:select>
51
	<br>
56
		</td>
-
 
57
    </tr>
52
 
58
	<tr>
53
	<bean:message key="ak.hostcaptain.page.mail.box.edit.systemuser" />:
59
		<th><bean:message key="ak.hostcaptain.page.mail.box.edit.systemuser" /></th>
-
 
60
		<td>
54
		<html:select property="systemuser">
61
			<html:select property="systemuser">
55
			<html:option value="" key="ak.hostcaptain.page.mail.box.edit.systemuser.empty"/>
62
				<html:option value="" key="ak.hostcaptain.page.mail.box.edit.systemuser.empty"/>
56
			<core:options collection="systemusers" property="id" />
63
				<core:options collection="systemusers" property="id" />
57
		</html:select>
64
			</html:select>
58
	<br>
65
		</td>
-
 
66
    </tr>
59
 
67
	<tr>
60
	<html:checkbox property="viruscheck" />
68
		<th><bean:message key="ak.hostcaptain.page.mail.box.edit.viruscheck" /></th>
61
		<bean:message key="ak.hostcaptain.page.mail.box.edit.viruscheck" />
69
		<td><html:checkbox property="viruscheck" /></td>
-
 
70
    </tr>
62
	<br>
71
	<tr>
63
 
-
 
64
	<html:checkbox property="spamcheck" />
-
 
65
		<bean:message key="ak.hostcaptain.page.mail.box.edit.spamcheck" />
72
		<th><bean:message key="ak.hostcaptain.page.mail.box.edit.spamcheck" /></th>
-
 
73
		<td><html:checkbox property="spamcheck" /></td>
-
 
74
    </tr>
66
	<br>
75
	<tr>
67
 
-
 
68
	<html:checkbox property="enabled" />
-
 
69
		<bean:message key="ak.hostcaptain.page.mail.box.edit.enabled" />
76
		<th><bean:message key="ak.hostcaptain.page.mail.box.edit.enabled" /></th>
-
 
77
		<td><html:checkbox property="enabled" /></td>
-
 
78
    </tr>
70
	<br>
79
	<tr>
71
 
-
 
72
	<bean:message key="ak.hostcaptain.page.mail.box.edit.comment" />:
80
		<th><bean:message key="ak.hostcaptain.page.mail.box.edit.comment" /></th>
73
		<html:textarea property="comment" />
81
		<td><html:textarea property="comment" /></td>
74
    <br>
82
    </tr>
75
 
83
	<tr>
-
 
84
		<td colspan=2>
76
<html:submit><bean:message key="ak.hostcaptain.page.mail.box.edit.submit" /></html:submit>
85
			<html:submit><bean:message key="ak.hostcaptain.page.mail.box.edit.submit" /></html:submit>
77
 
-
 
78
<backpath:backlink><bean:message key="ak.hostcaptain.page.mail.box.edit.back" /></backpath:backlink>
86
			<backpath:backlink><bean:message key="ak.hostcaptain.page.mail.box.edit.back" /></backpath:backlink>
-
 
87
		</td>
-
 
88
    </tr>
-
 
89
</table>
-
 
90
 
79
</html:form>
91
</html:form>
80
 
92
 
81
</body>
93
</body>
82
 
94
 
83
</html>
95
</html>