Changeset 2847 in subversion


Ignore:
Timestamp:
Aug 7, 2009 12:11:29 PM (4 years ago)
Author:
thomasb
Message:

Fix vcard_attachments plugin (#1486035)

Location:
trunk/roundcubemail/plugins/vcard_attachments
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/plugins/vcard_attachments/vcard_attachments.php

    r2401 r2847  
    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.