more font size tweaks.
[citadel.git] / webcit / static / t / room / edit / shared_room_removal.html
index 4b660263597f7c04736d1e5bc861b416ca91874c..2bf10f33f6a60557ba01d13f2fa566d2a8562450 100644 (file)
@@ -1,12 +1,7 @@
-<script type="text/javascript">
-<?#("if we already have this room, you can't add it anymore.")>
-remove_something('ignet_share_node_add__<?CONTEXTSTRARR(#"GNET_IGNET_NODE", "U")>', "hidden");
-</script>
-
 <form method="post" action="netedit">
-       <input type="hidden" name="nonce" value="<?NONCE>" />
        <tr>
-               <td><?CONTEXTSTRARR(#"GNET_IGNET_NODE")></td>
+               <td><input type="hidden" name="nonce" value="<?NONCE>" />
+                   <?CONTEXTSTRARR(#"GNET_IGNET_NODE")></td>
                <td><?CONTEXTSTRARR(#"GNET_IGNET_ROOM")></td>
                <td>
                        <input type="hidden" 
@@ -16,6 +11,11 @@ remove_something('ignet_share_node_add__<?CONTEXTSTRARR(#"GNET_IGNET_NODE", "U")
                        <input type="hidden" name="tab" value="sharing" />
                        <input type="hidden" name="cmd" value="remove" />
                        <input type="submit" name="unshare_button" value="<?_("Unshare")>" />
+                       <a href="javascript:NetworkSynchronizeRoom('<?CONTEXTSTRARR(#"GNET_IGNET_NODE", "X")>')"><img src="static/webcit_icons/essen/16x16/refresh.png" alt='<?_("resend messages to this node")>' width="16" height="16"></a>
+<script type="text/javascript">
+<?--("if we already have this room, you can't add it anymore.")>
+remove_something('ignet_share_node_add__<?CONTEXTSTRARR(#"GNET_IGNET_NODE", "U")>', "hidden");
+</script>
                </td>
        </tr>
 </form>