Changeset c7a2e84 in github
- Timestamp:
- Aug 7, 2009 12:11:29 PM (4 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 4d97074
- Parents:
- 24e219d
- Location:
- plugins/vcard_attachments
- Files:
-
- 1 added
- 1 edited
-
vcard_add_contact.png (added)
-
vcard_attachments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/vcard_attachments/vcard_attachments.php
rcc97ea0 rc7a2e84 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.
