fixes bug#7832
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@59166 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
f9b67bb080
commit
ec78625be0
|
@ -48,8 +48,7 @@
|
|||
|
||||
<paging id="pagingFiscalAliquotaEmpresa" pageSize="20"/>
|
||||
|
||||
<listbox id="fiscalAliquotaEmpresaList" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox" fixedLayout="true" vflex="true" hflex="min"
|
||||
multiple="false" height="250px" width="580px">
|
||||
<listbox id="fiscalAliquotaEmpresaList" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox" multiple="false" vflex="true" >
|
||||
<listhead sizable="true">
|
||||
<listheader width="8%" image="/gui/img/create_doc.gif"
|
||||
label="${c:l('lb.id')}"
|
||||
|
|
|
@ -45,8 +45,7 @@
|
|||
</toolbar>
|
||||
|
||||
<paging id="pagingRelgerencialEmpresa" pageSize="20"/>
|
||||
<listbox id="relgerencialEmpresaList" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox" fixedLayout="true" vflex="true" hflex="min"
|
||||
multiple="false" height="250px" width="845px">
|
||||
<listbox id="relgerencialEmpresaList" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox" vflex="true" multiple="false">
|
||||
<listhead sizable="true">
|
||||
<listheader width="3%" image="/gui/img/create_doc.gif"
|
||||
label="${c:l('lb.id')}" sort="auto(fiscalrelgerencialId)"/>
|
||||
|
|
|
@ -45,8 +45,8 @@
|
|||
</toolbar>
|
||||
|
||||
<paging id="pagingTotnaofiscalEmpresa" pageSize="20"/>
|
||||
<listbox id="totnaofiscalEmpresaList" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox" fixedLayout="true" vflex="true" hflex="min"
|
||||
multiple="false" height="250px" width="800px">
|
||||
<listbox id="totnaofiscalEmpresaList" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox" vflex="true"
|
||||
multiple="false">
|
||||
<listhead sizable="true">
|
||||
<listheader width="3%" image="/gui/img/create_doc.gif"
|
||||
label="${c:l('lb.id')}" sort="auto(fiscaltotnaofiscalId)"/>
|
||||
|
|
Loading…
Reference in New Issue