|
|
@ -22,7 +22,7 @@ |
|
|
|
<c:otherwise> |
|
|
|
<c:otherwise> |
|
|
|
<fmt:message key="passwordsettings.title" var="title"><fmt:param>${command.username}</fmt:param></fmt:message> |
|
|
|
<fmt:message key="passwordsettings.title" var="title"><fmt:param>${command.username}</fmt:param></fmt:message> |
|
|
|
<h2>${fn:escapeXml(title)}</h2> |
|
|
|
<h2>${fn:escapeXml(title)}</h2> |
|
|
|
<form:form method="post" action="passwordSettings.view" commandName="command"> |
|
|
|
<form:form method="post" action="passwordSettings.view" modelAttribute="command"> |
|
|
|
<form:hidden path="username"/> |
|
|
|
<form:hidden path="username"/> |
|
|
|
<table class="indent"> |
|
|
|
<table class="indent"> |
|
|
|
<tr> |
|
|
|
<tr> |
|
|
|