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 36... | Line 36... | ||
36 | <tr> |
36 | <tr> |
37 | <th><bean:message key="ak.hostadmiral.page.mail.box.edit.login" /></th> |
37 | <th><bean:message key="ak.hostadmiral.page.mail.box.edit.login" /></th> |
38 | <td><html:text property="login" /></td> |
38 | <td><html:text property="login" /></td> |
39 | </tr> |
39 | </tr> |
40 | <tr> |
40 | <tr> |
41 | <td colspan=2>FIXME: checkbox to get password from owner</td> |
- | |
42 | </tr> |
- | |
43 | <tr> |
- | |
44 | <th><bean:message key="ak.hostadmiral.page.mail.box.edit.password" /></th> |
41 | <th><bean:message key="ak.hostadmiral.page.mail.box.edit.password" /></th> |
45 | <td><html:password property="password" redisplay="false" /></td> |
42 | <td><html:password property="password" redisplay="false" /></td> |
46 | </tr> |
43 | </tr> |
47 | <tr> |
44 | <tr> |
48 | <th><bean:message key="ak.hostadmiral.page.mail.box.edit.password_again" /></th> |
45 | <th><bean:message key="ak.hostadmiral.page.mail.box.edit.password_again" /></th> |
Line 96... | Line 93... | ||
96 | <html:submit><bean:message key="ak.hostadmiral.page.mail.box.edit.submit" /></html:submit> |
93 | <html:submit><bean:message key="ak.hostadmiral.page.mail.box.edit.submit" /></html:submit> |
97 | <backpath:backlink><bean:message key="ak.hostadmiral.page.mail.box.edit.back" /></backpath:backlink> |
94 | <backpath:backlink><bean:message key="ak.hostadmiral.page.mail.box.edit.back" /></backpath:backlink> |
98 | </td> |
95 | </td> |
99 | </tr> |
96 | </tr> |
100 | </table> |
97 | </table> |
- | 98 | ||
- | 99 | <p>FIXME: checkbox to create a mail alias if new mailbox is created</p> |
|
- | 100 | <p>FIXME: special case: by editing a mailbox which login is the same |
|
- | 101 | as its user and/or mail alias allow to change all them at once. Do the for |
|
- | 102 | user/mail alias edit pages too?</p> |
|
- | 103 | <p>FIXME: checkbox to get password from owner</p> |
|
101 | 104 | ||
102 | </html:form> |
105 | </html:form> |
103 | 106 | ||
104 | </body> |
107 | </body> |
105 | 108 |