allow search form visibility to be controlled on the template

hide extrafooter from misctemplate display per default
master
Joey Hess 2010-05-05 18:42:18 -04:00
parent 9257381e8d
commit 5971a731e9
2 changed files with 3 additions and 2 deletions

View File

@ -1757,7 +1757,6 @@ sub misctemplate ($$;@) {
baseurl => baseurl(),
html5 => $config{html5},
have_actions => 0, # force off
searchform => 0, # ditto
parentlinks => [{ # override
url => $config{url},
page => $config{wikiname},

View File

@ -52,9 +52,11 @@
</TMPL_IF>
</span>
</span>
<TMPL_IF ISPAGE>
<TMPL_IF NAME="SEARCHFORM">
<TMPL_VAR SEARCHFORM>
</TMPL_IF>
</TMPL_IF>
<TMPL_IF HTML5></header><TMPL_ELSE></div></TMPL_IF>
<TMPL_IF NAME="HAVE_ACTIONS">
@ -184,8 +186,8 @@ Last edited <TMPL_VAR MTIME>
</div>
<TMPL_IF HTML5></nav><TMPL_ELSE></div></TMPL_IF>
</TMPL_IF>
<TMPL_IF EXTRAFOOTER><TMPL_VAR EXTRAFOOTER></TMPL_IF>
</TMPL_IF>
<!-- from <TMPL_VAR WIKINAME> -->
<TMPL_IF HTML5></footer><TMPL_ELSE></div></TMPL_IF>