Commit 680bc3a3 authored by wansari's avatar wansari

W16FKAT002 Updated XSL for Edit mode issue and calendar and quantity text field issue


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104043 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d10b7fb9
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
} }
.ui-accordion-header.ui-state-active .ui-accordion-header.ui-state-active
{ {
background-color: #fdf5ce; background-color: #fff7d4 !important;
border-bottom : 1px solid #ccc; border-bottom : 1px solid #ccc;
} }
.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl .ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl
...@@ -283,7 +283,7 @@ ...@@ -283,7 +283,7 @@
<input type="hidden" id="itmdescription1" value="{item_code}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 400px" /> --> <input type="hidden" id="itmdescription1" value="{item_code}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 400px" /> -->
<input type="hidden" id="itmdescription1" value="{item_code}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 400px" /> <input type="hidden" id="itmdescription1" value="{item_code}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 400px" />
</td> </td>
<td width = "20%"> <td align = 'right' width = "20%">
<strong>Order Date: <span id="dlv_date_span1"> <xsl:value-of select="ord_date"/> </span></strong> <strong>Order Date: <span id="dlv_date_span1"> <xsl:value-of select="ord_date"/> </span></strong>
<input type="hidden" name="dlv_date1" readOnly = "1" id="dlv_date1" value="{$ord_date_m}" style="width:28%;font-size:12px" /> <input type="hidden" name="dlv_date1" readOnly = "1" id="dlv_date1" value="{$ord_date_m}" style="width:28%;font-size:12px" />
......
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
} }
.ui-accordion-header.ui-state-active .ui-accordion-header.ui-state-active
{ {
background-color: #fdf5ce; background-color: #fff7d4 !important;
border-bottom : 1px solid #ccc; border-bottom : 1px solid #ccc;
} }
.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl .ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl
...@@ -316,7 +316,7 @@ ...@@ -316,7 +316,7 @@
<label id = "item_parent_rate1"></label> <label id = "item_parent_rate1"></label>
<input type="hidden" id="itmdescription1" value="{item_code}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 400px" /> <input type="hidden" id="itmdescription1" value="{item_code}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 400px" />
</td> </td>
<td width = "20%"> <td align = 'right' width = "20%">
<!-- <strong>Due Date: <span id="dlv_date_span1"> <xsl:value-of select="due_date"/> </span></strong> <!-- <strong>Due Date: <span id="dlv_date_span1"> <xsl:value-of select="due_date"/> </span></strong>
<input type="hidden" name="dlv_date1" readOnly = "1" id="dlv_date1" value="{$ord_date_m}" style="width:28%;font-size:12px" /> <input type="hidden" name="dlv_date1" readOnly = "1" id="dlv_date1" value="{$ord_date_m}" style="width:28%;font-size:12px" />
--> -->
......
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