projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
079b7d9
)
Fixes advanced form js in IE7. Closes #1313.
author
Pascal Corpet
<pascal.corpet@m4x.org>
Fri, 5 Nov 2010 20:58:28 +0000
(21:58 +0100)
committer
Pascal Corpet
<pascal.corpet@m4x.org>
Fri, 5 Nov 2010 20:58:28 +0000
(21:58 +0100)
templates/search/adv.form.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/search/adv.form.tpl
b/templates/search/adv.form.tpl
index
4bd8fa1
..
b99d73d
100644
(file)
--- a/
templates/search/adv.form.tpl
+++ b/
templates/search/adv.form.tpl
@@
-224,7
+224,7
@@
function cleanForm(f) {
alert("Aucun critère n'a été spécifié");
return false;
}
- document.location =
f.action + '
?' + query;
+ document.location =
baseurl + 'adv
?' + query;
return false;
}
-->