diff options
author | Mika Havela <mika.havela@gmail.com> | 2007-12-20 14:24:00 +0000 |
---|---|---|
committer | Mika Havela <mika.havela@gmail.com> | 2007-12-20 14:24:00 +0000 |
commit | 2659317883b211aba20dbb256eaf108eac8eda41 (patch) | |
tree | bbce72143345e08f10f67b8d4cbc8a57c10d71a9 /dhcp-view-html.lsp | |
parent | 7c37e7e2a7883b71f56c399da156e6b87ad33bfa (diff) | |
download | acf-dhcp-2659317883b211aba20dbb256eaf108eac8eda41.tar.bz2 acf-dhcp-2659317883b211aba20dbb256eaf108eac8eda41.tar.xz |
Changed view-files to reflect modificatsion in the new css
git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@441 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'dhcp-view-html.lsp')
-rw-r--r-- | dhcp-view-html.lsp | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/dhcp-view-html.lsp b/dhcp-view-html.lsp index bc188c1..9cf116e 100644 --- a/dhcp-view-html.lsp +++ b/dhcp-view-html.lsp @@ -5,14 +5,8 @@ ?> <h1>View <? io.write(value.filename.value) ?></h1> -<table> -<tr><td> -<textarea name="" style="width:600px"><? io.write(value.contents.value) ?></textarea> -</td></tr> -<tr><td> +<textarea name=""><? io.write(value.contents.value) ?></textarea> <form action="<? io.write(option.script .. option.prefix .. option.controller .. "/home") ?>" method="POST"> - <input type=submit name="cmd" value="Back" style="width:600px"> + <input type=submit name="cmd" value="Back" class="submit"> </form> -</td></tr> -</table> |