summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-29 22:36:23 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-29 22:36:23 +0000
commit5f1e79404588b9f2cbd8fc80d4eb00d7505085c6 (patch)
tree903c75fc8b07c536668e6b3d0d6b255abf6a43ed /templates
parent0d9539d577886549b51d2bf70167db05f3f2514c (diff)
fixes
Diffstat (limited to 'templates')
-rw-r--r--templates/page.tmpl6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index fb7383acb..c9ec2a34f 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -17,10 +17,12 @@
</h1>
<TMPL_IF NAME="HYPERESTRAIERURL">
<form method="get" action="<TMPL_VAR HYPERESTRAIERURL>" id="searchform">
-<input type="text" name="phrase" value="" size="32" />
-<input type="submit" value="Search" />
+<div>
+<input type="text" name="phrase" value="" size="16" />
<input type="hidden" name="enc" value="UTF-8" />
<input type="hidden" name="do" value="hyperestraier" />
+</div>
+</form>
</TMPL_IF>
</div>