MAILINGLIST: add facility to choose the default room email alias.
[citadel.git] / webcit / static / t / room / edit / tab_share.html
index 6ed82a6dd3c66df2cf0c5dd8b4af54a38c8ced85..efe04a3a668054752fb43b2d1e133bac606bbd2c 100644 (file)
@@ -2,8 +2,9 @@
        <br />
        <table border="1" cellpadding="5">
                <tr>
+                       <td><b><i><?_("Not shared with")></i></b></td>
                        <td><b><i><?_("Shared with")></i></b></td>
-                       <td><b><i><?_("Not shared with")></i></b></td></tr>
+               </tr>
                <tr>
                        <td valign="top">
                                <table border="0" cellpadding="5">
@@ -12,7 +13,7 @@
                                                <td><?_("Remote room name")></td>
                                                <td><?_("Actions")></td>
                                        </tr>
-                                       <?ITERATE("ITERATE:THISROOM:GNET", ="shared_room_removal", 0, 0, -1, #"ignet_push_share")>
+                                       <?ITERATE("NODECONFIG", ="room_edit_shared_room_add")>
                                </table>
                        </td>
                        <td valign="top">
                                                <td><?_("Remote room name")></td>
                                                <td><?_("Actions")></td>
                                        </tr>
-                                       <?ITERATE("ITERATE:THISROOM:GNET", ="shared_room_add", 0, 0, -1, #"ignet_push_share")>
+                                       <?ITERATE("ITERATE:THISROOM:GNET", ="room_edit_shared_room_removal", 0, 0, -1, #"ignet_push_share")>
                                </table>
                        </td>
                </tr>
        </table>
        <br />
-       <i>
+       <div id="hints">
                <b><?_("Notes:")></b>
-               <ul>
+               <div><ul>
+                       <li>
+                               <?_("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.")>
                        <li>
-                               <?_("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. 
-                       <li>If the remote room name is blank, it is assumed 
-                               that the room name is identical on the remote node.
-                       <li>If the remote room name is different, the remote 
-                               node must also configure the name of the room here.")>
-               </ul>
-       </i>
+                         <?_("If the remote room name is blank, it is assumed that the room name is identical on the remote node.")>
+                       </li> <li>
+                         <?_("If the remote room name is different, the remote node must also configure the name of the room here.")>
+                       </li> <li>
+                         (<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.")>
+                       </li>
+               </ul></div>
+       </div>
        <br />
 </div>