cms:forgotpassword
SeguirNombre del portlet: cms:forgotpassword
Descripciòn/Propòsito: configurar el layout del formulario "olvidè mi contraseña"
Sub-tag: cms:email, cms:button, cms:message, cms:errormessage
Ejemplo:
<cms:ForgotPassword>
<center>
<cms:message CssClass="response" />
<cms:errormessage CssClass="error"/>
</center>
<table class="FORM">
<tr>
<td class="FORMLABLE">=LS(SD_EMAIL):</td>
<td class="FORMFIELD">
<cms:email Label="=LS(SS_NOMEUTENTE)" CssClass="TEXTBOX" />
</td>
</tr>
</table>
<br />
<div class="ContainerButtons">
<div class="ContainerButton">
<cms:button title="=LS(SB_INVIA)" CssClass="cvapply" Text="=LS(SB_INVIA)" />
</div>
</div>
</cms:ForgotPassword>
Comentarios
0 comentarios
Inicie sesión para dejar un comentario.