summaryrefslogtreecommitdiff
path: root/searchform.tmpl
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-07-20 23:36:27 +0200
committerJonas Smedegaard <dr@jones.dk>2010-07-20 23:36:27 +0200
commit139aa616d06771e8042c1921fb3721b3ff4a008a (patch)
tree9220e841c4e750e6e89845f5dfe31a08db2d56ee /searchform.tmpl
parent9ced7b77811a5da81bec49b9174d45dc8364e917 (diff)
parent306eb61d606fd1ab40ef74866a14267384e0b2d6 (diff)
Merge branch 'scs-da' into allinone-da
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..7ac724f 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="søg"</TMPL_IF> />
</div>
</form>