]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/navbar.html
SMTP-Relay: add other ways of filtering
[citadel.git] / webcit / static / t / navbar.html
index 9010d22d2400e4dca9e6c325842937aa51db6035..05e3e3b35d180db5eff904aef8e71468297096f4 100644 (file)
 <?!("COND:THISROOM:CURR_VIEW", 80, #"VIEW_WIKI")>
         <??("COND:WIKI:PAGE", 81, "home")>
        <li class="readallmess">
-               <a href="wiki?page=home">
+               <a href="wiki?page=home?go=<?THISROOM:NAME("U")>">
                        <img src="static/webcit_icons/essen/16x16/readallmsg.png" alt="" width="16" height="16">
                        <span class="navbar_link"><?_("Wiki home")></span>
                </a>
                        <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", 100)>
+
 </ul></div>