PNBR#31492 Zoek op aanvullende gegevens kennisbank
svn path=/Website/trunk/; revision=23966
This commit is contained in:
@@ -62,10 +62,6 @@ user.auth_required_or_abort(authparamsBOF || authparamsFOF || authparamsUSE);
|
||||
$(document).ready(function (){doSubmit()} )
|
||||
<% } %>
|
||||
|
||||
<%
|
||||
if (fronto || frontend)
|
||||
{
|
||||
%>
|
||||
function myModal()
|
||||
{
|
||||
var url = "load_kenmerk.asp?act_key=-1"
|
||||
@@ -74,7 +70,6 @@ user.auth_required_or_abort(authparamsBOF || authparamsFOF || authparamsUSE);
|
||||
var titel = "<%=L("lcl_faq_kenmerken")%>";
|
||||
showKenmerkModal(url, titel);
|
||||
}
|
||||
<% } %>
|
||||
|
||||
|
||||
</script>
|
||||
@@ -211,9 +206,8 @@ user.auth_required_or_abort(authparamsBOF || authparamsFOF || authparamsUSE);
|
||||
<% BLOCK_END();
|
||||
var buttons = [];
|
||||
buttons.push ( {title: L("lcl_search"), action:"doSubmit()" } ); // Overzicht
|
||||
if (fronto || frontend) { // Geavanceerd vereist een activiteit, en die hebben alleen bo en mi
|
||||
buttons.push ( {title: L("lcl_obj_advanced"), action: "myModal()" } );
|
||||
}
|
||||
buttons.push ( {title: L("lcl_obj_advanced"), action: "myModal()" } );
|
||||
|
||||
CreateButtons(buttons, { entersubmit: true });
|
||||
%>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user