projects
/
racktables
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b4c0f1
)
r1831 + make search form named
author
Denis Ovsienko
<infrastation@yandex.ru>
Tue, 25 Mar 2008 10:16:45 +0000
(10:16 +0000)
committer
Denis Ovsienko
<infrastation@yandex.ru>
Tue, 25 Mar 2008 10:16:45 +0000
(10:16 +0000)
inc/navigation.php
patch
|
blob
|
blame
|
history
diff --git
a/inc/navigation.php
b/inc/navigation.php
index e182f9f263b4be0bfbae7c46ca7f156a283d780d..44d87863db73be9e52449cd35fb4858449c1a423 100644
(file)
--- a/
inc/navigation.php
+++ b/
inc/navigation.php
@@
-377,7
+377,7
@@
function showPathAndSearch ($pageno)
echo "</td>";
// Search form.
echo "<td><table border=0 cellpadding=0 cellspacing=0><tr><td>Search:</td>";
- echo "<form method=get action='${root}'><td>";
+ echo "<form
name=search
method=get action='${root}'><td>";
echo '<input type=hidden name=page value=search>';
// This input will be the first, if we don't add ports or addresses.
echo "<input type=text name=q size=20 tabindex=1000></td></form></tr></table></td>";