]> 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 69a4c6822ebfe119f031f0e889ab6ac03875bf1f..be05a9e9f526dcff6228957f0284bd6615698492 100644 (file)
@@ -7,12 +7,7 @@
                        <th><?_("Room")></th>
                        <th class="host_col"><?_("From host")></th>
                </tr>
-               <?ITERATE("WHOLIST", ="who_section")>
+               <?ITERATE("WHOLIST", ="who_section", 0)>
        </table>
 </div>
-<div class="instructions">
-       <?_("Click on a name to read user info.  Click on")>
-               <img align="middle" src="static/icons/essen/16x16/chat.png" alt="(p)">
-       <?_("to send an instant message to that user.")>
-</div>