DJIN#51508 Geen filter op kleurbolletjes opdrachten
svn path=/Website/trunk/; revision=39254
This commit is contained in:
@@ -593,7 +593,7 @@ function opdr_list(params)
|
|||||||
{
|
{
|
||||||
var flagIcon = flagkey == 0 ? "fa-circle-o" : "fa-circle";
|
var flagIcon = flagkey == 0 ? "fa-circle-o" : "fa-circle";
|
||||||
// Met hidden flagkey voor sortering. 999 zorgt dat bij 1 keer sorteren de gevlagde direct bovenaan staan
|
// Met hidden flagkey voor sortering. 999 zorgt dat bij 1 keer sorteren de gevlagde direct bovenaan staan
|
||||||
displ = "<div class='clickParent' " + ((urole == "bo" || urole == "fo" || S("mld_performer_can_change_flags")=="true") ? "onclick='toggleOpdrFlag(event, "+ opdrkey +");'":"")
|
displ = "<div class='clickParent' " + ((urole == "bo" || urole == "fo" || S("mld_performer_can_change_flags")) ? "onclick='toggleOpdrFlag(event, "+ opdrkey +");'":"")
|
||||||
+ " title='"+safe.htmlattr(ttl)+"'>"
|
+ " title='"+safe.htmlattr(ttl)+"'>"
|
||||||
+ "<i id='opdrflag"+opdrkey+"' flagkey='"+flagkey+"' class='fa "+flagIcon+" opdrflag"+flagkey+"'></i>"
|
+ "<i id='opdrflag"+opdrkey+"' flagkey='"+flagkey+"' class='fa "+flagIcon+" opdrflag"+flagkey+"'></i>"
|
||||||
+ "<span style='display:none'>"+(flagkey||999)+"</span></div>";
|
+ "<span style='display:none'>"+(flagkey||999)+"</span></div>";
|
||||||
|
|||||||
@@ -369,7 +369,7 @@ oRs.close();
|
|||||||
</tr>
|
</tr>
|
||||||
<% }
|
<% }
|
||||||
}
|
}
|
||||||
if ((!justClose || S("mld_performer_can_change_flags")=="true") && S("mld_opdracht_flags") > 1 && (!frontend || S("mld_performer_can_change_flags")=="true")) // Flags checkboxen -->
|
if ((!justClose || S("mld_performer_can_change_flags")) && S("mld_opdracht_flags") > 1 && (!frontend || S("mld_performer_can_change_flags"))) // Flags checkboxen -->
|
||||||
{
|
{
|
||||||
%>
|
%>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user