From c25ea18fdb76dafba46abeb0436d3a59ba2dd4b5 Mon Sep 17 00:00:00 2001 From: Lee <ler762@users.sourceforge.net> Date: Thu, 1 Jan 2009 14:51:21 +0000 Subject: [PATCH] keep the input field and 'go' button on the same line. --- templates/show-url-info | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/show-url-info b/templates/show-url-info index 4c2b9e1e..522f9889 100644 --- a/templates/show-url-info +++ b/templates/show-url-info @@ -27,6 +27,10 @@ # # Revisions : # $Log: show-url-info,v $ +# Revision 1.27 2008/05/26 17:30:58 fabiankeil +# Provide an OpenSearch Description to access the +# show-url-info page through "search engine plugins". +# # Revision 1.26 2008/05/05 10:03:06 fabiankeil # If the provided URL isn't valid, don't show the # cgi-editor-is-disabled and filters-might-be-ineffective @@ -292,8 +296,10 @@ URL:</h2> <form method="GET" action="@default-cgi@show-url-info"> <p> + <nobr> <input type="text" name="url" size="80" value="@url@" class="url"> <input type="submit" value="Go"> + </nobr> </p> </form> </td> -- 2.49.0