From: Piotr Kuchciak Date: Fri, 31 Oct 2014 21:34:54 +0000 (+0100) Subject: WEBUI: Add icon for button save in tab TV Adapters X-Git-Tag: v4.1~855 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80563f189b749f20b4e2bc6a1c24803870721c6d;p=thirdparty%2Ftvheadend.git WEBUI: Add icon for button save in tab TV Adapters --- diff --git a/src/webui/static/app/idnode.js b/src/webui/static/app/idnode.js index b03b7353c..fb6e018c0 100644 --- a/src/webui/static/app/idnode.js +++ b/src/webui/static/app/idnode.js @@ -758,6 +758,7 @@ tvheadend.idnode_editor = function(item, conf) if (!conf.noButtons) { var saveBtn = new Ext.Button({ text: 'Save', + iconCls: 'save', handler: function() { var node = panel.getForm().getFieldValues(); node.uuid = item.uuid;