Revert "Revert "Removed the "fix_scrollbarbug" div and all references to it.""
[citadel.git] / webcit / static / t / floors.html
index 18012834d6f1e2cc109f92a8011bb6ec4a6b6b59..37e976ee2f9c2efc5dc7b980a7e3459e525763c1 100644 (file)
@@ -1,11 +1,11 @@
-<?=("important_msg")>
+<?=("head")><?=("important_msg")><?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
 
 <div id="banner">
         <h1><?_("Add/change/delete floors")></h1>
 </div>
 
-<div class="fix_scrollbar_bug">
-       <table border="1" width="100%" bgcolor="#fff">
+<div id="content" class="service">
+       <table border="1" width="100%" bgcolor="#ffffff">
                <tr>
                        <th><?_("Floor number")></th>
                        <th><?_("Floor name")></th>
@@ -13,7 +13,7 @@
                        <th><?_("Floor CSS")></th>
                </tr>
 
-               <?ITERATE("LKRA", ="floors_edit_one")>
+               <?ITERATE("LFLR", ="floors_edit_one")>
 
                <tr>
                        <td>&nbsp;</td>
@@ -27,4 +27,4 @@
                        <td>&nbsp;</td>
                </tr>
        </table>
-</div>
+<?=("trailing")>