Restyle alertify dialogues so they look like the rest of the app. Still some tweaks needed, but we're 95% of the way there.

This commit is contained in:
Arun Kollan
2016-04-15 15:30:27 +01:00
committed by Dave Page
parent 34ba5bef24
commit 533aaa2fa3
2 changed files with 138 additions and 44 deletions

View File

@@ -353,10 +353,11 @@ define(
return {
buttons:[
{
text: "{{ _('OK') }}", key: 13, className: "btn btn-primary"
text: "{{ _(' <span class=button-label> OK </span>') }}", key: 13, className: "btn btn-primary fa fa-lg fa-save"
},
{
text: "{{ _('Cancel') }}", className: "btn btn-danger"
text: "{{ _(' <span class=button-label> Cancel </span>') }}", className: "btn btn-danger fa fa-lg fa-close"
}
],
focus: { element: 0 },