35 lines
1.5 KiB
Plaintext
35 lines
1.5 KiB
Plaintext
<div>
|
|
<table style="margin-top: 5px;" width="100%" cellspacing="0" cellpadding="0" border="0" class="TicketListTbl">
|
|
<tr>
|
|
<td>
|
|
<span>Reason for assigned ticket to Dealer
|
|
</span>
|
|
</td>
|
|
<td>
|
|
<select id="ddReasonForDealerTicket" name="OtherRemarks" onchange="onChangeReasonForDelaerTicket(this, 'txtOtherReasonForDealerTicket')">
|
|
<option value="-Select-">-Select-</option>
|
|
</select>
|
|
|
|
<span id="spanReasonForDealerTicket" class="error" style="display: none; color: red">* </span>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Other</td>
|
|
<td>
|
|
<input id="txtOtherReasonForDealerTicket" type="text" name="OtherRemarks" onblur="checkIfRequiredField(id);" disabled />
|
|
<span id="spanOtherReasonForDealerTicket" class="error" style="display: none; color: red">* </span>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="Create_Wrp" style="background: #f5f5f5; border: 1px solid #dedede; margin-top: 5px; width: 100%; text-indent: 20px; position: relative; bottom: 0px; margin: auto; padding-top: 0px;">
|
|
<button id="button_submit_assign" class="button_blue" style="width: auto;" onclick="submitReasonForDealerTicket();">Submit</button>
|
|
@*<input type="button" value="Submit" class="button_blue" onclick="submitReasonForDealerTicket()" style="width: auto; margin: 3px 0;" />*@
|
|
</div>
|
|
|
|
<style>
|
|
.k-icon {
|
|
width: 16px !important;
|
|
}
|
|
</style>
|