more font size tweaks.
[citadel.git] / webcit / static / t / room / edit / tab_share.html
1 <div class="tabcontent">
2         <br />
3         <table border="1" cellpadding="5">
4                 <tr>
5                         <td><b><i><?_("Not shared with")></i></b></td>
6                         <td><b><i><?_("Shared with")></i></b></td>
7                 </tr>
8                 <tr>
9                         <td valign="top">
10                                 <table border="0" cellpadding="5">
11                                         <tr class="tab_cell">
12                                                 <td><?_("Remote node name")></td>
13                                                 <td><?_("Remote room name")></td>
14                                                 <td><?_("Actions")></td>
15                                         </tr>
16                                         <?ITERATE("NODECONFIG", ="room_edit_shared_room_add")>
17                                 </table>
18                         </td>
19                         <td valign="top">
20                                 <table border="0" cellpadding="5">
21                                         <tr class="tab_cell">
22                                                 <td><?_("Remote node name")></td>
23                                                 <td><?_("Remote room name")></td>
24                                                 <td><?_("Actions")></td>
25                                         </tr>
26                                         <?ITERATE("ITERATE:THISROOM:GNET", ="room_edit_shared_room_removal", 0, 0, -1, #"ignet_push_share")>
27                                 </table>
28                         </td>
29                 </tr>
30         </table>
31         <br />
32         <div id="hints">
33                 <b><?_("Notes:")></b>
34                 <div><ul>
35                         <li>
36                                 <?_("When sharing a room, it must be shared from both ends.  Adding a node to the 'shared' list sends messages out, but in order to receive messages, the other nodes must be configured to send messages out to your system as well.")>
37                         <li>
38                           <?_("If the remote room name is blank, it is assumed that the room name is identical on the remote node.")>
39                         </li> <li>
40                           <?_("If the remote room name is different, the remote node must also configure the name of the room here.")>
41                         </li> <li>
42                           (<img src="static/webcit_icons/essen/16x16/refresh.png" alt='<?_("resend messages to this node")>' width="16" height="16">)<?_("Re-sharing may stress your system and produce large spoolfiles that need to be transmitted; All messages in this room not originating from this node are re-spooled and re-sent with the next networker run.")>
43                         </li>
44                 </ul></div>
45         </div>
46         <br />
47 </div>