ramani
Diff Revisions
511
vs
512
for /Ramani/web/login.xhtml
|
@@ -20,19 +20,15 @@ |
20 |
20 |
|
<center> |
21 |
21 |
|
<h:outputText value="Ramani" |
22 |
22 |
|
style="font-size: 40px; font-weight: bold"/> |
23 |
|
- |
|
24 |
23 |
|
</center> |
25 |
|
- |
<h:panelGrid columns="2" |
26 |
|
- |
columnClasses="cabCol1, cabCol2"> |
27 |
|
- |
<p:toolbar style="background-color: white; border-color: transparent"> |
28 |
|
- |
<p:toolbarGroup align="right"> |
29 |
|
- |
<h:selectOneMenu value="#{language.localeCode}" onchange="submit()" |
30 |
|
- |
valueChangeListener="#{language.countryLocaleCodeChanged}"> |
31 |
|
- |
<f:selectItems value="#{language.countriesInMap}" /> |
32 |
|
- |
</h:selectOneMenu> |
33 |
|
- |
</p:toolbarGroup> |
34 |
|
- |
</p:toolbar> |
35 |
|
- |
</h:panelGrid> |
|
24 |
+ |
<div align="right"> |
|
25 |
+ |
<h:form> |
|
26 |
+ |
<h:selectOneMenu value="#{language.localeCode}" onchange="submit()" |
|
27 |
+ |
valueChangeListener="#{language.countryLocaleCodeChanged}"> |
|
28 |
+ |
<f:selectItems value="#{language.countriesInMap}" /> |
|
29 |
+ |
</h:selectOneMenu> |
|
30 |
+ |
</h:form> |
|
31 |
+ |
</div> |
36 |
32 |
|
</p:layoutUnit> |
37 |
33 |
|
|
38 |
34 |
|
<p:layoutUnit position="center" |
|
@@ -44,7 +40,7 @@ |
44 |
40 |
|
method="post"> |
45 |
41 |
|
<h:panelGrid columns="1"> |
46 |
42 |
|
<h:panelGroup rendered="#{!empty param.login_error}"> |
47 |
|
- |
<span style="color: red">Nome de usuário ou senha incorretos</span> |
|
43 |
+ |
<span style="color: red">"#{msg['login.ErroNomeSenha']}"</span> |
48 |
44 |
|
<br/> |
49 |
45 |
|
</h:panelGroup> |
50 |
46 |
|
<h:panelGroup rendered="#{empty param.login_error}"> |