Empty commit

This commit is contained in:
Git 2013-09-04 08:00:43 +00:00
parent 5b80249db6
commit 0d1974337f
2 changed files with 2 additions and 2 deletions

View File

@ -136,7 +136,7 @@
$i++; $i++;
?> ?>
<tr> <tr>
<td colspan="5"> <td colspan="5" class="forum_cat">
<strong><?=$ForumCats[$Forum['CategoryID']]?></strong> <strong><?=$ForumCats[$Forum['CategoryID']]?></strong>
<a href="#" class="brackets forum_category" id="forum_category_<?=$i?>">Check all</a> <a href="#" class="brackets forum_category" id="forum_category_<?=$i?>">Check all</a>
</td> </td>

View File

@ -423,7 +423,7 @@
foreach ($Categories as $CatKey => $CatName) { foreach ($Categories as $CatKey => $CatName) {
if ($x % 8 === 0 || $x === 1) { if ($x % 8 === 0 || $x === 1) {
?> ?>
<tr class="cat_list"> <tr>
<? } ?> <? } ?>
<td> <td>
<input type="checkbox" name="filter_cat[<?=($CatKey + 1) ?>]" id="cat_<?=($CatKey + 1) ?>" value="1"<? if (isset($_GET['filter_cat'][$CatKey + 1])) { ?> checked="checked"<? } ?> /> <input type="checkbox" name="filter_cat[<?=($CatKey + 1) ?>]" id="cat_<?=($CatKey + 1) ?>" value="1"<? if (isset($_GET['filter_cat'][$CatKey + 1])) { ?> checked="checked"<? } ?> />