Commit 26edc686 authored by msingh's avatar msingh

Change by Manish on 19/01/17 for Supplier Shipment Wizard.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104435 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1b99696c
......@@ -74,6 +74,57 @@
<body>
<form name="packLabelWizFormII" id="packLabelWizFormII" METHOD="post"
ACTION="/ibase/ITMWizardHandlerServlet">
<div id="innerDiv" style="overflow-y:hidden;overflow-x:auto;max-height:80%;width:100%;position:absolute;z-index:5;">
<table id="errorActivityTable" height="10%" class="tableClass" style="margin: 12px 0px 0px 0px;position: relative;width: calc(literal('100% - 15px'));width: -moz-calc(literal('100% - 15px'));padding-right:0px; padding-left:5xp; width: -webkit-calc(literal('100% - 15px'));box-shadow: 3px 3px 3px gray;-moz-box-shadow:3px 3px 3px gray;-webkit-box-shadow: 3px 3px 3px gray;-o-box-shadow: 3px 3px 3px gray;background: rgba(255, 204, 0, 0.66);min-height: 50px;bottom:10px" border="0" cellspacing="0" cellpadding="0">
<xsl:for-each select="//error">
<xsl:if test="position() = 1">
<tr>
<td class="tdss_leftAlign" style="background: rgba(255, 204, 0, 0.66);" nowrap="true" valign="bottom">
Message :
</td>
<td class="tdss_leftAlign" style="background: rgba(255, 204, 0, 0.66);" nowrap="true" valign="bottom">
Description :
</td>
<td class="tdss_rightAlign" style="background: rgba(255, 204, 0, 0.66);" nowrap="true" valign="bottom" colspan="2">
<a href="#" style="text-decoration:none;" onclick="doHideMsg('errorActivityTable')"><font style="color:#000;text-decoration:none;padding-right:5px;" ><b>X</b></font></a>
</td>
</tr>
</xsl:if>
<xsl:variable name="message"><xsl:value-of select="message"/></xsl:variable>
<xsl:variable name="description"><xsl:value-of select="description"/></xsl:variable>
<xsl:variable name="type"><xsl:value-of select="type"/></xsl:variable>
<xsl:variable name="dbID"><xsl:value-of select="@domId"/></xsl:variable>
<xsl:variable name="column_name"><xsl:value-of select="@column_name"/></xsl:variable>
<tr style="background: rgba(255, 204, 0, 0.66);">
<td class="tdss_leftAlign" style="background: rgba(255, 204, 0, 0.66);" nowrap="true">
<xsl:value-of select="message"/>
</td>
<td class="tdss_leftAlign" style="background: rgba(255, 204, 0, 0.66);" nowrap="true">
<xsl:value-of select="description"/>
</td>
<td class="tdss_leftAlign" style="background: rgba(255, 204, 0, 0.66);" nowrap="true">
</td>
</tr>
<script><![CDATA[]]>formatDetailWithErr();</script>
</xsl:for-each>
<xsl:for-each select="//error">
<xsl:variable name="type"><xsl:value-of select="type"/></xsl:variable>
<xsl:if test="position() = 1">
<xsl:if test="$type = 'W'">
<tr style="background: rgba(255, 204, 0, 0.66);">
<td class="tdss_leftAlign" style="background: rgba(255, 204, 0, 0.66);" nowrap="true" valign="bottom">
<input type="checkbox" name="forceSave" value="true" checked="checked" onClick="setChecked(this)"/>
</td>
<td class="tdss_leftAlign" style="background: rgba(255, 204, 0, 0.66);" nowrap="true"></td>
</tr>
</xsl:if>
</xsl:if>
</xsl:for-each>
</table>
</div>
<div class="pageContentWrapper" style="height:80%;overflow:auto;">
<TABLE border="0" width="100%" height="2%" class="header_td" cellpadding="0" cellspacing="0" style="background-color: #f7f8fa;">
<TR>
......@@ -327,7 +378,8 @@
<td nowrap="true">
<input type="text" class="input_editable" size="8" value="{$mfg_date}" name="Detail2.{normalize-space($dbIDs)}.mfg_date" id="mfgDate{normalize-space($dbIDs)}" onChange="javascript:expDate({normalize-space($dbIDs)});" maxlength="8" ISCHANGED="false" placeholder = "DD/MM/YY"/>
<img border="0" src="/ibase/webitm/images/calender.png" id="mfg_date" name="mfg_date" onClick="javascript:setDate('mfgDate{normalize-space($dbIDs)}');" />
<img border="0" src="/ibase/webitm/images/calender.png" id="mfg_date" name="mfg_date" onClick="javascript:setDate('mfgDate{normalize-space($dbIDs)}');"
style='margin-bottom:-7px; margin-left: 3px;'/>
<!--<input type="text" class="editInputClass" value="{$mfg_date}"
name="Detail2.{normalize-space($dbIDs)}.mfg_date" id="mfgdate{normalize-space($dbIDs)}"
......@@ -403,49 +455,7 @@
Please wait......
</img>
</div>
<table id="errorActivityTable" class="tableClass" border="0"
cellSpacing="2" cellPadding="1" width="98%">
<xsl:for-each select="//error">
<xsl:variable name="message">
<xsl:value-of select="message" />
</xsl:variable>
<xsl:variable name="description">
<xsl:value-of select="description" />
</xsl:variable>
<xsl:variable name="type">
<xsl:value-of select="type" />
</xsl:variable>
<xsl:variable name="dbID">
<xsl:value-of select="@domId" />
</xsl:variable>
<xsl:variable name="column_name">
<xsl:value-of select="@column_name" />
</xsl:variable>
<tr>
<xsl:if test="position() = 1">
<td class="td_leftAlign" nowrap="true" valign="bottom"
width="20%">
Message :
<xsl:value-of select="message" />
</td>
<td class="td_leftAlign" nowrap="true" valign="bottom"
width="40%">
Description :
<xsl:value-of select="description" />
</td>
</xsl:if>
<xsl:if test="$type = 'W'">
<td class="td_leftAlign" nowrap="true" valign="bottom"
width="20%">
Override Warnings :
<input type="checkbox" name="forceSave" value="false"
onClick="setChecked(this)" />
</td>
</xsl:if>
</tr>
</xsl:for-each>
</table>
<div id="overlay"></div>
<div id="caseListDiv" style="display:none;">
<div style="overflow: auto; height: 300px;">
......
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