Changeset 21d6827 in github


Ignore:
Timestamp:
Jun 15, 2009 2:43:20 PM (4 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
2700bbb
Parents:
3a2b270
Message:
  • fix delete icon on attachment list (#1485921)
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • program/steps/mail/compose.inc

    raae0ad8 r21d6827  
    726726        'alt' => rcube_label('delete') 
    727727      )); 
    728       $_SESSION['compose']['deleteicon'] = $CONFIG['skin_path'] . $attrib['deleteicon']; 
    729728    } 
    730729    else 
     
    744743    } 
    745744  } 
     745 
     746  if ($attrib['deleteicon']) 
     747    $_SESSION['compose']['deleteicon'] = $CONFIG['skin_path'] . $attrib['deleteicon']; 
    746748 
    747749  $OUTPUT->add_gui_object('attachmentlist', $attrib['id']); 
  • skins/default/templates/compose.html

    r991a25a r21d6827  
    9494<div id="compose-attachments"> 
    9595<div id="attachment-title"><roundcube:label name="attachments" /></div> 
    96 <roundcube:object name="composeAttachmentList" deleteIcon="/images/icons/delete.png"/ > 
     96<roundcube:object name="composeAttachmentList" deleteIcon="/images/icons/delete.png" /> 
    9797<p><roundcube:button command="add-attachment" imagePas="/images/buttons/add_pas.png" imageSel="/images/buttons/add_sel.png" imageAct="/images/buttons/add_act.png" width="23" height="18" title="addattachment" /></p> 
    9898</div> 
Note: See TracChangeset for help on using the changeset viewer.