summaryrefslogtreecommitdiffstats
path: root/shorewall-edit-html.lsp
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2007-12-20 14:23:19 +0000
committerMika Havela <mika.havela@gmail.com>2007-12-20 14:23:19 +0000
commitde79fcbccf5f1dc5d68d29f4dc70437aa2ab8aa2 (patch)
treea09ac67dd6eec75270a7ccb2fb52fde65b6a254e /shorewall-edit-html.lsp
parent58ddd2daabd9aa1cd43338515a3ab173ee459aca (diff)
downloadacf-shorewall-de79fcbccf5f1dc5d68d29f4dc70437aa2ab8aa2.tar.bz2
acf-shorewall-de79fcbccf5f1dc5d68d29f4dc70437aa2ab8aa2.tar.xz
Changed view-files to reflect modificatsion in the new css
git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@440 ab2d0c66-481e-0410-8bed-d214d4d58bed
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>