summaryrefslogtreecommitdiff
path: root/program
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2011-12-09 21:46:05 +0000
committerthomascube <thomas@roundcube.net>2011-12-09 21:46:05 +0000
commit67e0c90fceb91d8b6c94275f96e6f1b80a9362bc (patch)
tree8dbe2c58e0b859aa6ca9c82dbdc9f82bd329822f /program
parent10e2d65277ec2af5dbf12f8a6d9f5edf1beb9841 (diff)
Add css class to add-icon
Diffstat (limited to 'program')
-rw-r--r--program/steps/mail/func.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc
index 62474f16a..a0a4dcab7 100644
--- a/program/steps/mail/func.inc
+++ b/program/steps/mail/func.inc
@@ -1296,6 +1296,7 @@ function rcmail_address_string($input, $max=null, $linked=false, $addicon=null)
'href' => "#add",
'onclick' => sprintf("return %s.command('add-contact','%s',this)", JS_OBJECT_NAME, urlencode($string)),
'title' => rcube_label('addtoaddressbook'),
+ 'class' => 'rcmaddcontact',
),
html::img(array(
'src' => $CONFIG['skin_path'] . $addicon,