cms:forgotpassword
SeguiNome del portlet: cms:forgotpassword
Descrizione/Scopo: per configurare il layout della form "forgot password"
Sub-tag: cms:email, cms:button, cms:message, cms:errormessage
Esempio:
<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>
Commenti
0 commenti
Accedi per aggiungere un commento.