mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-18 04:51:00 +01:00
Update predefined-form.blade.php
This commit is contained in:
parent
d8130cd914
commit
a5a8bbe821
@ -3,8 +3,9 @@
|
|||||||
<select name='button' class='form-control'>
|
<select name='button' class='form-control'>
|
||||||
|
|
||||||
@foreach ($buttons as $b)
|
@foreach ($buttons as $b)
|
||||||
|
@if(!in_array($b["name"], ["custom_website", "custom"]))
|
||||||
<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
|
||||||
@endforeach
|
@endforeach
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user