]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/navbar.html
Add a 'go' value to the 'edit room configuration' tab so it automatically selects...
[citadel.git] / webcit / static / t / navbar.html
index 009cc6e7c017495eb30bf7a1c6103579401ad419..453759cefe490dd2029c848728185032e860e730 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=<?ROOM:INFO:PRINT_NAME("U")>">
                        <img src="static/webcit_icons/essen/16x16/readallmsg.png" alt="" width="16" height="16">
                        <span class="navbar_link"><?_("Wiki home")></span>
                </a>