Changeset 1739 in subversion


Ignore:
Timestamp:
Sep 5, 2008 6:03:50 AM (5 years ago)
Author:
thomasb
Message:

showImages attribute is skin template is obsolte: now set in user prefs

Location:
trunk/roundcubemail
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/steps/mail/func.inc

    r1721 r1739  
    837837 
    838838  // list images after mail body 
    839   if (get_boolean($attrib['showimages'])  
    840       && $CONFIG['inline_images'] 
     839  if ($CONFIG['inline_images'] 
    841840      && $ctype_primary == 'multipart' 
    842841      && !empty($MESSAGE->attachments)  
  • trunk/roundcubemail/skins/default/templates/message.html

    r1397 r1739  
    4242 
    4343<roundcube:object name="blockedObjects" id="remote-objects-message" /> 
    44 <roundcube:object name="messageBody" id="messagebody" showImages="true" /> 
     44<roundcube:object name="messageBody" id="messagebody" /> 
    4545 
    4646</div> 
Note: See TracChangeset for help on using the changeset viewer.