Changeset 2847 in subversion
- Timestamp:
- Aug 7, 2009 12:11:29 PM (4 years ago)
- Location:
- trunk/roundcubemail/plugins/vcard_attachments
- Files:
-
- 1 added
- 1 edited
-
vcard_add_contact.png (added)
-
vcard_attachments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/plugins/vcard_attachments/vcard_attachments.php
r2401 r2847 54 54 55 55 // add box below messsage body 56 $p['content'] .= html::p(array('style' => "margin:1em; padding:0.5em; border:1px solid #999; width: auto;"),56 $p['content'] .= html::p(array('style' => "margin:1em; padding:0.5em; border:1px solid #999; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; width: auto;"), 57 57 html::a(array( 58 58 'href' => "#", 59 59 'onclick' => "return plugin_vcard_save_contact('".JQ($this->vcard_part)."')", 60 60 'title' => "Save contact in local address book"), // TODO: localize this title 61 html::img(array('src' => '/images/buttons/add_contact_act.png', 'align' => "middle")))61 html::img(array('src' => $this->url('vcard_add_contact.png'), 'align' => "middle"))) 62 62 . ' ' . html::span(null, Q($display))); 63 63
Note: See TracChangeset
for help on using the changeset viewer.
