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>
|
2016-09-03 01:54:26 +08:00
|
|
|
<div class="popup-body small flex-child">
|
|
|
|
<div class="popup-header primary-background">
|
2016-12-04 22:08:04 +08:00
|
|
|
<div class="popup-title">{{ trans('entities.entity_select') }}</div>
|
2017-08-07 04:08:03 +08:00
|
|
|
<button type="button" class="corner-button neg button overlay-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">
|
2016-12-04 22:08:04 +08:00
|
|
|
<button type="button" disabled="true" class="button entity-link-selector-confirm pos corner-button">{{ trans('common.select') }}</button>
|
2016-09-03 01:54:26 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|