lemo-crm/web/app/templates/components/modal-list-select.hbs
Shaun Chyxion 528e09dbdd init
2017-06-04 22:56:26 +08:00

16 lines
379 B
Handlebars

{{#modal-dialog title=title}}
<div class="widget-header">
<div class="widget-toolbar">
{{reload-btn}}
</div>
{{search-box}}
</div>
<div class="widget-main no-padding">
<table class="table table-striped table-bordered table-hover">
{{yield}}
</table>
</div>
{{pagination-bar}}
{{/modal-dialog}}