bb3863483b5fbb0dab49881aeb6c733418a6e61e
[citadel.git] / webcit / static / t / attachments_pane.html
1 <div align="right">
2 <a href="javascript:hide_attachments_form();">
3 <?_("Close window")>&nbsp;<img src="static/closewindow.gif"></div>
4 </a>
5 <h2><img src="static/diskette_24x.gif">&nbsp;<?_("Attachments:")></h2>
6
7 <ul>
8 <?ITERATE("MSG:ATTACHNAMES", ="edit_message_section_attach_select")>
9 </ul>
10
11 <?_("Attach file:")>
12 <input name="attachfile" class="attachfile" size=16 type="file">
13 &nbsp;&nbsp;<input type="submit" name="attach_button" value="<?_("Add")>">
14 &nbsp;&nbsp;<input type="submit" name="remove_attach_button" value="<?_("Remove")>">
15
16