BookStack/resources/views/components/entity-selector-popup.blade.php

14 lines
706 B
PHP
Raw Normal View History

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