mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
14 lines
706 B
PHP
14 lines
706 B
PHP
<div id="entity-selector-wrap">
|
|
<div overlay entity-selector-popup>
|
|
<div class="popup-body small flex-child">
|
|
<div class="popup-header primary-background">
|
|
<div class="popup-title">{{ trans('entities.entity_select') }}</div>
|
|
<button type="button" class="corner-button neg button overlay-close">x</button>
|
|
</div>
|
|
@include('components.entity-selector', ['name' => 'entity-selector'])
|
|
<div class="popup-footer">
|
|
<button type="button" disabled="true" class="button entity-link-selector-confirm pos corner-button">{{ trans('common.select') }}</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> |