Example #1
0
                            <td>
                                <input type='text' name='NAME' id='NAME' title='Tìm theo tên khách hàng'/>
                            </td>
                        </tr>

                        <tr>
                            <td>Tìm kiếm theo tên công ty</td>
                            <td>
                                <input type='text' name='COMPANY' id='COMPANY' title='Tìm theo tên công ty'/>	
                                <input type='button' onClick="document.frm.action='/customer/index/';document.frm.submit();" value='Tìm kiếm khách hàng' class='input_button'/>
                            </td>
                        </tr>	
                        <tr>
                            <td>	Hiển thị nhanh thông tin khách hàng</td>
                            <td><?php 
echo ProjectCommon::AutoComplete(autocomplete_model::getAllUser(), "ID_U", "NAME", "ID_U", "FASTVIEW", true, "width:400px", "ID_SEARCH", "SEARCH_STRING", $auto, "");
?>
</td>
                        </tr>
                    </table>

                </div>
                <div style="float: right;margin-right:21px;margin-top:18px">
                    <center>
                        <img onClick="DeleteButtonClick();" src="/images/delete_customer_48.png" /></br>
                        <span>Xóa</span>
                    </center>
                </div>

                <table class="adminlist">
                    <thead>