summaryrefslogtreecommitdiff
path: root/plugins/enigma/enigma.php
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-07-30 13:20:56 +0200
committerAleksander Machniak <alec@alec.pl>2012-07-30 13:20:56 +0200
commitbc92ca56ef6c51393d2782b7654eaa162dfc2e10 (patch)
tree4e736a5fa6d757d6abd28f14facf8c71faef89a1 /plugins/enigma/enigma.php
parent6a3df52f828015756cd2e70435bdebd8cdfb2f4b (diff)
Fixes after default->classic switch
Diffstat (limited to 'plugins/enigma/enigma.php')
-rw-r--r--plugins/enigma/enigma.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/enigma/enigma.php b/plugins/enigma/enigma.php
index fb7c98635..22afc901d 100644
--- a/plugins/enigma/enigma.php
+++ b/plugins/enigma/enigma.php
@@ -435,7 +435,7 @@ class enigma extends rcube_plugin
'href' => "#",
'onclick' => "return ".JS_OBJECT_NAME.".enigma_import_attachment('".JQ($part)."')",
'title' => $this->gettext('keyattimport')),
- html::img(array('src' => $this->url('skins/default/key_add.png'), 'style' => "vertical-align:middle")))
+ html::img(array('src' => $this->url('skins/classic/key_add.png'), 'style' => "vertical-align:middle")))
. ' ' . html::span(null, $this->gettext('keyattfound')));
$attach_script = true;