diff options
author | Mika Havela <mika.havela@gmail.com> | 2008-03-03 17:04:09 +0000 |
---|---|---|
committer | Mika Havela <mika.havela@gmail.com> | 2008-03-03 17:04:09 +0000 |
commit | 5efdb63c96edeebcc4accd7d34c5b7b7d2b8bd1d (patch) | |
tree | 8f8e0df35f4b2d37367b9dc842f89f473a353d53 /dhcp-editspc-html.lsp | |
parent | a693fad63ddef255c2550e8f068b3c9d460dbaba (diff) | |
download | acf-dhcp-5efdb63c96edeebcc4accd7d34c5b7b7d2b8bd1d.tar.bz2 acf-dhcp-5efdb63c96edeebcc4accd7d34c5b7b7d2b8bd1d.tar.xz |
Added sortnumbers to the menu-file.
Small graphical updates to the view-files.
git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@798 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'dhcp-editspc-html.lsp')
-rw-r--r-- | dhcp-editspc-html.lsp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dhcp-editspc-html.lsp b/dhcp-editspc-html.lsp index a8197d7..166eeef 100644 --- a/dhcp-editspc-html.lsp +++ b/dhcp-editspc-html.lsp @@ -22,7 +22,7 @@ them unless you know what you are doing. <textarea name="postconfig"><? io.write(form.value.postconfig) ?></textarea> <h2>Submit/Cancel</h2> - +<DL> <dt>Submit above settings</dt> <dd><input type="submit" name="cmd" value="update" class="submit"></dd> @@ -31,5 +31,6 @@ them unless you know what you are doing. <dt>Cancel and go back</dt> <dd><form action="<? io.write(option.script .. option.prefix .. option.controller .. "/home") ?>" method="POST"> <input type=submit name="cmd" value="back" class="submit"></form></dd> +</DL> |