2016-09-02 18:54:26 +01:00
|
|
|
<div id="entity-selector-wrap">
|
2017-08-27 14:31:34 +01:00
|
|
|
<div overlay entity-selector-popup>
|
2019-08-24 18:26:28 +01:00
|
|
|
<div class="popup-body small" tabindex="-1">
|
2016-09-02 18:54:26 +01:00
|
|
|
<div class="popup-header primary-background">
|
2016-12-04 14:08:04 +00:00
|
|
|
<div class="popup-title">{{ trans('entities.entity_select') }}</div>
|
2019-04-07 11:34:40 +01:00
|
|
|
<button type="button" class="popup-header-close">x</button>
|
2016-09-02 18:54:26 +01:00
|
|
|
</div>
|
2016-12-31 14:27:40 +00:00
|
|
|
@include('components.entity-selector', ['name' => 'entity-selector'])
|
2016-09-02 18:54:26 +01:00
|
|
|
<div class="popup-footer">
|
2019-08-25 12:40:04 +01:00
|
|
|
<button type="button" disabled="true" class="button entity-link-selector-confirm corner-button">{{ trans('common.select') }}</button>
|
2016-09-02 18:54:26 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|