Rev 905 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 905 | Rev 911 | ||
---|---|---|---|
Line 30... | Line 30... | ||
30 | 30 | ||
31 | <bean:message key="ak.hostcaptain.page.user.edit.password_again" />: |
31 | <bean:message key="ak.hostcaptain.page.user.edit.password_again" />: |
32 | <html:password property="password2" redisplay="false" /> |
32 | <html:password property="password2" redisplay="false" /> |
33 | <br> |
33 | <br> |
34 | 34 | ||
- | 35 | <bean:message key="ak.hostcaptain.page.user.edit.owner" />: |
|
- | 36 | <html:select property="owner"> |
|
- | 37 | <html:option value="" key="ak.hostcaptain.page.user.edit.owner.empty"/> |
|
- | 38 | <html:options collection="users" property="id" labelProperty="login" /> |
|
- | 39 | </html:select> |
|
- | 40 | <br> |
|
- | 41 | ||
- | 42 | <html:checkbox property="superuser" /> |
|
- | 43 | <bean:message key="ak.hostcaptain.page.user.edit.superuser" /> |
|
- | 44 | <br> |
|
- | 45 | ||
35 | <html:submit><bean:message key="ak.hostcaptain.page.user.edit.submit" /></html:submit> |
46 | <html:submit><bean:message key="ak.hostcaptain.page.user.edit.submit" /></html:submit> |
36 | 47 | ||
37 | <backpath:backlink><bean:message key="ak.hostcaptain.page.user.edit.back" /></backpath:backlink> |
48 | <backpath:backlink><bean:message key="ak.hostcaptain.page.user.edit.back" /></backpath:backlink> |
38 | </html:form> |
49 | </html:form> |
39 | 50 |