﻿<window title="${c:l('msg_common_lbl_prepaid_card')}" border="normal"  closable="true"
	id="windowCommonChoosePrepaid" use="ez.store.common.handle.window.ChooseCustomerPrepaidCardWindow" width="800px">
	<vbox width="800px">
		<grid style="border: none; margin-top:10px;" width="780px">
			<columns>
				<column width="170px"/>
				<column></column>
			</columns>
			<rows>
				<row >
					<textbox width="150px"  id="tbxKeyword" value="${c:l ('msg_lbl_search') }" forward="onOK=onSearch" sclass="form-control"/>
					<button label="${c:l('msg_btn_search')}" width="100px" sclass="btn" forward="onClick=onSearch"></button>
				</row>
			</rows>
		</grid>
		<space orient="vertical" height="10px"></space>
		<grid id="grid_list" width="780px" height="450px">
			<columns menupopup="auto">
				<column label="${c:l('msg_lbl_stt')}" align="center" width="30px"/>			
				<column label="${c:l('msg_lbl_card_holder_name')}"/>
				<column label="${c:l('msg_lbl_phone_number')}" align="center" width="80px"/>
				<column label="${c:l('msg_lbl_email')}" width="150px"/>
				<column label="${c:l ('msg_lbl_issue_date') }" width="80px"/>					
				<column label="${c:l('msg_lbl_address')}" width="150px"/>
				<column label="${c:l ('msg_lbl_status') }" />
			</columns>
			<rows>	
			</rows>
		</grid>
		<div width="782px">
			<ezpaging style="background: transparent no-repeat 0 0;" pageSize="10" pageSizeArr="5,10,15,20" totalSize="3"
			detailed="true" id="paging" detailTemplate="{0}-{1}/{2}" />	
		</div>
	</vbox>
</window>
