|
|
|
@ -1340,7 +1340,7 @@ function rcmail_address_string($input, $max=null, $linked=false, $addicon=null,
|
|
|
|
|
if ($addicon && $_SESSION['writeable_abook']) {
|
|
|
|
|
$address = html::span(null, $address . html::a(array(
|
|
|
|
|
'href' => "#add",
|
|
|
|
|
'onclick' => sprintf("return %s.command('add-contact','%s',this)", JS_OBJECT_NAME, urlencode($string)),
|
|
|
|
|
'onclick' => sprintf("return %s.command('add-contact','%s',this)", JS_OBJECT_NAME, $string),
|
|
|
|
|
'title' => rcube_label('addtoaddressbook'),
|
|
|
|
|
'class' => 'rcmaddcontact',
|
|
|
|
|
),
|
|
|
|
|