|
|
|
|
@ -146,16 +146,13 @@
|
|
|
|
|
<webuijsf:hyperlink actionExpression="#{ListaPlanos.goImprimirPlanoFromSeguimento_action}" id="hyperlink4"
|
|
|
|
|
style="color: #008000;" text="imprimir"/>
|
|
|
|
|
</webuijsf:tableColumn>
|
|
|
|
|
<webuijsf:tableColumn headerText="Loja" id="tableColumn14">
|
|
|
|
|
<webuijsf:tableColumn headerText="Loja" id="tableColumn14" sort="nome_estabelecimento">
|
|
|
|
|
<webuijsf:hyperlink actionExpression="#{ListaPlanos.goVerPlanoFromSeguimento_action}" id="hyperlink5" text="#{currentRow.value['nome_estabelecimento']}"/>
|
|
|
|
|
</webuijsf:tableColumn>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<webuijsf:tableColumn headerText="" id="tableColumn56" binding="#{ListaPlanos.tableColumn56}">
|
|
|
|
|
<webuijsf:button id="btnDesactivarSeguimento" text="Desactivar Plano" onClick="return alertOnDeactivate();"
|
|
|
|
|
actionExpression="#{ListaPlanos.goDesactivarPlanoSeguimento_action}" binding="#{ListaPlanos.buttonDesactivarSeguimento}" />
|
|
|
|
|
</webuijsf:tableColumn>
|
|
|
|
|
|
|
|
|
|
</webuijsf:tableRowGroup>
|
|
|
|
|
</webuijsf:table>
|
|
|
|
|
</webuijsf:form>
|
|
|
|
|
@ -202,7 +199,7 @@
|
|
|
|
|
<webuijsf:hyperlink actionExpression="#{ListaPlanos.goImprimirPlanoFromConcluidos_action}" id="hyperlink9"
|
|
|
|
|
style="color: #008000;" text="imprimir"/>
|
|
|
|
|
</webuijsf:tableColumn>
|
|
|
|
|
<webuijsf:tableColumn headerText="Loja" id="tableColumn15">
|
|
|
|
|
<webuijsf:tableColumn headerText="Loja" id="tableColumn15" sort="nome_estabelecimento">
|
|
|
|
|
<webuijsf:hyperlink actionExpression="#{ListaPlanos.goVerPlanoFromConcluidos_action}" id="hyperlink10" text="#{currentRow.value['nome_estabelecimento']}"/>
|
|
|
|
|
</webuijsf:tableColumn>
|
|
|
|
|
</webuijsf:tableRowGroup>
|
|
|
|
|
|