SMTPQueue: add ability to rerun the queue
[citadel.git] / webcit / static / t / view_mailq / header.html
1 <div id="room_banner_override">
2 <h1>
3 <?_("View the outbound SMTP queue")>
4 </h1>
5 </div>
6
7 <!--
8 <table class="smtpqueue_background">
9 <tr><td valign=top>
10 <div id="smtpqueue_inner_div">
11 <div align="center"><img src="static/webcit_icons/throbber.gif"></div>"
12 </div>
13 <div align="center">
14 <a href="javascript:RefreshSMTPqueueDisplay();"><?_("Refresh this page")></a>
15 </div>
16 </td></tr></table>
17 -->
18
19 <div id="runqueue" class="runqueue" style="display:none">
20 <?_("Citadel reattempts sending mail per interval; it starts at 60 second, and doubles each time. You can however bypass this mechanism once; all messages will be reattempted on the next queue run.")>
21 <a href="javascript:ToggleVisibility('runqueue_help1')"><?_("OK, got you, lets go!")></a>
22 </div>
23
24 <div id="runqueue_help1" style="display:none">
25 <br><a href="javascript:SMTPRunQueue();"><?_("Reschedule all messages for delivery on next queue run")></a>
26 </div>
27
28 <table class="mailbox_summary" rules=rows cellpadding=2 style="width:100%%;">
29 <tr><td><b><i>
30 <?_("Message ID")>
31 </i></b></td><td><b><i>
32 <?_("Date/time submitted")>
33 </i></b></td><td><b><i>
34 <?_("Next attempt")>
35 </i></b></td><td><b><i>
36 <?_("Sender")>
37 </i></b></td><td><b><i>
38 <?_("Recipients")>
39 </i></b></td></tr>
40