@@ -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");
|
||||
}
|
||||
|
||||
@@ -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} );
|
||||
%>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user