summaryrefslogtreecommitdiffstats
path: root/shorewall-edit-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'shorewall-edit-html.lsp')
-rw-r--r--shorewall-edit-html.lsp14
1 files changed, 3 insertions, 11 deletions
diff --git a/shorewall-edit-html.lsp b/shorewall-edit-html.lsp
index 7583ff5..c1d2537 100644
--- a/shorewall-edit-html.lsp
+++ b/shorewall-edit-html.lsp
@@ -4,14 +4,6 @@
<h1>Edit configuration</h1>
-<h2>MENU</h2>
-
-<dt><?= html.link{value = view.url .. "/", label="Home" } ?></dt>
-<dd>Go back to start page</dd>
-
-<dt><?= html.link{value = view.url .. "/advanced", label="Advanced" } ?></dt>
-<dd>Provide a autogenerated list of files in '/etc/shorewall'.</dd>
-
<h2>Details</h2>
<dt>File name</dt>
@@ -26,10 +18,10 @@
<h2>Content</h2>
<form name="myform" action="" method="POST">
-<input name="name" type=hidden value="<?= view.filecontent.filedetails.name ?>" style="width:100%">
-<textarea name="modifications" style="width:100%;height:360px;"><?= view.filecontent.value ?></textarea>
+<input name="name" type=hidden value="<?= view.filecontent.filedetails.name ?>">
+<textarea name="modifications"><?= view.filecontent.value ?></textarea>
-<input type="submit" name="cmd" value="update"><p class="error"><?= view.filecontent.errtxt ?></p></form>
+<input type="submit" name="cmd" value="update" class="submit"><p class="error"><?= view.filecontent.errtxt ?></p></form>
</body>
</html>