diff options
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> |