summaryrefslogtreecommitdiff
path: root/mobile
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-11 14:25:04 +0300
committerAndrew Dolgov <[email protected]>2010-01-11 14:25:04 +0300
commitcb216e9d39331542dccd1617b5f8f8a6c47cb92b (patch)
tree0f5b67db8773fed19929d848eb5bf37c1da2b9b1 /mobile
parentebbe7e5a93ae2f395edefd66a7c279da5bab634e (diff)
mobile: unbreak per-feed search dialog
Diffstat (limited to 'mobile')
-rw-r--r--mobile/functions.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/mobile/functions.php b/mobile/functions.php
index 2a689fb77..ddc5bf790 100644
--- a/mobile/functions.php
+++ b/mobile/functions.php
@@ -333,14 +333,14 @@
if (!$offset) {
- print "<form id=\"searchForm\" class=\"dialog\" method=\"POST\"
+ print "<form id=\"searchForm-$feed_id-$cat_id\" class=\"dialog\" method=\"POST\"
action=\"feed.php\">
<input type=\"hidden\" name=\"id\" value=\"$feed_id\">
<input type=\"hidden\" name=\"cat\" value=\"$cat_id\">
<fieldset>
- <h1>Search</h1>
+ <h1>Search</h1>
<a class=\"button leftButton\" type=\"cancel\">Cancel</a>
<a class=\"button blueButton\" type=\"submit\">Search</a>
@@ -359,7 +359,7 @@
myBackLabel='".__("Home")."' myBackHref='home.php'>";
}
- print "<li><a href='#searchForm'>Search...</a></li>";
+ print "<li><a href='#searchForm-$feed_id-$cat_id'>Search...</a></li>";
}
$num_headlines = 0;