summaryrefslogtreecommitdiff
path: root/searchform.tmpl
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-07-20 23:45:13 +0200
committerJonas Smedegaard <dr@jones.dk>2010-07-20 23:45:13 +0200
commit83ade29837b194950b33ed9b3cfcf8efe1181e1f (patch)
tree5d751da265d7a021befbac631844c44e4135af38 /searchform.tmpl
parent14bb211648396f091577ab4599bbdf8d9e8da26d (diff)
parent306eb61d606fd1ab40ef74866a14267384e0b2d6 (diff)
Merge branch 'scs-da' into allinone-nonedit-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>