* update room chat to the new protocol. This needs a couple more tweaks but I'm...
[citadel.git] / webcit / static / t / iconbar.html
index 89d23f7ea46a664c4f4f8fd80d7a5f0e9c3ad09c..316dd11dda12c9974612631422374977d85f915d 100644 (file)
@@ -38,7 +38,7 @@
 </a>
 </li>
 <li id="ib_rooms" class="ib_button">
-<a class="ib_button_link" href="knrooms" title="<?_("List all your accessible rooms")>"><span>
+<a class="ib_button_link" href="knrooms?template=knrooms?SortBy=byfloorroom?SortOrder=1" title="<?_("List all your accessible rooms")>"><span>
 <?_("Rooms")></span>
 </a>
 </li>
@@ -52,7 +52,7 @@
 </ul>
 </li>
 <li id="ib_chat" class="ib_button">
-<a class="ib_button_link" href="#" id="ib_chat_launch"><span>
+<a class="ib_button_link" href="chat"><span>
 <?_("Chat")>
 </span>
 </a>
 </li>
 <??("COND:AIDE", 1)>
 <li id="ib_admin" class="ib_button">
-<a class="ib_button_link" href="do_template?template=display_aide_menu" title="<?_("Room and system administration functions")>"><span><?_("Administration")></span></a>
+<a class="ib_button_link" href="do_template?template=aide_display_menu" title="<?_("Room and system administration functions")>"><span><?_("Administration")></span></a>
 </li>
 <??("X",1)>
 </ul>
 </div>
 <div id="ib_logoff" class="ib_button">
-<a class="ib_button_link" href="termquit" onclick="return confirm('<?_("Log off now?")>');"
-title="<?_("Log off")>">
-<span><?_("Log off")></span>
-</a>
+<a class="ib_button_link" href="termquit" onclick="return confirm('<?_("Log off now?")>');"title="<?_("Log off")>"><span><?_("Log off")></span></a>
 </div>
 <div id="customize" class="iconbar_text">
   <span><a href="do_template?template=iconbar_edit"><?_("customize this menu")></a></span>