* apply R8157 from the dav-rework branch:
[citadel.git] / webcit / static / t / wholiststatic.html
1 <div id="who_inner" >
2 <table class="altern">
3  <tr>
4   <th class="edit_col"> </th>
5   <th colspan="2"> </th>
6   <th><?_("User name")></th>
7   <th><?_("Room")></th>
8   <th class="host_col"><?_("From host")></th>
9 </tr>
10 <?ITERATE("WHOLIST", "whosection")>
11 </table>
12 </div>
13 <div class="instructions">
14 <?_("Click on a name to read user info.  Click on")>
15 <img align="middle" src="static/citadelchat_16x.gif" alt="(p)" border="0">
16 <?_("to send an instant message to that user.")>
17 </div>
18