Improve vcardattachments addon in Elastic

pull/6120/merge
Aleksander Machniak 7 years ago
parent 0d8afd2b01
commit 12a2e47b9b

@ -108,7 +108,7 @@ class vcard_attachments extends rcube_plugin
$vid = rcube::JQ($part.':'.$idx); $vid = rcube::JQ($part.':'.$idx);
// add box below message body // add box below message body
$p['content'][] = html::p(array('class' => 'vcardattachment aligned-buttons'), $p['content'][] = html::p(array('class' => 'vcardattachment aligned-buttons boxinformation'),
html::span(null, rcube::Q($display)) . html::span(null, rcube::Q($display)) .
html::tag('button', array( html::tag('button', array(
'onclick' => "return plugin_vcard_save_contact('$vid')", 'onclick' => "return plugin_vcard_save_contact('$vid')",

Loading…
Cancel
Save