[Common] big buttons for ReviewChanges
This commit is contained in:
parent
eed89a5c5b
commit
13aff47a21
|
@ -466,21 +466,21 @@ define([
|
||||||
this.popoverChanges = this.options.popoverChanges;
|
this.popoverChanges = this.options.popoverChanges;
|
||||||
|
|
||||||
this.btnPrev = new Common.UI.Button({
|
this.btnPrev = new Common.UI.Button({
|
||||||
cls: 'btn-toolbar',
|
cls: 'btn-toolbar x-huge',
|
||||||
iconCls: 'img-commonctrl review-prev',
|
iconCls: 'img-commonctrl review-prev',
|
||||||
caption: this.txtPrev,
|
caption: this.txtPrev,
|
||||||
value: 1
|
value: 1
|
||||||
});
|
});
|
||||||
|
|
||||||
this.btnNext = new Common.UI.Button({
|
this.btnNext = new Common.UI.Button({
|
||||||
cls: 'btn-toolbar',
|
cls: 'btn-toolbar x-huge',
|
||||||
iconCls: 'img-commonctrl review-next',
|
iconCls: 'img-commonctrl review-next',
|
||||||
caption: this.txtNext,
|
caption: this.txtNext,
|
||||||
value: 2
|
value: 2
|
||||||
});
|
});
|
||||||
|
|
||||||
this.btnAccept = new Common.UI.Button({
|
this.btnAccept = new Common.UI.Button({
|
||||||
cls: 'btn-toolbar',
|
cls: 'btn-toolbar x-huge',
|
||||||
caption: this.txtAccept,
|
caption: this.txtAccept,
|
||||||
split: true,
|
split: true,
|
||||||
menu: new Common.UI.Menu({
|
menu: new Common.UI.Menu({
|
||||||
|
@ -498,7 +498,7 @@ define([
|
||||||
});
|
});
|
||||||
|
|
||||||
this.btnReject = new Common.UI.Button({
|
this.btnReject = new Common.UI.Button({
|
||||||
cls: 'btn-toolbar',
|
cls: 'btn-toolbar x-huge',
|
||||||
caption: this.txtReject,
|
caption: this.txtReject,
|
||||||
split: true,
|
split: true,
|
||||||
menu: new Common.UI.Menu({
|
menu: new Common.UI.Menu({
|
||||||
|
@ -516,9 +516,7 @@ define([
|
||||||
});
|
});
|
||||||
|
|
||||||
this.btnTurnOn = new Common.UI.Button({
|
this.btnTurnOn = new Common.UI.Button({
|
||||||
cls: 'btn-toolbar',
|
cls: 'btn-toolbar x-huge',
|
||||||
iconCls: 'img-commonctrl review-close'
|
|
||||||
// hint: this.txtClose,
|
|
||||||
iconCls: 'img-commonctrl review-close',
|
iconCls: 'img-commonctrl review-close',
|
||||||
caption: this.txtTurnon
|
caption: this.txtTurnon
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue