wilian 2015-06-01 19:15:45 +00:00
parent f5f101a9d7
commit 96a98e7bac
1 changed files with 9 additions and 5 deletions

View File

@ -40,15 +40,19 @@
<listhead sizable="true"> <listhead sizable="true">
<listheader id="lhId" width="70px" image="/gui/img/builder.gif" <listheader id="lhId" width="70px" image="/gui/img/builder.gif"
label="${c:l('busquedaAlterarEnderecoApanheController.lhId.label')}" label="${c:l('busquedaAlterarEnderecoApanheController.lhId.label')}"
sort="auto(enderecoApanheId)"/> sort="auto(enderecoapanheId)"/>
<listheader id="lhNumoperacion" image="/gui/img/create_doc.gif" <listheader id="lhNumoperacion" image="/gui/img/create_doc.gif"
label="${c:l('busquedaAlterarEnderecoApanheController.lhNumoperacion.label')}"/> label="${c:l('busquedaAlterarEnderecoApanheController.lhNumoperacion.label')}"
sort="auto(vendaPacote.numoperacion)"/>
<listheader id="lhDataPacote" image="/gui/img/create_doc.gif" <listheader id="lhDataPacote" image="/gui/img/create_doc.gif"
label="${c:l('busquedaAlterarEnderecoApanheController.lhDataPacote.label')}"/> label="${c:l('busquedaAlterarEnderecoApanheController.lhDataPacote.label')}"
sort="auto(vendaPacote.datapacote)"/>
<listheader id="lhLocalEnderecoApanhe" image="/gui/img/create_doc.gif" <listheader id="lhLocalEnderecoApanhe" image="/gui/img/create_doc.gif"
label="${c:l('busquedaAlterarEnderecoApanheController.lhLocalEnderecoApanhe.label')}"/> label="${c:l('busquedaAlterarEnderecoApanheController.lhLocalEnderecoApanhe.label')}"
sort="auto(localEnderecoApanhe)"/>
<listheader id="lhDeschotel" image="/gui/img/create_doc.gif" <listheader id="lhDeschotel" image="/gui/img/create_doc.gif"
label="${c:l('busquedaAlterarEnderecoApanheController.lhDeschotel.label')}"/> label="${c:l('busquedaAlterarEnderecoApanheController.lhDeschotel.label')}"
sort="auto(deschotel)"/>
</listhead> </listhead>
</listbox> </listbox>
</window> </window>