FSN#35955 pseudo filters standaard aan

svn path=/Website/trunk/; revision=28920
This commit is contained in:
Ruud Lipper
2016-04-13 13:45:04 +00:00
parent 57f65ef019
commit 476982109b

View File

@@ -817,8 +817,14 @@ if (!frontend && srtdisc > -1)
<td id="mldFlags">
<% for (flagkey=0; flagkey < S('mld_melding_flags'); flagkey++)
{
%><label for="flag<%=flagkey%>"><input type="checkbox" name="flag<%=flagkey%>"><img src='../Pictures/mldflag<%=flagkey%>.png'>&nbsp;<%=safe.html(L("lcl_mld_flag"+flagkey))%></label><br>
<%
if (flagkey == 0)
{
%><label for="flag0"><input type="checkbox" name="flag0" checked>&nbsp;<%=safe.html(L("lcl_mld_flag0"))%></label><br>
<% }
else
{
%><label for="flag<%=flagkey%>"><input type="checkbox" name="flag<%=flagkey%>" checked><img src='../Pictures/mldflag<%=flagkey%>.png'>&nbsp;<%=safe.html(L("lcl_mld_flag"+flagkey))%></label><br>
<% }
} %>
</td>
</tr>