]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/room/edit/shared_room_removal.html
* fix CONTEXTSTRARR in the register call and the useage places.
[citadel.git] / webcit / static / t / room / edit / shared_room_removal.html
index 2b207e55a0f0ed91a297a6d85f8b22eab4db977d..331876ce0c3cd1d4a7070dbe772a6b75d677e512 100644 (file)
@@ -1,10 +1,19 @@
+<script type="text/javascript">
+/*
+TODO: hide from the other table the column with this ID:
+ignet_share_node_add__<?CONTEXTSTRARR(#"GNET_IGNET_NODE", "U")>
+*/
+</script>
 <form method="post" action="netedit">
        <input type="hidden" name="nonce" value="<?NONCE>" />
        <tr>
-               <td><?CONTEXTARR(#"CFG:IGNET:NODE")></td>
-               <td><?CONTEXTARR(#"REMOTE_ROOM")></td>
+               <td><?CONTEXTSTRARR(#"GNET_IGNET_NODE")></td>
+               <td><?CONTEXTSTRARR(#"GNET_IGNET_ROOM")></td>
                <td>
-                       <input type="hidden" name="line" value="ignet_push_share|<?CONTEXTARR(#"NODE", "U")>|<?CONTEXTARR(#"REMOTE_ROOM", "U")> />
+                       <input type="hidden" 
+                              name="line" 
+                              value="ignet_push_share|<?CONTEXTSTRARR(#"GNET_IGNET_ROOM", "U")>|<?CONTEXTSTRARR(#"GNET_IGNET_ROOM", "U")>"
+                       />
                        <input type="hidden" name="tab" value="sharing" />
                        <input type="hidden" name="cmd" value="remove" />
                        <input type="submit" name="unshare_button" value="<?_("Unshare")>" />