DJIN#34849: Zoekvelden Ruimte zichtbaar bij reserveren Voorzieningen.

svn path=/Website/trunk/; revision=27834
This commit is contained in:
Maykel Geerdink
2016-01-21 08:32:41 +00:00
parent c91c4499f0
commit 992c3bf9db

View File

@@ -662,7 +662,7 @@ var authparams = user.checkAutorisation(autfunction);
<%
BLOCK_END();
var buttons = [];
if (!planbordonly && autoexec < 1) // niet alleen planbord
if (!planbordonly) // niet alleen planbord
buttons.push ( {title: L("lcl_overview_list"), action: "doSubmit(0)" } ); // Overzicht
if (!show_park && autoexec != 2) // PF: van mij mag backo ook best planbord zien?
buttons.push ( {title: L("lcl_planboard"), action: "$('#autosearch').val(0);doSubmit(1)" } );