]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
WebUI: Correct icon class for IMDB button
authorProfYaffle <ian@sproink.co.uk>
Sun, 1 Nov 2015 09:48:49 +0000 (09:48 +0000)
committerJaroslav Kysela <perex@perex.cz>
Mon, 2 Nov 2015 19:19:56 +0000 (20:19 +0100)
src/webui/static/app/epg.js

index 8b175006402a5ae558fac3fc06fb5edd209e09f9..2c763ddbaebd3a9f7829f46b5649a4e11e6ff483 100644 (file)
@@ -143,7 +143,7 @@ tvheadend.epgDetails = function(event) {
     buttons.push(new Ext.Button({
         disabled: !event.title,
         handler: searchIMDB,
-        iconCls: 'find',
+        iconCls: 'imdb',
         tooltip: _('Search IMDB (for title)'),
     }));