ramani
Diff Revisions
567
vs
568
for /Ramani/web/cadastros/criarConferencia.xhtml
|
@@ -15,26 +15,26 @@ |
15 |
15 |
|
|
16 |
16 |
|
<ui:define name="conteudoCentro"> |
17 |
17 |
|
<p:layout > |
18 |
|
- |
<h:outputStylesheet name="wizardStyle.css"/> |
|
18 |
+ |
|
19 |
19 |
|
<h:form> |
20 |
|
- |
<p:layoutUnit position="west" styleClass="panelMenu"> |
|
20 |
+ |
<p:layoutUnit position="west" > |
21 |
21 |
|
<h:panelGroup> |
22 |
22 |
|
<center> |
23 |
23 |
|
<h:outputLabel value="#{msg['criarConferencia.Menu']}" |
24 |
|
- |
styleClass="titleMenu"/> |
|
24 |
+ |
/> |
25 |
25 |
|
<hr/> |
26 |
26 |
|
<p:commandButton id="save" |
27 |
27 |
|
value="#{msg['criarConferencia.Salvar']}" |
28 |
28 |
|
title="#{msg['criarConferencia.SalvarConferencia']}" |
29 |
29 |
|
action="#{conferenciaBean.salvar()}" |
30 |
30 |
|
ajax="false" |
31 |
|
- |
styleClass="btStyleWizards" |
|
31 |
+ |
style = "width: 99%" |
32 |
32 |
|
icon="ui-icon-disk" |
33 |
33 |
|
iconPos="right"/> |
34 |
34 |
|
<p:commandButton value="#{msg['criarConferencia.Voltar']}" |
35 |
35 |
|
title="#{msg['criarConferencia.VoltarPaginaInicial']}" |
36 |
36 |
|
action="/projeto/listarProjetos.xhtml" |
37 |
|
- |
styleClass="btStyleWizards" |
|
37 |
+ |
style = "width: 99%" |
38 |
38 |
|
immediate="true" |
39 |
39 |
|
ajax="false" |
40 |
40 |
|
icon="ui-icon-arrowreturnthick-1-w" |
|
@@ -53,14 +53,14 @@ |
53 |
53 |
|
<h:panelGrid columns="1" |
54 |
54 |
|
width="100%"> |
55 |
55 |
|
<h:outputLabel value="#{msg['criarConferencia.Nome']}" |
56 |
|
- |
class="pItem"/> |
|
56 |
+ |
/> |
57 |
57 |
|
<p:inputText value="#{conferenciaBean.conferencia.nome}" |
58 |
58 |
|
required="true" |
59 |
59 |
|
requiredMessage="#{msg['criarConferencia.DefinicaoNome']}" |
60 |
60 |
|
style="width: 100%"/> |
61 |
61 |
|
<br/> |
62 |
62 |
|
<h:outputLabel value="#{msg['criarConferencia.Sigla']}" |
63 |
|
- |
class="pItem"/> |
|
63 |
+ |
/> |
64 |
64 |
|
<p:inputText value="#{conferenciaBean.conferencia.sigla}" |
65 |
65 |
|
style="width: 100%"/> |
66 |
66 |
|
</h:panelGrid> |