]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/who.html
* add the paging hook to these templates
[citadel.git] / webcit / static / t / who.html
index 632aed2c1ac3884360275fdd4d099d5679a9e41c..ea04a68569d4bfe5998af9d25f93865deefb2a75 100644 (file)
@@ -1,5 +1,5 @@
 <?=("head")>
-<?=("important_msg")>
+<?=("important_msg")>><?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
 
 <script type="text/javascript">
 function ConfirmKill() { 
@@ -13,12 +13,13 @@ return confirm('<?_("Do you really want to kill this session?")>');
 <h1>
 <?_("Users currently on ")><?SERV:HUMANNODE>
 </h1></div>
+<div id="actiondiv">
 <ul class="room_actions">
 <li class="start_page">
        <?OFFERSTARTPAGE>
 </li></ul>
 </div>
-
+</div>
 <div id="content" class="fix_scrollbar_bug who_is_online">
 <?DOBOXED("wholiststatic", "wholiststatic_header")>
 </div>