Subversion Repositories general

Rev

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

Rev 913 Rev 915
Line 19... Line 19...
19
 
19
 
20
<html:form action="/user/submit">
20
<html:form action="/user/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.user.edit.login" />:
26
		<th><bean:message key="ak.hostcaptain.page.user.edit.login" /></th>
25
		<html:text property="login" />
27
		<td><html:text property="login" /></td>
26
    <br>
28
    </tr>
27
 
29
	<tr>
28
	<bean:message key="ak.hostcaptain.page.user.edit.password" />:
30
		<th><bean:message key="ak.hostcaptain.page.user.edit.password" /></th>
29
		<html:password property="password" redisplay="false" />
31
		<td><html:password property="password" redisplay="false" /></td>
30
    <br>
32
    </tr>
31
 
33
	<tr>
32
	<bean:message key="ak.hostcaptain.page.user.edit.password_again" />:
34
		<th><bean:message key="ak.hostcaptain.page.user.edit.password_again" /></th>
33
		<html:password property="password2" redisplay="false" />
35
		<td><html:password property="password2" redisplay="false" /></td>
34
    <br>
36
    </tr>
35
 
37
	<tr>
36
	<bean:message key="ak.hostcaptain.page.user.edit.boss" />:
38
		<th><bean:message key="ak.hostcaptain.page.user.edit.boss" /></th>
-
 
39
		<td>
37
		<html:select property="boss">
40
			<html:select property="boss">
38
			<html:option value="" key="ak.hostcaptain.page.user.edit.boss.empty"/>
41
				<html:option value="" key="ak.hostcaptain.page.user.edit.boss.empty"/>
39
			<core:options collection="users" property="id" />
42
				<core:options collection="users" property="id" />
40
		</html:select>
43
			</html:select>
41
	<br>
44
		</td>
-
 
45
    </tr>
42
 
46
	<tr>
43
	<html:checkbox property="superuser" />
47
		<th><bean:message key="ak.hostcaptain.page.user.edit.superuser" /></th>
44
		<bean:message key="ak.hostcaptain.page.user.edit.superuser" />
48
		<td><html:checkbox property="superuser" />
45
		FIXME: don't show this checkbox for editor itself
49
		FIXME: don't show this checkbox for editor itself</td>
-
 
50
    </tr>
46
	<br>
51
	<tr>
47
 
-
 
48
	<html:checkbox property="enabled" />
52
		<th><bean:message key="ak.hostcaptain.page.user.edit.enabled" /></th>
49
		<bean:message key="ak.hostcaptain.page.user.edit.enabled" />
53
		<td><html:checkbox property="enabled" /></td>
-
 
54
    </tr>
50
	<br>
55
	<tr>
51
 
-
 
52
	<bean:message key="ak.hostcaptain.page.user.edit.comment" />:
56
		<th><bean:message key="ak.hostcaptain.page.user.edit.comment" /></th>
53
		<html:textarea property="comment" />
57
		<td><html:textarea property="comment" /></td>
54
    <br>
58
    </tr>
55
 
59
	<tr>
-
 
60
		<td colspan=2>
56
	<html:submit><bean:message key="ak.hostcaptain.page.user.edit.submit" /></html:submit>
61
			<html:submit><bean:message key="ak.hostcaptain.page.user.edit.submit" /></html:submit>
57
 
-
 
58
<backpath:backlink><bean:message key="ak.hostcaptain.page.user.edit.back" /></backpath:backlink>
62
			<backpath:backlink><bean:message key="ak.hostcaptain.page.user.edit.back" /></backpath:backlink>
-
 
63
		</td>
-
 
64
    </tr>
-
 
65
</table>
-
 
66
 
59
</html:form>
67
</html:form>
60
 
68
 
61
</body>
69
</body>
62
 
70
 
63
</html>
71
</html>