﻿<window title="${c:l('msg_ebSales_lbl_list_service_title')}" border="normal" closable="true"
	id="windowCommonChooseService" width="800px"
	use="ez.store.common.handle.window.ChooseServiceWindow">
	<style>
		.z-grid, .z-row-inner {
			border: 1px solid #cfcfcf;
		}
	</style>
	<vlayout style="margin:5px;">
		<div width="100%">
			<div style="float:left;" width="160px">
				<textbox id="tbxKeyword" value="${c:l('msg_lbl_search')}" width="150px"  forward="onOK=onSearch" sclass="form-control"/>
			</div>
			<div style="float:left;">
				<button label="${c:l('msg_btn_search')}" width="100px" sclass="btn btn-default" forward="onClick=onSearch"></button>
			</div>
			<div style="clear:left;"></div>
		</div>
		<div class="horizontal"></div>
		<grid id="grid_list" width="100%">
			<columns>			
				<column label="${c:l('msg_lbl_stt')}" align="center" width="40px"/>		
				<column id="colCheckbox" width="50px" align="center">
					<checkbox id="chkAllCheckBox" forward="onCheck=onSelectAll" width="50px"/>
				</column>	
				<column label="${c:l('msg_lbl_product_service_name')}"/>
				<column label="${c:l('msg_lbl_service_price')}" width="100px" align="right"/>
				<column label="${c:l('msg_lbl_description')}" width="250px"/>
			</columns>
			<rows>
			
			</rows>
		</grid>
		<div width="100%" sclass="ezpaging-add" style="text-align: right">
			<ezpaging id="paging" style="background:transparent no-repeat 0 0;" pageSize="10" pageSizeArr="5,10,15,20" totalSize="3"
				detailed="true"  detailTemplate="{0}-{1}/{2}" />
		</div>
	</vlayout>
</window>
