[DE] Add icons
|
@ -229,14 +229,14 @@ define([
|
||||||
|
|
||||||
this.btnPrevForm = new Common.UI.Button({
|
this.btnPrevForm = new Common.UI.Button({
|
||||||
cls: 'btn-toolbar x-huge icon-top',
|
cls: 'btn-toolbar x-huge icon-top',
|
||||||
iconCls: 'toolbar__icon btn-review-prev',
|
iconCls: 'toolbar__icon previous-field',
|
||||||
caption: this.capBtnPrev
|
caption: this.capBtnPrev
|
||||||
});
|
});
|
||||||
this.paragraphControls.push(this.btnPrevForm);
|
this.paragraphControls.push(this.btnPrevForm);
|
||||||
|
|
||||||
this.btnNextForm = new Common.UI.Button({
|
this.btnNextForm = new Common.UI.Button({
|
||||||
cls: 'btn-toolbar x-huge icon-top',
|
cls: 'btn-toolbar x-huge icon-top',
|
||||||
iconCls: 'toolbar__icon btn-review-next',
|
iconCls: 'toolbar__icon next-field',
|
||||||
caption: this.capBtnNext
|
caption: this.capBtnNext
|
||||||
});
|
});
|
||||||
this.paragraphControls.push(this.btnNextForm);
|
this.paragraphControls.push(this.btnNextForm);
|
||||||
|
@ -244,7 +244,7 @@ define([
|
||||||
if (this.appConfig.canSubmitForms) {
|
if (this.appConfig.canSubmitForms) {
|
||||||
this.btnSubmit = new Common.UI.Button({
|
this.btnSubmit = new Common.UI.Button({
|
||||||
cls: 'btn-toolbar x-huge icon-top',
|
cls: 'btn-toolbar x-huge icon-top',
|
||||||
iconCls: 'toolbar__icon btn-form-submit',
|
iconCls: 'toolbar__icon submit-form',
|
||||||
caption: this.capBtnSubmit
|
caption: this.capBtnSubmit
|
||||||
});
|
});
|
||||||
this.paragraphControls.push(this.btnSubmit);
|
this.paragraphControls.push(this.btnSubmit);
|
||||||
|
|
After Width: | Height: | Size: 563 B |
After Width: | Height: | Size: 574 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 448 B |
After Width: | Height: | Size: 442 B |
After Width: | Height: | Size: 761 B |
After Width: | Height: | Size: 637 B |
After Width: | Height: | Size: 620 B |
After Width: | Height: | Size: 1.2 KiB |