summaryrefslogtreecommitdiff
path: root/searchform.tmpl
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-07-20 23:43:29 +0200
committerJonas Smedegaard <dr@jones.dk>2010-07-20 23:43:29 +0200
commitcf42de536ad31aa8f781a316936888af9cac9dbe (patch)
treeca89f67f6f4ca0f75f482f8346aa9089be55a704 /searchform.tmpl
parent605cb4391d31b3f3ab5f95f97c4b5a6dcb0685e9 (diff)
parent3e2f923e92cf5757631a0ed28223a68d38e71f6f (diff)
Merge branch 'scs' into allinone-nonedit
Conflicts (manually resolved): misc.tmpl page.tmpl
Diffstat (limited to 'searchform.tmpl')
-rw-r--r--searchform.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/searchform.tmpl b/searchform.tmpl
index afae2eb..cb65d12 100644
--- a/searchform.tmpl
+++ b/searchform.tmpl
@@ -1,5 +1,6 @@
<form method="get" action="<TMPL_VAR SEARCHACTION>" id="searchform">
<div>
-<input type="text" id="searchbox" name="P" value="" size="16" />
+<input type="text" id="searchbox" name="P" value="" size="16"
+<TMPL_IF HTML5>placeholder="search"</TMPL_IF> />
</div>
</form>