FSN#35955 pseudo filters standaard aan
svn path=/Website/trunk/; revision=28920
This commit is contained in:
@@ -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'> <%=safe.html(L("lcl_mld_flag"+flagkey))%></label><br>
|
||||
<%
|
||||
if (flagkey == 0)
|
||||
{
|
||||
%><label for="flag0"><input type="checkbox" name="flag0" checked> <%=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'> <%=safe.html(L("lcl_mld_flag"+flagkey))%></label><br>
|
||||
<% }
|
||||
} %>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user