Rev 961 | Rev 1014 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 961 | Rev 1010 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | <%@ page contentType="text/html;charset=UTF-8" language="java" %> |
1 | <%@ page contentType="text/html;charset=UTF-8" language="java" %> |
2 | <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> |
2 | <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> |
3 | <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> |
3 | <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> |
4 | <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> |
4 | <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> |
5 | <%@ taglib uri="/WEB-INF/ak-backpath.tld" prefix="backpath" %> |
5 | <%@ taglib uri="/WEB-INF/ak-backpath.tld" prefix="backpath" %> |
6 | <%@ taglib uri="/WEB-INF/ak-strutsx.tld" prefix="strutsx" %> |
6 | <%@ taglib uri="/WEB-INF/ak-strutsx.tld" prefix="strutsx" %> |
Line 46... | Line 46... | ||
46 | <td><html:password property="password2" redisplay="false" /></td> |
46 | <td><html:password property="password2" redisplay="false" /></td> |
47 | </tr> |
47 | </tr> |
48 | <tr> |
48 | <tr> |
49 | <th><bean:message key="ak.hostadmiral.page.user.edit.boss" /></th> |
49 | <th><bean:message key="ak.hostadmiral.page.user.edit.boss" /></th> |
50 | <td> |
50 | <td> |
- | 51 | <core:rights name="u" method="mayChangeBoss"> |
|
51 | <html:select property="boss"> |
52 | <html:select property="boss"> |
52 | <html:option value="" key="ak.hostadmiral.page.user.edit.boss.empty"/> |
53 | <html:option value="" key="ak.hostadmiral.page.user.edit.boss.empty"/> |
53 | <core:options collection="users" property="id" /> |
54 | <core:options collection="users" property="id" /> |
54 | </html:select> |
55 | </html:select> |
- | 56 | </core:rights> |
|
- | 57 | <core:noRights name="u" method="mayChangeBoss"> |
|
- | 58 | <bean:write name="u" property="boss.login" /> |
|
- | 59 | </core:noRights> |
|
55 | </td> |
60 | </td> |
56 | </tr> |
61 | </tr> |
57 | <tr> |
62 | <tr> |
58 | <th><bean:message key="ak.hostadmiral.page.user.edit.superuser" /></th> |
63 | <th><bean:message key="ak.hostadmiral.page.user.edit.superuser" /></th> |
59 | <td> |
64 | <td> |