Removed table headers from MultipleFiltersFinder bandbox

FEA: ItEr60S04ValidacionEProbasFuncionaisItEr59S04
This commit is contained in:
Lorenzo Tilve 2010-09-10 12:56:30 +02:00
parent 4b4d3db283
commit 324e6fee17
3 changed files with 6 additions and 2 deletions

View file

@ -45,7 +45,7 @@ public abstract class MultipleFiltersFinder implements IMultipleFiltersFinder {
private List<FilterPair> listMatching = new ArrayList<FilterPair>();
private final String headers[] = { _("Filter type"), _("Filter pattern") };
private final String headers[] = {};
MultipleFiltersFinder() {
}

View file

@ -1357,3 +1357,7 @@ tr.z-tree-row-seld .z-row-cnt {
.projects-list .date {
width:120px;
}
.z-band-popup td.z-list-cell {
border-right: dotted 1px #cccccc;
}

View file

@ -29,7 +29,7 @@
<hbox>
<label value="${i18n:_('Select criteria or resources')}" tooltiptext="${i18n:_('Select criteria set or a resource to add')}"/>
<bandboxMultipleSearch id="bdLimitingAllocationSelector"
widthBandbox="385px" widthListbox="400px" heightBbox="15px"/>
widthBandbox="385px" widthListbox="600px" heightBbox="15px" />
</hbox>
</vbox>
</zk>