Update form.forkbb.php
This commit is contained in:
parent
c0bb06dc13
commit
25691fa3af
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
<dl id="id-dl-{{ $cur['id'] or $key }}" @if ($cur['class']) class="f-field-{{ \implode(' f-field-', $cur['class']) }}" @endif>
|
||||
<dt>
|
||||
@if ($cur['caption'])
|
||||
<label class="f-ycaption @if ($cur['required']) f-req @endif" @if (false === \strpos('.radio.yield.str.btn.link.label.', ".{$cur['type']}.")) for="id-{{ $key }}" @endif>{!! __($cur['caption']) !!}</label>
|
||||
<label class="f-ycaption @if ($cur['required']) f-req @endif" @if (false === \strpos('.radio.yield.str.btn.link.label.include.', ".{$cur['type']}.")) for="id-{{ $key }}" @endif>{!! __($cur['caption']) !!}</label>
|
||||
@endif
|
||||
</dt>
|
||||
<dd>
|
||||
|
|
Loading…
Reference in a new issue