* use BSTR to access the URL param
authorWilfried Göesgens <willi@citadel.org>
Thu, 30 Jul 2009 23:02:25 +0000 (23:02 +0000)
committerWilfried Göesgens <willi@citadel.org>
Thu, 30 Jul 2009 23:02:25 +0000 (23:02 +0000)
webcit/static/t/edit_node.html

index 9f8ce7294f0a8eebc5df93c24ec29708ae2da6e7..44746d69bae5ef08998483a1091aef1ba5c17f53 100644 (file)
@@ -10,7 +10,7 @@
 <form method="POST" action="edit_node">
 <input type="hidden" name="nonce" value="<?NONCE>">
 <input type="hidden" name="template" value="display_netconf">
-<input type="hidden" name="index" value='<?ITERATE:KEY>'>
+<input type="hidden" name="index" value='<?BSTR("index")>'>
 <center><table border=0>
 <tr><td><?_("Node name")></td>
 <td><input type="text" name="node" maxlength="16" value='<?CFG:IGNET:NODE>'></td></tr>