serv_rssclient.c: style update
[citadel.git] / webcit / static / t / room / edit / tab_share.html
diff --git a/webcit/static/t/room/edit/tab_share.html b/webcit/static/t/room/edit/tab_share.html
deleted file mode 100644 (file)
index efe04a3..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-<div class="tabcontent">
-       <br />
-       <table border="1" cellpadding="5">
-               <tr>
-                       <td><b><i><?_("Not shared with")></i></b></td>
-                       <td><b><i><?_("Shared with")></i></b></td>
-               </tr>
-               <tr>
-                       <td valign="top">
-                               <table border="0" cellpadding="5">
-                                       <tr class="tab_cell">
-                                               <td><?_("Remote node name")></td>
-                                               <td><?_("Remote room name")></td>
-                                               <td><?_("Actions")></td>
-                                       </tr>
-                                       <?ITERATE("NODECONFIG", ="room_edit_shared_room_add")>
-                               </table>
-                       </td>
-                       <td valign="top">
-                               <table border="0" cellpadding="5">
-                                       <tr class="tab_cell">
-                                               <td><?_("Remote node name")></td>
-                                               <td><?_("Remote room name")></td>
-                                               <td><?_("Actions")></td>
-                                       </tr>
-                                       <?ITERATE("ITERATE:THISROOM:GNET", ="room_edit_shared_room_removal", 0, 0, -1, #"ignet_push_share")>
-                               </table>
-                       </td>
-               </tr>
-       </table>
-       <br />
-       <div id="hints">
-               <b><?_("Notes:")></b>
-               <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>
-                         <?_("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>