Renamed the /icons directory to /webcit_icons because of incompatibility with symlink...
[citadel.git] / webcit / static / t / edit_message / attachments_pane.html
index edec77866ad2ab6fdd18c22ecba7db8d7eb0d5e2..d4824078cb02b4b33520b1457e61adce961ce79c 100644 (file)
@@ -1,8 +1,8 @@
 <div align="right">
        <a href="javascript:hide_attachments_form();">
-               <?_("Close window")>&nbsp;<img src="static/icons/closewindow.gif" border="0"></div>
+               <?_("Close window")>&nbsp;<img src="static/webcit_icons/closewindow.gif" border="0"></div>
        </a>
-       <h2><img src="static/icons/essen/16x16/attachement.png">&nbsp;<?_("Attachments:")></h2>
+       <h2><img src="static/webcit_icons/essen/16x16/attachement.png">&nbsp;<?_("Attachments:")></h2>
        <ul><?ITERATE("MSG:ATTACHNAMES", ="edit_message_section_attach_select")></ul>
 
        <iframe id="upload_target" name="upload_target" src="" style="width:0;height:0;border:0">
@@ -18,6 +18,6 @@
                </div>
 
                <div id="upload_throbber" style="display:none">
-                       <?_("Upload")>&nbsp;<img src="static/icons/throbber.gif" border="0">
+                       <?_("Upload")>&nbsp;<img src="static/webcit_icons/throbber.gif" border="0">
                </div>
        </form>