* by the_mgt: wrap a box around the knrooms treeview so it looks nicer
authorWilfried Göesgens <willi@citadel.org>
Fri, 30 Oct 2009 20:43:01 +0000 (20:43 +0000)
committerWilfried Göesgens <willi@citadel.org>
Fri, 30 Oct 2009 20:43:01 +0000 (20:43 +0000)
webcit/static/t/knrooms.html

index 5357a7bbb5afa1aee13928038076e651584f8033..5081b54504fad4785cd20c00c668c26a0057db87 100644 (file)
@@ -33,7 +33,12 @@ OnChange="location.href=roomlistomatic.newview.options[selectedIndex].value">
 
 <?!("COND:PREF", 3, "roomlistview", "folders")>
 <div id="content" class="service">
-  <div id="roomlist_knrooms"></div>
+<div class="box">
+ <div class="boxlabel"><?_("Room Listing")></div>
+  <div class="boxcontent">
+   <div id="roomlist_knrooms"></div>
+  </div>
+</div>
 <?!("X", 3)>
 <script type="text/javascript">
 FillRooms(KNRoomsRoomList);