summaryrefslogtreecommitdiffstats
path: root/dhcp-view-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'dhcp-view-html.lsp')
-rw-r--r--dhcp-view-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/dhcp-view-html.lsp b/dhcp-view-html.lsp
index 34906fc..bc188c1 100644
--- a/dhcp-view-html.lsp
+++ b/dhcp-view-html.lsp
@@ -7,11 +7,11 @@
<table>
<tr><td>
-<textarea name=""><? io.write(value.contents.value) ?></textarea>
+<textarea name="" style="width:600px"><? io.write(value.contents.value) ?></textarea>
</td></tr>
<tr><td>
<form action="<? io.write(option.script .. option.prefix .. option.controller .. "/home") ?>" method="POST">
- <input type=submit name="cmd" value="Back">
+ <input type=submit name="cmd" value="Back" style="width:600px">
</form>
</td></tr>
</table>