diff options
author | Jonas Smedegaard <dr@jones.dk> | 2010-07-20 22:37:57 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2010-07-20 22:37:57 +0200 |
commit | ea16b1e537ffb534d11c7d7dac262259fd03f601 (patch) | |
tree | b0891d604ea2ce86bd19a482072e4c902441700f /googleform.tmpl | |
parent | def09d5f933d4867a3f1a4e1382ca0c32e429ef7 (diff) | |
parent | ee62a82c4be0125da6b4758e43e231a3c28c857f (diff) |
Merge branch 'master-da' into scs-da
Conflicts (manually resolved):
misc.tmpl
page.tmpl
Diffstat (limited to 'googleform.tmpl')
-rw-r--r-- | googleform.tmpl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/googleform.tmpl b/googleform.tmpl index 523cff0..561bf5c 100644 --- a/googleform.tmpl +++ b/googleform.tmpl @@ -1,6 +1,8 @@ + <form method="get" action="http://www.google.com/search" id="searchform"> <div> - <input name="sitesearch" value="<TMPL_VAR SITEFQDN>" type="hidden"> - <input name="q" value="" id="searchbox" size="16" maxlength="255" type="text"> + <input name="sitesearch" value="<TMPL_VAR URL>" type="hidden" /> + <input name="q" value="" id="searchbox" size="16" maxlength="255" type="text" + <TMPL_IF HTML5>placeholder="søg"</TMPL_IF> /> </div> </form> |