|
|
|
|
@ -17,13 +17,13 @@
|
|
|
|
|
<ui:staticText binding="#{RecuperarPassword.staticText3}" id="staticText3"
|
|
|
|
|
style="font-weight: bold; height: 24px; width: 240px" text="Preencha os seguintes dados pessoais"/>
|
|
|
|
|
<h:panelGrid binding="#{RecuperarPassword.gridPanel4}" columnClasses="gridColLeft, gridColRight" columns="2" id="gridPanel4"
|
|
|
|
|
style="height: 72px" width="432">
|
|
|
|
|
style="height: 72px; width: 100%" width="100%">
|
|
|
|
|
<ui:staticText binding="#{RecuperarPassword.staticText1}" id="staticText1"
|
|
|
|
|
style="font-weight: bold; height: 24px; width: 144px" text="Utilizador:"/>
|
|
|
|
|
<ui:textField binding="#{RecuperarPassword.txtUtilizador}" id="txtUtilizador" style="width: 100%"/>
|
|
|
|
|
<ui:textField binding="#{RecuperarPassword.txtUtilizador}" columns="60" id="txtUtilizador" style="width: 420"/>
|
|
|
|
|
<ui:staticText binding="#{RecuperarPassword.staticText2}" id="staticText2"
|
|
|
|
|
style="font-weight: bold; height: 24px; width: 144px" text="E-mail:"/>
|
|
|
|
|
<ui:textField binding="#{RecuperarPassword.txtEmail}" id="txtEmail" style="width: 100%"/>
|
|
|
|
|
<ui:textField binding="#{RecuperarPassword.txtEmail}" columns="60" id="txtEmail" style="width: 420"/>
|
|
|
|
|
</h:panelGrid>
|
|
|
|
|
<h:panelGrid binding="#{RecuperarPassword.gridPanel5}" columnClasses="gridColRight" id="gridPanel5"
|
|
|
|
|
style="height: 24px; width: 100%" width="360">
|
|
|
|
|
|