From 50844277ca2ce9b98f5d732b07ffe7a4627ff72c Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Sat, 01 Jul 2006 08:38:38 -0400 Subject: [PATCH] Changed label and icon for attachment removal and some styles --- skins/default/templates/compose.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html index bcb232f..0ecfb8f 100644 --- a/skins/default/templates/compose.html +++ b/skins/default/templates/compose.html @@ -111,7 +111,7 @@ </div> <div id="compose-attachments"> -<div><roundcube:label name="attachments" /></div> +<div id="attachment-title"><roundcube:label name="attachments" /></div> <roundcube:object name="composeAttachmentList" deleteIcon="/images/icons/remove-attachment.png"/ > <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" /> </div> -- Gitblit v1.9.1