]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/who.html
SMTP-Relay: add other ways of filtering
[citadel.git] / webcit / static / t / who.html
index b3b88a7420c8d181d61bee2c644f65860316ac2e..b68d5fa7edc8be0b488a4b14c6dd7951332bdf8e 100644 (file)
@@ -1,5 +1,5 @@
 <?=("head")>
-<?=("important_msg")><?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
+<?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
 
 <script type="text/javascript">
        function ConfirmKill() { 
@@ -28,7 +28,8 @@
        <?DOBOXED(="who_box_list_static", ="who_list_static_header")>
 </div>
 <script type="text/javascript">
- new Ajax.PeriodicalUpdater('do_template', 'template=wholiststatic',
+ new Ajax.PeriodicalUpdater('who_inner', 'do_template?template=who_box_list_static',
                             { method: 'get', frequency: 30 }  );
 </script>
+</div>
 <?=("trailing")>