]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/display_main_menu.html
* fix some fallout from last commit: iconbar now in head.html so no one should call...
[citadel.git] / webcit / static / t / display_main_menu.html
index dc6d1e0bb3649d67a1382ecada96770cb6ba1464..afe474432e13f92e2b2fc2ca9c66f6314d5a3b61 100644 (file)
@@ -1,17 +1,16 @@
 <?=("head")>
 <?=("important_msg")>
-<?ICONBAR>
 <?ROOMBANNER>
 <div id="content">
 <div class="fix_scrollbar_bug">
-<table width="100%%" cellspacing="10px" cellpadding="0">
+<table width="100%" cellspacing="10" cellpadding="0">
 <tr><td colspan="2" class="advanced">
-  <?DOBOXED("menu_basic_commands", "subj_basic_commands")>
+  <?DOBOXED("menu_basic_commands", _("Basic commands"))>
 </td></tr>
-<tr valign=top><td width=50%%>
-  <?DOBOXED("menu_your_info", "subj_your_info")>
-</td><td width=50%%>
-  <?DOBOXED("menu_advanced_roomcommands", "subj_advanced_roomcommands")>
+<tr valign=top><td width=50%>
+  <?DOBOXED("menu_your_info", _("Your info"))>
+</td><td width=50%>
+  <?DOBOXED("menu_advanced_roomcommands", _("Advanced room commands"))>
 </td></tr>
 </table>
 </div>