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