Commit 04c73fa7 authored by mjadhav's avatar mjadhav

remove pophelp attribute from date parameter


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98425 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 2ba5d706
......@@ -336,7 +336,7 @@
isServerCallOnChange="true" onblur="return onBlurFunction(this)"
size="12" class="headerInputField" maxlength="40" tabindex="5" /></td>
<td class="headerTextCol7">Reference Date :</td>
<td class="headerTextCol8"><input type="text"
<!-- <td class="headerTextCol8"><input type="text"
id="Detail1.{normalize-space($domIDHeader)}.ref_date" name="Detail1.{normalize-space($domIDHeader)}.ref_date"
value="{$ref_date}" ispopup="true"
onkeydown="return onKeyDownFun(this,event)"
......@@ -348,7 +348,19 @@
<img src="../css/cal.gif" width="16" height="16"
border="0" alt="Pick a date"></img>
</a></td>
-->
<td class="headerTextCol8"><input type="text"
id="Detail1.{normalize-space($domIDHeader)}.ref_date" name="Detail1.{normalize-space($domIDHeader)}.ref_date"
value="{$ref_date}"
onkeydown="return onKeyDownFun(this,event)"
isServerCallOnChange="true" onblur="return onBlurFunction(this),setDefaultDateFormat(this)"
size="10" class="headerInputField" tabindex="6" />
<a id="dd_chq_dt_FrmCAl"
href="javascript:NewCal('Detail1.{normalize-space($domIDHeader)}.ref_date','ddmmyyyy')" tabindex="-1">
<img src="../css/cal.gif" width="16" height="16"
border="0" alt="Pick a date"></img>
</a></td>
</tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment