Subversion Repositories general

Rev

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