]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/navbar.html
MAILINGLIST: add facility to choose the default room email alias.
[citadel.git] / webcit / static / t / navbar.html
index 009cc6e7c017495eb30bf7a1c6103579401ad419..05e3e3b35d180db5eff904aef8e71468297096f4 100644 (file)
@@ -1,7 +1,7 @@
 <div id="navbar"><ul>
        <li class="ungoto">
                <a href="ungoto">
-                       <img src="static/webcit_icons/essen/16x16/back.png" alt="" width="16" height="16">
+                       <img src="static/webcit_icons/essen/16x16/ungoto.png" alt="" width="16" height="16">
                        <span class="navbar_link"><?_("Ungoto")></span>
                </a>
        </li>
@@ -9,7 +9,7 @@
 <?!("COND:THISROOM:CURR_VIEW", 10, #"VIEW_BBS")>
        <li class="newmess">
                <a href="readnew">
-                       <img src="static/webcit_icons/essen/16x16/pencil.png" alt="" width="16" height="16">
+                       <img src="static/webcit_icons/essen/16x16/refresh.png" alt="" width="16" height="16">
                        <span class="navbar_link"><?_("Read new messages")></span>
                </a>
        </li>
 <?!("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>