|
@@ -77,7 +77,7 @@
|
|
|
<li id="topic-{{ $topic->id }}" class="f-row f-fredir">
|
|
|
<div class="f-cell f-cmain">
|
|
|
@if ($p->enableMod)
|
|
|
- <input id="checkbox-{{ $topic->id }}" class="f-fch" type="checkbox" name="ids[{{ $topic->id }}]" value="{{ $topic->id }}" form="id-form-mod">
|
|
|
+ <input hidden id="checkbox-{{ $topic->id }}" class="f-fch" type="checkbox" name="ids[{{ $topic->id }}]" value="{{ $topic->id }}" form="id-form-mod">
|
|
|
<label class="f-ficon" for="checkbox-{{ $topic->id }}" title="{{ __('Select for moderation') }}"></label>
|
|
|
@else
|
|
|
<div class="f-ficon"></div>
|
|
@@ -91,7 +91,7 @@
|
|
|
<li id="topic-{{ $topic->id }}" class="f-row @if (false !== $topic->hasNew) f-fnew @endif @if (false !== $topic->hasUnread) f-funread @endif @if ($topic->sticky) f-fsticky @endif @if ($topic->closed) f-fclosed @endif @if ($topic->poll_type) f-fpoll @endif @if ($topic->dot) f-fposted @endif">
|
|
|
<div class="f-cell f-cmain">
|
|
|
@if ($p->enableMod)
|
|
|
- <input id="checkbox-{{ $topic->id }}" class="f-fch" type="checkbox" name="ids[{{ $topic->id }}]" value="{{ $topic->id }}" form="id-form-mod">
|
|
|
+ <input hidden id="checkbox-{{ $topic->id }}" class="f-fch" type="checkbox" name="ids[{{ $topic->id }}]" value="{{ $topic->id }}" form="id-form-mod">
|
|
|
<label class="f-ficon" for="checkbox-{{ $topic->id }}" title="{{ __('Select for moderation') }}"></label>
|
|
|
@else
|
|
|
<div class="f-ficon"></div>
|