* apply R8157 from the dav-rework branch:
[citadel.git] / webcit / static / t / add_node.html
index afa1f93aed78a507529812123815ba0ffe93f8ba..ceb1dc417e498f57cd0e1e72839419b0885f24ad 100644 (file)
@@ -1,6 +1,5 @@
 <?=("head")>
-<?=("important_msg")>
-<?ICONBAR>
+<?=("important_msg")><?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
 <div id="banner">
 <h1>
 <?_("Add a new node")>
@@ -16,7 +15,7 @@
 <tr><td><?_("Node name")></td>
 <td><input type="text" name="node" maxlength="16"></td></tr>
 <tr><td><?_("Shared secret")></td>
-<td><input type="password" name="secret" maxlength="16"></td></tr>
+<td><input type="password" name="secret" maxlength="18"></td></tr>
 <tr><td><?_("Host or IP address")></td>
 <td><input type="text" name="host" maxlength="64"></td></tr>
 <tr><td><?_("Port number")></td>