Fix form.forkbb.php
This commit is contained in:
parent
b7a88db120
commit
af0b3141b2
1 changed files with 2 additions and 2 deletions
|
@ -72,10 +72,10 @@
|
|||
@endforeach
|
||||
@break
|
||||
@case ('btn')
|
||||
<a id="id-{{ $key }}" class="f-btn f-ybtn @if ($cur['disabled']) f-disabled @endif" href="{{ $cur['link'] or '' }}" title="{{ $cur['title'] or $cur['value'] }}" @if ($cur['disabled']) tabindex="-1" @endif>{{ $cur['value'] }}</a>
|
||||
<a id="id-{{ $key }}" class="f-btn f-ybtn @if ($cur['disabled']) f-disabled @endif" href="{{ $cur['href'] }}" title="{{ $cur['title'] or $cur['value'] }}" @if ($cur['disabled']) tabindex="-1" @endif>{{ $cur['value'] }}</a>
|
||||
@break
|
||||
@case ('link')
|
||||
<a id="id-{{ $key }}" class="f-link" href="{{ $cur['href'] or '' }}" @if ($cur['rel']) rel="{{ $cur['rel'] }}" @endif title="{{ $cur['title'] or $cur['value'] }}">{{ $cur['value'] }}</a>
|
||||
<a id="id-{{ $key }}" class="f-link" href="{{ $cur['href'] }}" @if ($cur['rel']) rel="{{ $cur['rel'] }}" @endif title="{{ $cur['title'] or $cur['value'] }}">{{ $cur['value'] }}</a>
|
||||
@break
|
||||
@case ('str')
|
||||
<p id="id-{{ $key }}" class="f-str"> @if ($cur['html']){!! $cur['value'] !!} @else{{ $cur['value'] }} @endif</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue