File: /var/www/vhost/disk-apps/agile-selling-orl/resources/views/users/modalOrdersDelivery.blade.php
<div class="modal fade in " id="modal_ordersDeliver">
<div class="modal-dialog modal-scraper ">
<div class="modal-content ">
<div class="modal-body modal-body-scraper ">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<div class="search-scraper">
</div>
<div class="box-body table-responsive ">
<table id="ordersDeliveryTable" class="table table-bordered form-inline table-hover dataTable" role="grid"
aria-describedby="scraperTable_info">
<thead>
<tr role="row">
<th class="sorting" tabindex="0" aria-controls="scraperTable" rowspan="1" colspan="1"
aria-label="Browser: activate to sort column ascending">Orden</th>
<th class="sorting" tabindex="0" aria-controls="scraperTable" rowspan="1" colspan="1"
aria-label="Browser: activate to sort column ascending">Estado</th>
</tr>
</thead>
<tbody id="tbody-deliveryOrders">
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>