Added new iconset "Essen" from http://pc.de/icons/ and modified all files under stati...
[citadel.git] / webcit / static / t / who / box_list_static.html
old mode 100644 (file)
new mode 100755 (executable)
index d002e24..69a4c68
@@ -1,18 +1,18 @@
 <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>
+       <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.")>
+       <?_("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>