change cancel button

This commit is contained in:
vitalets
2012-11-27 14:21:08 +04:00
parent 5ef1a9e184
commit 5d8861a49a
5 changed files with 10 additions and 5 deletions

@ -14,7 +14,7 @@ Editableform based on jQuery UI
text: false
}).removeAttr('title');
this.$form.find('.editable-cancel').button({
icons: { primary: "ui-icon-cancel" },
icons: { primary: "ui-icon-closethick" },
text: false
}).removeAttr('title');