diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-07-30 14:37:16 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-07-30 14:37:16 +0200 |
commit | 90fab855b79c865083b2fefc74b848d4b6e71aa6 (patch) | |
tree | f7afea180eb80db3a0fb679a81735b2b90d296b5 /plugins/enigma/enigma.php | |
parent | a9cbbae0c8c6b8246897ce5d470e22f026774455 (diff) | |
parent | bc92ca56ef6c51393d2782b7654eaa162dfc2e10 (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'plugins/enigma/enigma.php')
-rw-r--r-- | plugins/enigma/enigma.php | 2 |
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; |