]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/who/box_list_static.html
Remove preprocessor tests for OpenSSL. It's a requirement.
[citadel.git] / webcit / static / t / who / box_list_static.html
index d002e249365e3b5e049143a469d10e92d2ed8480..be05a9e9f526dcff6228957f0284bd6615698492 100644 (file)
@@ -1,18 +1,13 @@
 <div id="who_inner" >
-<table class="altern">
- <tr>
-  <th class="edit_col"> </th>
-  <th colspan="2"> </th>
-  <th><?_("User name")></th>
-  <th><?_("Room")></th>
-  <th class="host_col"><?_("From host")></th>
-</tr>
-<?ITERATE("WHOLIST", ="who_section")>
-</table>
-</div>
-<div class="instructions">
-<?_("Click on a name to read user info.  Click on")>
-<img align="middle" src="static/citadelchat_16x.gif" alt="(p)" border="0">
-<?_("to send an instant message to that user.")>
+       <table class="altern">
+               <tr>
+                       <th class="edit_col"> </th>
+                       <th colspan="2"> </th>
+                       <th><?_("User name")></th>
+                       <th><?_("Room")></th>
+                       <th class="host_col"><?_("From host")></th>
+               </tr>
+               <?ITERATE("WHOLIST", ="who_section", 0)>
+       </table>
 </div>