]> code.citadel.org Git - citadel.git/blob - 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
1 <script type="text/javascript">
2 /*
3 TODO: hide from the other table the column with this ID:
4 ignet_share_node_add__<?CONTEXTSTRARR(#"GNET_IGNET_NODE", "U")>
5 */
6 </script>
7 <form method="post" action="netedit">
8         <input type="hidden" name="nonce" value="<?NONCE>" />
9         <tr>
10                 <td><?CONTEXTSTRARR(#"GNET_IGNET_NODE")></td>
11                 <td><?CONTEXTSTRARR(#"GNET_IGNET_ROOM")></td>
12                 <td>
13                         <input type="hidden" 
14                                name="line" 
15                                value="ignet_push_share|<?CONTEXTSTRARR(#"GNET_IGNET_ROOM", "U")>|<?CONTEXTSTRARR(#"GNET_IGNET_ROOM", "U")>"
16                         />
17                         <input type="hidden" name="tab" value="sharing" />
18                         <input type="hidden" name="cmd" value="remove" />
19                         <input type="submit" name="unshare_button" value="<?_("Unshare")>" />
20                 </td>
21         </tr>
22 </form>
23