SMTPQueue: add ability to rerun the queue
[citadel.git] / webcit / static / t / navbar.html
index 453759cefe490dd2029c848728185032e860e730..608606f3e4aa6941869d61bdf00028ea70135e32 100644 (file)
                        <img  src="static/webcit_icons/essen/16x16/nextroom.png" alt="" width="16" height="16">
                        <span class="navbar_link"><?_("Goto next room")></span></a>
        </li>
+<?!("COND:THISROOM:CURR_VIEW", 100, #"VIEW_QUEUE")>
+       <li class="runqueuenow">
+                <a href="javascript:ToggleVisibility('runqueue')"><img src="static/webcit_icons/essen/16x16/refresh.png" alt="" width="16" height="16">
+                       <span class="navbar_link"><?_("Resend Mailqueue now")></span></a>
+       </li>
+<??("X", 90)>
+
 </ul></div>