
<window xmlns:h="http://www.w3.org/1999/xhtml" title="${c:l('msg_tkSupport_lbl_ticket_details')}" closable="true" border="normal" width="730px" height="600px" 
	id="windowZD003" forward="onOK=onSendComment" use="ez.store.controller.crm.zendesk.window.ZD003AddWindow">
 	<attribute name="onCancel">
		self.detach();
	</attribute>
	<vlayout width="725px" style="overflow:auto;">
		<div sclass="zone-error" id="divNoticeMessage" visible="false" />
		<separator height="2px" />
		<hbox style="margin-top:2px">
			<div width="50px" height="50px" align="center" >
				<image src="/media/images/email131.png"  style="padding-top:5px;"></image>
			</div>
			<h:table>
	            <h:tr>
	                <h:td>
						<label id="lblSubject" sclass="label-title" style="font-weight:bold;font-size:20px;" width="150px"/>
						<label id="lblStatus" sclass="label-title" style="font-size:15px;" width="300px"/>
	                </h:td>
	            </h:tr>
	            <h:tr>
	                <h:td>
	                    <label id="lblInfoSubject" sclass="label-title" width="450px" visible="false"/>
	                </h:td>
	            </h:tr>
            </h:table>
		</hbox>
		<div class="horizontal" style="border-top-color: #f3f3f3; margin-left: 5px;margin-right: 8px;"></div>
		<vbox style="padding-bottom: 0">	
			<vbox>	
				<textbox id="tbxComment" width="712px" height="80px" style="margin-left: 5px"/>
				<hbox width="720px" align="right">
					<vlayout id="flist" width="480px" sclass="fileList" style="padding-right: 5px; text-align: right">
					</vlayout>
					<button id="attachBtn" width="130px" style="color:#195BB1;padding-right: 5px; margin-top: 5px;" sclass="btn" upload="true" label="${c:l('msg_tkSupport_lbl_ticket_attach')}"
					forward="onUpload=onAddItem" />
					<button id="btnSendComment" width="100px" label="${c:l('msg_tkSupport_btn_ticket_send')}" style="margin-top: 5px;" sclass="btn btn-info" forward="onClick=onSendComment" />
				</hbox>
			</vbox>
			<hbox style="margin-top:2px;">
				<div width="615px" align="center">
					<button id="btnSave" width="100px" label="${c:l ('msg_btn_update') }" sclass="btn btn-info" forward="onClick=onSubmit" />
					<button id="btnReset" label="${c:l('msg_btn_reset')}" width="100px" sclass="btn" forward="onClick=onReset" />
				</div>
			</hbox>
		</vbox>
		<div class="horizontal" style="border-top-color: #f3f3f3;margin-left: 5px;margin-right: 8px;margin-top: 0"></div>
		<div width="100%">
			<include id="includeFeedbackReply" />
		</div>
	</vlayout>
</window>
