fixes bug#0011602
dev: thiago qua: marcelo git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@83926 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
a18db9db0d
commit
116fb8fe1f
|
@ -28,6 +28,7 @@ import org.zkoss.zul.Checkbox;
|
|||
import org.zkoss.zul.Combobox;
|
||||
import org.zkoss.zul.Intbox;
|
||||
import org.zkoss.zul.Label;
|
||||
import org.zkoss.zul.Listheader;
|
||||
import org.zkoss.zul.Longbox;
|
||||
import org.zkoss.zul.Radio;
|
||||
import org.zkoss.zul.Tab;
|
||||
|
@ -117,6 +118,7 @@ public class EditarEstacionController extends MyGenericForwardComposer {
|
|||
private Checkbox chkStockCentral;
|
||||
private Label lblTipoArquivoLayoutInternacional;
|
||||
private Checkbox chkTipoArquivoLayoutInternacional;
|
||||
private Listheader colunmTipoArquivoLayout;
|
||||
|
||||
public Estacion getEstacion() {
|
||||
return estacion;
|
||||
|
@ -235,6 +237,7 @@ public class EditarEstacionController extends MyGenericForwardComposer {
|
|||
if (instance.isPermiteVariasImpressorasMesmaEmpresa()) {
|
||||
lblTipoArquivoLayoutInternacional.setVisible(true);
|
||||
chkTipoArquivoLayoutInternacional.setVisible(true);
|
||||
colunmTipoArquivoLayout.setVisible(true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -362,7 +362,7 @@
|
|||
label="${c:l('busquedaEstacionController.nomeImpressora.label')}" />
|
||||
<listheader image="/gui/img/create_doc.gif"
|
||||
label="${c:l('busquedaEstacionController.nomeArquivoLayout.label')}" />
|
||||
<listheader image="/gui/img/create_doc.gif"
|
||||
<listheader id="colunmTipoArquivoLayout" image="/gui/img/create_doc.gif" visible="false"
|
||||
label="${c:l('busquedaEstacionController.lhTipoArquivoLayoutInternacional.label')}" />
|
||||
</listhead>
|
||||
</listbox>
|
||||
|
|
Loading…
Reference in New Issue