File: //proc/thread-self/cwd/pm/plugins/Warehouse/Views/manage_goods_delivery/change_serial_modal.php
<div class="modal fade z-index-none" id="changeSerialNumberModal">
<div class="modal-dialog setting-transaction-table">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title"><?php echo html_entity_decode($title); ?></h4>
</div>
<?php echo form_open(admin_url('warehouse/change_serial_number_modal'), array('id' => 'change_serial_number_modal', 'autocomplete'=>'off')); ?>
<div class="modal-body">
<div class="row">
<div class="col-md-12">
<div class="table-responsive s_table ">
<table class="table invoice-items-table items table-main-invoice-edit has-calculations no-mtop">
<thead>
<tr>
<th width="20%" align="left"><i class="fa fa-exclamation-circle" aria-hidden="true" data-toggle="tooltip" data-title="<?php echo _l('item_description_new_lines_notice'); ?>"></i> <?php echo _l('invoice_table_item_heading'); ?></th>
<th width="15%" align="left"><?php echo _l('wh_serial_number'); ?></th>
</tr>
</thead>
<tbody class="body_content">
<?php echo html_entity_decode($table_serial_number); ?>
</tbody>
</table>
</div>
</div>
</div>
</div>
<div class="modal-footer">
<a href="javascript:void(0)"class="btn btn-info pull-right mright10 display-block" onclick="wh_submit_serial_number(<?php echo html_entity_decode("'".$name_commodity_name."','".$name_serial_number."'"); ?>); return false;" ><?php echo _l('submit'); ?></a>
</div>
</div>
<?php echo form_close(); ?>
</div>
</div>
</div>
<?php require('modules/warehouse/assets/js/goods_deliveries/change_serial_number_modal_js.php'); ?>