mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-03 13:11:16 +02:00
Update predefined-form.blade.php
This commit is contained in:
parent
38de2d10f3
commit
ef2ea18ea8
@ -4,7 +4,7 @@
|
|||||||
<select name='button' class='form-control'>
|
<select name='button' class='form-control'>
|
||||||
@if($buttonName != 0)<option value='{{$buttonName}}'>{{ucfirst($buttonName)}}</option>@endif
|
@if($buttonName != 0)<option value='{{$buttonName}}'>{{ucfirst($buttonName)}}</option>@endif
|
||||||
@foreach ($buttons as $b)
|
@foreach ($buttons as $b)
|
||||||
@if(!in_array($b["name"], ["custom_website", "custom", "custom", "heading", "space", "text", $buttonName]))
|
@if(!in_array($b["name"], ["custom_website", "custom", "custom", "heading", "space", "text", "icon", $buttonName]))
|
||||||
<option class='button button-{{$b["name"]}}' value='{{$b["name"]}}' {{ $b["selected"] == true ? "selected" : ""}}>{{$b["title"]}}</option>
|
<option class='button button-{{$b["name"]}}' value='{{$b["name"]}}' {{ $b["selected"] == true ? "selected" : ""}}>{{$b["title"]}}</option>
|
||||||
@endif
|
@endif
|
||||||
@endforeach
|
@endforeach
|
||||||
|
Loading…
x
Reference in New Issue
Block a user