Fix templates

This commit is contained in:
Visman 2023-02-27 22:53:01 +07:00
parent edec33a3a7
commit de4e3036ad
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
<div id="fork-pm-menu">
@if ($p->pmNavigation)
<nav id="fork-pm-nav" class="f-menu">
<input id="id-pmn-checkbox" class="f-menu-checkbox" type="checkbox">
<input hidden id="id-pmn-checkbox" class="f-menu-checkbox" type="checkbox">
<label id="id-pmn-label" class="f-menu-toggle" for="id-pmn-checkbox"></label>
<ul class="f-menu-items">
@foreach ($p->pmNavigation as $key => $val)

View file

@ -47,7 +47,7 @@
@else
<li id="ptopic-{{ $topic->id }}" class="f-row @if ($topic->hasNew) f-fnew @endif @if ($topic->closed) f-fclosed @endif">
<div class="f-cell f-cmain">
<input id="checkbox-{{ $topic->id }}" class="f-fch" type="checkbox" name="ids[{{ $topic->id }}]" value="{{ $topic->id }}" form="id-form-pmview">
<input hidden id="checkbox-{{ $topic->id }}" class="f-fch" type="checkbox" name="ids[{{ $topic->id }}]" value="{{ $topic->id }}" form="id-form-pmview">
<label class="f-ficon" for="checkbox-{{ $topic->id }}" title="{{ __('Select') }}"></label>
<div class="f-finfo">
<h3 class="f-finfo-h3">