antos-frontend/src/packages/Setting/scheme.html

12 lines
550 B
HTML
Raw Normal View History

2018-03-11 21:31:40 +01:00
<afx-app-window data-id = "setting-window" apptitle="Setting" width="600" height="400">
<afx-vbox>
<afx-tab-container data-id = "container" barwidth="120" bar="left"></afx-tab-container>
<afx-hbox data-height="35">
<div data-width = "120" class = "footer"></div>
<div style="text-align:right" >
<afx-button text="__(Save)" data-id="btnsave" iconclass="fa fa-save" style="margin-right:10px;" ></afx-button>
</div>
</afx-hbox>
2018-03-11 21:31:40 +01:00
</afx-vbox>
</afx-app-window>