MailQ: fix template.
[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 <div align="center">
29 <a href="javascript:RefreshSMTPqueueDisplay();"><?_("Refresh this page")></a>
30 </div>
31
32 <?=("view_mailq_table")>