Merge branch 'stable'

This commit is contained in:
following
2013-06-19 22:07:44 +02:00
+4 -4
View File
@@ -2403,14 +2403,14 @@ function toggle_attribselection(bSaveCookies)
</tr>
<tr>
<td style="white-space:nowrap">
<input type="checkbox" id="f_disabled" name="f_disabled" value="1" checked="checked" onchange="filter_changed()" class="checkbox" />
<label for="f_disabled">{t}disabled[pl]{/t}</label>
<input type="checkbox" id="f_inactive" name="f_inactive" value="1" checked="checked" onchange="filter_changed()" class="checkbox" />
<label for="f_inactive">{t}archived[pl]{/t}</label>
</td>
</tr>
<tr>
<td style="white-space:nowrap">
<input type="checkbox" id="f_inactive" name="f_inactive" value="1" checked="checked" onchange="filter_changed()" class="checkbox" />
<label for="f_inactive">{t}archived[pl]{/t}</label>
<input type="checkbox" id="f_disabled" name="f_disabled" value="1" checked="checked" onchange="filter_changed()" class="checkbox" />
<label for="f_disabled">{t}disabled[pl]{/t}</label>
</td>
</tr>
<tr>