FCLT#55645 Zoeken op mld_key

svn path=/Website/trunk/; revision=40522
This commit is contained in:
Alex Tiehuis
2019-01-14 12:51:40 +00:00
parent c02313c1a5
commit 45e892c706
3 changed files with 13 additions and 3 deletions

View File

@@ -1857,7 +1857,7 @@ mld = {setmeldingstatus:
sqln += mld.getwhereSrttracking(params);
sqln += mld.getwherePrstracking(params);
if (!params.minfo || groepering_key == 1 || (groepering_key > 2 && groepering_key < 16) || groepering_key >= 18)
if ((!params.minfo || groepering_key == 1 || (groepering_key > 2 && groepering_key < 16) || groepering_key >= 18) && mld_key == null)
{ // Meldingen
sqln += getKenmerkSql("MLD", "m.mld_melding_key");
}

View File

@@ -1323,7 +1323,7 @@ oRs.close();
if (!frontend && !justClose)
{
buttons.push ( {title: L("lcl_shared_more"), action:"iface_toggleSecondarySearchblock()", id : "btnMoreLess", xclass: "noxd" } );
buttons.push ( {title: L("lcl_obj_advanced"), action:"myModal()", xclass: "noxd"} );
buttons.push ( {title: L("lcl_obj_advanced"), action:"myModal()", xclass: "noxd advfilter"} );
}
CreateButtons(buttons, { entersubmit: true} );
%>

View File

@@ -1350,10 +1350,20 @@ span.button:hover {
div#buttons.vertical ul li:hover {
background-color: ==buttonhoverbackgroundcolor==;
}
#buttons ul li.selected {
text-decoration: underline;
}
#buttons ul li.advfilter.selected::before {
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
color: red;
padding-right: 5px;
content: "\f0b0";
}
#buttons ul li.advfilter.selected {
text-decoration: none;
}
#buttons ul li.vertical {
display: block;