]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/view_mailq/header.html
SMTPQueue: add ability to rerun the queue
[citadel.git] / webcit / static / t / view_mailq / header.html
index 919a4f31d4b0479ec78d261d4d6a24271761316b..98cd3be6f901b18699ef9b5ace0fe28514bdcf5b 100644 (file)
@@ -1,10 +1,9 @@
-<div id="banner">
+<div id="room_banner_override">
 <h1>
 <?_("View the outbound SMTP queue")>
 </h1>
 </div>
 
-<div id="content" class="service">
 <!--
 <table class="smtpqueue_background">
 <tr><td valign=top>
 </div>
 </td></tr></table>
 -->
+
+<div id="runqueue" class="runqueue" style="display:none">
+<?_("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.")>
+<a href="javascript:ToggleVisibility('runqueue_help1')"><?_("OK, got you, lets go!")></a>
+</div>
+
+<div id="runqueue_help1" style="display:none">
+<br><a href="javascript:SMTPRunQueue();"><?_("Reschedule all messages for delivery on next queue run")></a>
+</div>
+
 <table class="mailbox_summary" rules=rows cellpadding=2 style="width:100%%;">
 <tr><td><b><i>
 <?_("Message ID")>
 </i></b></td><td><b><i>
 <?_("Date/time submitted")>
 </i></b></td><td><b><i>
-<?_("Last attempt")>
+<?_("Next attempt")>
 </i></b></td><td><b><i>
 <?_("Sender")>
 </i></b></td><td><b><i>