Changeset c7a2e84 in github


Ignore:
Timestamp:
Aug 7, 2009 12:11:29 PM (4 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
4d97074
Parents:
24e219d
Message:

Fix vcard_attachments plugin (#1486035)

Location:
plugins/vcard_attachments
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/vcard_attachments/vcard_attachments.php

    rcc97ea0 rc7a2e84  
    5454         
    5555        // 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;"), 
    5757          html::a(array( 
    5858              'href' => "#", 
    5959              'onclick' => "return plugin_vcard_save_contact('".JQ($this->vcard_part)."')", 
    6060              '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"))) 
    6262            . ' ' . html::span(null, Q($display))); 
    6363         
Note: See TracChangeset for help on using the changeset viewer.