IDEMPIERE-724 Zk: Make iDempiere theme more easily customizable - Refactor to allow theme to change the appearance of the about window
This commit is contained in:
parent
716f1d0066
commit
7b31487867
|
@ -77,18 +77,18 @@ public class AboutWindow extends Window implements EventListener<Event> {
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
private static final long serialVersionUID = 6573804051552633150L;
|
private static final long serialVersionUID = -305598686065143269L;
|
||||||
|
|
||||||
private Checkbox bErrorsOnly;
|
private Checkbox bErrorsOnly;
|
||||||
private Listbox logTable;
|
private Listbox logTable;
|
||||||
private Tabbox tabbox;
|
private Tabbox tabbox;
|
||||||
protected Tabpanels tabPanels;
|
protected Tabpanels tabPanels;
|
||||||
private Button btnDownload;
|
protected Button btnDownload;
|
||||||
private Button btnErrorEmail;
|
protected Button btnErrorEmail;
|
||||||
private Button btnViewLog;
|
protected Button btnViewLog;
|
||||||
protected Tab tabLog;
|
protected Tab tabLog;
|
||||||
|
|
||||||
private Button btnAdempiereLog;
|
protected Button btnAdempiereLog;
|
||||||
|
|
||||||
private Listbox levelListBox;
|
private Listbox levelListBox;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue