2022-11-08 16:11:59 +01:00
|
|
|
<label for='title' class='form-label'>Title</label>
|
|
|
|
<input type='text' name='title' value='{{$link_title}}' class='form-control' required />
|
|
|
|
|
|
|
|
<label for='title' class='form-label'>URL</label>
|
|
|
|
<input type='url' name='link' value='{{$link_url}}' class='form-control' />
|
|
|
|
|
|
|
|
<div class="custom-control custom-checkbox m-2">
|
2022-11-10 19:17:41 +01:00
|
|
|
<input type="checkbox" class="custom-control-input" value='1' {{((isset($params->GetSiteIcon) ? boolval($params->GetSiteIcon) : false) ? 'checked': '') }} name='GetSiteIcon' id="GetSiteIcon" @if($button_id == 2)checked @endif>
|
2022-11-08 16:11:59 +01:00
|
|
|
|
|
|
|
<label class="custom-control-label" for="GetSiteIcon">Show website icon on button</label>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|