2016-09-02 13:54:26 -04:00
|
|
|
<div id="entity-selector-wrap">
|
2017-08-27 09:31:34 -04:00
|
|
|
<div overlay entity-selector-popup>
|
2016-09-02 13:54:26 -04:00
|
|
|
<div class="popup-body small flex-child">
|
|
|
|
<div class="popup-header primary-background">
|
2016-12-04 09:08:04 -05:00
|
|
|
<div class="popup-title">{{ trans('entities.entity_select') }}</div>
|
2017-08-06 16:08:03 -04:00
|
|
|
<button type="button" class="corner-button neg button overlay-close">x</button>
|
2016-09-02 13:54:26 -04:00
|
|
|
</div>
|
2016-12-31 09:27:40 -05:00
|
|
|
@include('components.entity-selector', ['name' => 'entity-selector'])
|
2016-09-02 13:54:26 -04:00
|
|
|
<div class="popup-footer">
|
2016-12-04 09:08:04 -05:00
|
|
|
<button type="button" disabled="true" class="button entity-link-selector-confirm pos corner-button">{{ trans('common.select') }}</button>
|
2016-09-02 13:54:26 -04:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|