program/steps/mail/compose.inc | ●●●●● patch | view | raw | blame | history | |
skins/default/templates/compose.html | patch | view | raw | blame | history |
program/steps/mail/compose.inc
@@ -725,7 +725,6 @@ 'src' => $CONFIG['skin_path'] . $attrib['deleteicon'], 'alt' => rcube_label('delete') )); $_SESSION['compose']['deleteicon'] = $CONFIG['skin_path'] . $attrib['deleteicon']; } else $button = Q(rcube_label('delete')); @@ -744,6 +743,9 @@ } } if ($attrib['deleteicon']) $_SESSION['compose']['deleteicon'] = $CONFIG['skin_path'] . $attrib['deleteicon']; $OUTPUT->add_gui_object('attachmentlist', $attrib['id']); return html::tag('ul', $attrib, $out, html::$common_attrib); skins/default/templates/compose.html