]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/room/edit/shared_room_removal.html
Revert "serv_rssclient.c: style update"
[citadel.git] / webcit / static / t / room / edit / shared_room_removal.html
diff --git a/webcit/static/t/room/edit/shared_room_removal.html b/webcit/static/t/room/edit/shared_room_removal.html
new file mode 100644 (file)
index 0000000..2bf10f3
--- /dev/null
@@ -0,0 +1,21 @@
+<form method="post" action="netedit">
+       <tr>
+               <td><input type="hidden" name="nonce" value="<?NONCE>" />
+                   <?CONTEXTSTRARR(#"GNET_IGNET_NODE")></td>
+               <td><?CONTEXTSTRARR(#"GNET_IGNET_ROOM")></td>
+               <td>
+                       <input type="hidden" 
+                              name="line" 
+                              value="ignet_push_share|<?CONTEXTSTRARR(#"GNET_IGNET_NODE", "X")>|<?CONTEXTSTRARR(#"GNET_IGNET_ROOM", "X")>"
+                       />
+                       <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>