]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/view_mailq/header.html
SMTP-Queue: streamline redisplaying
[citadel.git] / webcit / static / t / view_mailq / header.html
index 919a4f31d4b0479ec78d261d4d6a24271761316b..20e5ce3e4ef1ad39250bfba4867a96a8d1b2547e 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>
 -->
-<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")>
-</i></b></td><td><b><i>
-<?_("Sender")>
-</i></b></td><td><b><i>
-<?_("Recipients")>
-</i></b></td></tr>
 
+<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>
+
+<div align="center">
+<a href="javascript:RefreshSMTPqueueDisplay();"><?_("Refresh this page")></a>
+</div>
+
+<?=("view_mailq_table">