]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/edit_node.html
* add the paging hook to these templates
[citadel.git] / webcit / static / t / edit_node.html
index 9f8ce7294f0a8eebc5df93c24ec29708ae2da6e7..7523e1501b7e576fec388d1648b3cc1c52215726 100644 (file)
@@ -1,5 +1,5 @@
 <?=("head")>
-<?=("important_msg")>
+<?=("important_msg")>><?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
 <div id="banner">
 <h1>
 <?_("Add a new node")>
@@ -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>