FR [2865698] - Closing HTML tags
https://sourceforge.net/tracker/?func=detail&aid=2865698&group_id=176962&atid=879334
This commit is contained in:
parent
3cc54c3b15
commit
f703bd4a85
|
@ -126,7 +126,7 @@ public class LoginLinkTag extends TagSupport
|
|||
if (wu != null)
|
||||
return wu;
|
||||
|
||||
// Check Coockie
|
||||
// Check Cookie
|
||||
String cookieUser = JSPEnv.getCookieWebUser ((HttpServletRequest)pageContext.getRequest());
|
||||
if (cookieUser == null || cookieUser.trim().length() == 0)
|
||||
log.finer ("(" + address + ") - no cookie");
|
||||
|
|
|
@ -10,7 +10,7 @@ cd $SAVED_DIR #back to the saved directory
|
|||
. $UTILS_DEV/myDevEnv.sh #call environment
|
||||
echo done
|
||||
if [ ! $ADEMPIERE_ENV==Y ] ; then
|
||||
echo "Can't set developemeent environemnt - check myDevEnv.sh"
|
||||
echo "Can't set development environment - check myDevEnv.sh"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
|
@ -15,6 +15,6 @@
|
|||
<link href="<c:out value='${ctx.Stylesheet}-print.css'/>" rel="stylesheet" type="text/css" media="print"/>
|
||||
<script src="/adempiere/standard.js" language="JavaScript" type="text/JavaScript"></script>
|
||||
<script src="/adempiere/wstore.js" language="JavaScript" type="text/JavaScript"></script>
|
||||
<meta http-equiv="pragma" content="no-cache">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="description" content="Adempiere Web Store">
|
||||
<meta http-equiv="pragma" content="no-cache"/>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<meta name="description" content="Adempiere Web Store"/>
|
||||
|
|
|
@ -8,11 +8,11 @@
|
|||
<div id="header">
|
||||
<div id="headerIcon">
|
||||
<a href="http://<c:out value='${pageContext.request.serverName}'/>/">
|
||||
<img src="<c:out value='${ctx.webParam1}' default='AdempiereERP.gif'/>" alt="Adempiere - 1999-2007"></a>
|
||||
<img src="<c:out value='${ctx.webParam1}' default='AdempiereERP.gif'/>" alt="Adempiere - 1999-2007" /></a>
|
||||
</div>
|
||||
<div id="headerMenu">
|
||||
<a class="menuMain" href="help.jsp">
|
||||
<img src="help.gif" alt="Help" width="16" height="16" border="0">Help</a>
|
||||
<img src="help.gif" alt="Help" width="16" height="16" border="0"/>Help</a>
|
||||
<br/><span id="status"></span>
|
||||
</div>
|
||||
<div id="headerContent">
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<div id="menu">
|
||||
<a class="menuMain" href="index.jsp">Web Store</a><br>
|
||||
<a class="menuMain" href="index.jsp">Web Store</a><br />
|
||||
<cws:checkOutLink oneLine='N'/>
|
||||
<cws:infoLink oneLine='N'/>
|
||||
<hr width="90%" align="left">
|
||||
<hr width="90%" align="left" />
|
||||
<a class="menuMain" href="request.jsp?ForwardTo=/wstore/">Contact us</a>
|
||||
<c:out value='${ctx.webParam3}' escapeXml='false'/>
|
||||
</div>
|
|
@ -1,3 +1,3 @@
|
|||
<div id="vendorUse">
|
||||
<br>
|
||||
<br />
|
||||
</div>
|
|
@ -45,11 +45,11 @@
|
|||
<form action="advertisementServlet" method="post" enctype="application/x-www-form-urlencoded" name="advertisement" target="_top" id="advertisement">
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<td><input name="Name" type="text" value="<c:out value='${ad.name}'/>" size="40" maxlength="40"></td>
|
||||
<td><input name="Name" type="text" value="<c:out value='${ad.name}'/>" size="40" maxlength="40" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Description</th>
|
||||
<td><input name="Description" type="text" value="<c:out value='${ad.description}'/>" size="60" maxlength="60"></td>
|
||||
<td><input name="Description" type="text" value="<c:out value='${ad.description}'/>" size="60" maxlength="60" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Image URL</th>
|
||||
|
|
|
@ -40,8 +40,8 @@
|
|||
<td>
|
||||
<a name="<c:out value='${ad.salesRep_ID}'/>"></a>
|
||||
<a href="http://www.adempiere.com/wstore/click?<c:out value='${ad.clickTargetURL}'/>" target="_blank">
|
||||
<img src="<c:out value='${ad.imageURL}'/>" alt="<c:out value='${ad.name}'/>" border="0" align="left"></a>
|
||||
<img src="<c:out value='${ad.webParam2}'/>" alt="<c:out value='${ad.webParam1}'/>" border="0" align="right">
|
||||
<img src="<c:out value='${ad.imageURL}'/>" alt="<c:out value='${ad.name}'/>" border="0" align="left" /></a>
|
||||
<img src="<c:out value='${ad.webParam2}'/>" alt="<c:out value='${ad.webParam1}'/>" border="0" align="right" />
|
||||
<b><c:out value='${ad.description}'/></b>
|
||||
<br>
|
||||
<a href="http://www.adempiere.com/wstore/request.jsp?SalesRep_ID=<c:out value='${ad.salesRep_ID}'/>">Contact</a>
|
||||
|
|
|
@ -90,7 +90,7 @@
|
|||
<c:if test='${asset.downloadable}'>
|
||||
<c:forEach items='${asset.downloadURLs}' var='addlDL'>
|
||||
<a href="<c:out value='http://${ctx.context}/'/>assetServlet/<c:out value='${addlDL}'/>.zip?Asset_ID=<c:out value='${asset.a_Asset_ID}'/>&PD=<c:out value='${addlDL}'/>" target="_blank">
|
||||
<img src="assetDownload.gif" alt="Download <c:out value='${addlDL}'/>" width="24" height="24" border="0"></a><br>
|
||||
<img src="assetDownload.gif" alt="Download <c:out value='${addlDL}'/>" width="24" height="24" border="0" /></a><br>
|
||||
</c:forEach>
|
||||
</c:if>
|
||||
<c:if test='${not asset.downloadable}'>
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
<td class="<c:out value='${rowClass}' />"><fmt:formatDate value='${invoice.dateInvoiced}'/></td>
|
||||
<td class="<c:out value='${rowClass}' /> amount"><fmt:formatNumber value='${invoice.totalLines}' type="currency" currencySymbol=""/></td>
|
||||
<td class="<c:out value='${rowClass}' /> amount"><c:out value='${invoice.currencyISO}'/> <fmt:formatNumber value='${invoice.grandTotal}' type="currency" currencySymbol=""/></td>
|
||||
<td class="<c:out value='${rowClass}' />"><a href="invoiceServlet/I_<c:out value='${invoice.documentNo}'/>.pdf?Invoice_ID=<c:out value='${invoice.c_Invoice_ID}'/>" target="_blank"><img src="pdf.gif" alt="Get Invoice Image" width="30" height="30" border="0"></a></td>
|
||||
<td class="<c:out value='${rowClass}' />"><a href="invoiceServlet/I_<c:out value='${invoice.documentNo}'/>.pdf?Invoice_ID=<c:out value='${invoice.c_Invoice_ID}'/>" target="_blank"><img src="pdf.gif" alt="Get Invoice Image" width="30" height="30" border="0" /></a></td>
|
||||
<td class="<c:out value='${rowClass}' />"><c:if test='${not invoice.paid}'><b>Not </b></c:if>Paid</td>
|
||||
</tr>
|
||||
</c:forEach>
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
<td class="oddRow">
|
||||
<c:choose>
|
||||
<c:when test='${not empty webOrder}'>
|
||||
<a href="invoiceServlet/I_<c:out value='${webOrder.invoiceInfo}'/>.pdf?Invoice_ID=<c:out value='${webOrder.invoice_ID}'/>" target="_blank"><img src="pdf.gif" alt="Get Invoice PDF" width="30" height="30" border="0" align="right"></a>
|
||||
<a href="invoiceServlet/I_<c:out value='${webOrder.invoiceInfo}'/>.pdf?Invoice_ID=<c:out value='${webOrder.invoice_ID}'/>" target="_blank"><img src="pdf.gif" alt="Get Invoice PDF" width="30" height="30" border="0" align="right" /></a>
|
||||
<c:out value='${webOrder.invoiceInfo}'/>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
|
|
|
@ -308,11 +308,11 @@ function updateTaskListCallback()
|
|||
<c:choose>
|
||||
<c:when test="${info.expenses}.size() > 0">
|
||||
<div class="tableNav">
|
||||
<img src="wfStart24.gif" onclick="alert('CLICK');">
|
||||
<img src="wfBack24.gif" onclick="alert('CLICK');">
|
||||
<img src="wfStart24.gif" onclick="alert('CLICK');" />
|
||||
<img src="wfBack24.gif" onclick="alert('CLICK');" />
|
||||
Page 1
|
||||
<img src="wfNext24.gif" onclick="alert('CLICK');">
|
||||
<img src="wfEnd24.gif" onclick="alert('CLICK');">
|
||||
<img src="wfNext24.gif" onclick="alert('CLICK');" />
|
||||
<img src="wfEnd24.gif" onclick="alert('CLICK');" />
|
||||
</div>
|
||||
</c:when>
|
||||
</c:choose>
|
||||
|
@ -355,11 +355,11 @@ function updateTaskListCallback()
|
|||
<c:choose>
|
||||
<c:when test="${info.expenses}.size() > 0">
|
||||
<div class="tableNav">
|
||||
<img src="wfStart24.gif" onclick="alert('CLICK');">
|
||||
<img src="wfBack24.gif" onclick="alert('CLICK');">
|
||||
<img src="wfStart24.gif" onclick="alert('CLICK');" />
|
||||
<img src="wfBack24.gif" onclick="alert('CLICK');" />
|
||||
Page 1
|
||||
<img src="wfNext24.gif" onclick="alert('CLICK');">
|
||||
<img src="wfEnd24.gif" onclick="alert('CLICK');">
|
||||
<img src="wfNext24.gif" onclick="alert('CLICK');" />
|
||||
<img src="wfEnd24.gif" onclick="alert('CLICK');" />
|
||||
</div>
|
||||
</c:when>
|
||||
</c:choose>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Adempiere Web Store</title>
|
||||
<meta name="description" content="Adempiere Web Store Page">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta http-equiv="pragma" content="no-cache">
|
||||
<meta name="description" content="Adempiere Web Store Page" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<meta http-equiv="pragma" content="no-cache" />
|
||||
<link href="/standard.css" rel="stylesheet" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -12,7 +12,7 @@
|
|||
document.location='index.jsp';
|
||||
</script>
|
||||
</p>
|
||||
<p><a href="http://www.adempiere.org/"><img src="Adempiere120x60.gif" alt="Adempiere™ - Copyright © 1999-2003 Jorg Janke" width="120" height="24" border="0"></a>
|
||||
<p><a href="http://www.adempiere.org/"><img src="Adempiere120x60.gif" alt="Adempiere™ - Copyright © 1999-2003 Jorg Janke" width="120" height="24" border="0" /></a>
|
||||
</p>
|
||||
<p>Click <a href="index.jsp">here</a> if not forwarded automatically</p>
|
||||
<hr>
|
||||
|
|
|
@ -26,9 +26,9 @@
|
|||
<legend>Search</legend>
|
||||
|
||||
<label id="productSearch" for="SearchString">Product </label>
|
||||
<input name="SearchString" type="text" id="SearchString">
|
||||
<input name="SearchString" type="text" id="SearchString" />
|
||||
<cws:productCategoryList/>
|
||||
<input type="submit" name="Submit" value="Search">
|
||||
<input type="submit" name="Submit" value="Search" />
|
||||
<c:if test='${priceList.notAllPrices}'>
|
||||
<p><i>Not all Products displayed - enter Search criteria to limit selection</i></p>
|
||||
</c:if>
|
||||
|
@ -39,8 +39,8 @@
|
|||
</form>
|
||||
<br/>
|
||||
<form action="basketServlet" method="post" enctype="application/x-www-form-urlencoded" name="products" id="products">
|
||||
<input name="M_PriceList_ID" type="hidden" value="<c:out value='${priceList.priceList_ID}'/>">
|
||||
<input name="M_PriceList_Version_ID" type="hidden" value="<c:out value='${priceList.priceList_Version_ID}'/>">
|
||||
<input name="M_PriceList_ID" type="hidden" value="<c:out value='${priceList.priceList_ID}'/>" />
|
||||
<input name="M_PriceList_Version_ID" type="hidden" value="<c:out value='${priceList.priceList_Version_ID}'/>" />
|
||||
<table class="contentTable">
|
||||
<tr>
|
||||
<th colspan="2" align="left">Product</th>
|
||||
|
@ -62,8 +62,8 @@
|
|||
</c:otherwise>
|
||||
</c:choose>
|
||||
<tr>
|
||||
<td class="<c:out value='${rowClass}' />"><c:if test='${not empty product.imageURL}'><img src="<c:out value='${product.imageURL}'/>"></c:if></td>
|
||||
<td class="<c:out value='${rowClass}' />"> <input name="Name_<c:out value='${product.id}'/>" type="hidden" value="<c:out value='${product.name}'/>">
|
||||
<td class="<c:out value='${rowClass}' />"><c:if test='${not empty product.imageURL}'><img src="<c:out value='${product.imageURL}'/>" /></c:if></td>
|
||||
<td class="<c:out value='${rowClass}' />"> <input name="Name_<c:out value='${product.id}'/>" type="hidden" value="<c:out value='${product.name}'/>" />
|
||||
<c:choose>
|
||||
<c:when test="${not empty product.descriptionURL}">
|
||||
<a href="<c:out value='${product.descriptionURL}'/>" target="pd"><c:out value="${product.name}"/></a>
|
||||
|
@ -74,11 +74,11 @@
|
|||
</c:choose>
|
||||
</td>
|
||||
<td class="<c:out value='${rowClass}' />"><c:out value='${product.description}'/> <c:if test="${empty product.description}"> </c:if></td>
|
||||
<td class="<c:out value='${rowClass}' /> amount"> <input name="Price_<c:out value='${product.id}'/>" type="hidden" value="<c:out value='${product.price}'/>">
|
||||
<td class="<c:out value='${rowClass}' /> amount"> <input name="Price_<c:out value='${product.id}'/>" type="hidden" value="<c:out value='${product.price}'/>" />
|
||||
<fmt:formatNumber value='${product.price}' type="currency" currencySymbol="" /> </td>
|
||||
<td class="<c:out value='${rowClass}' /> quantity"> <input name="Qty_<c:out value='${product.id}'/>" type="text" id="qty_<c:out value='${product.id}'/>" value="1" size="5" maxlength="5"></td>
|
||||
<td class="<c:out value='${rowClass}' /> quantity"> <input name="Qty_<c:out value='${product.id}'/>" type="text" id="qty_<c:out value='${product.id}'/>" value="1" size="5" maxlength="5" /></td>
|
||||
<td class="<c:out value='${rowClass}' />"><c:out value='${product.uomName}'/> </td>
|
||||
<td class="<c:out value='${rowClass}' />"> <input name="Add_<c:out value='${product.id}'/>" type="submit" id="Add_<c:out value='${product.id}'/>" value="Add"></td>
|
||||
<td class="<c:out value='${rowClass}' />"> <input name="Add_<c:out value='${product.id}'/>" type="submit" id="Add_<c:out value='${product.id}'/>" value="Add" /></td>
|
||||
<td class="<c:out value='${rowClass}'/> availProduct"><!-- c:out value='$ {product.available}'/ --> </td>
|
||||
</tr>
|
||||
</c:forEach>
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
<td class="oddRow"><fmt:formatDate value='${invoice.dateInvoiced}'/></td>
|
||||
<td class="oddRow amount"><fmt:formatNumber value='${invoice.totalLines}' type="currency" currencySymbol=""/></td>
|
||||
<td class="oddRow amount"><c:out value='${invoice.currencyISO}'/> <fmt:formatNumber value='${invoice.grandTotal}' type="currency" currencySymbol=""/></td>
|
||||
<td class="oddRow"><a href="invoiceServlet/I_<c:out value='${invoice.documentNo}'/>.pdf?Invoice_ID=<c:out value='${invoice.c_Invoice_ID}'/>" target="_blank"><img src="pdf.gif" alt="Get Invoice Image" width="30" height="30" border="0"></a></td>
|
||||
<td class="oddRow"><a href="invoiceServlet/I_<c:out value='${invoice.documentNo}'/>.pdf?Invoice_ID=<c:out value='${invoice.c_Invoice_ID}'/>" target="_blank"><img src="pdf.gif" alt="Get Invoice Image" width="30" height="30" border="0" /></a></td>
|
||||
<td class="oddRow"><c:if test='${invoice.paid}'>Paid</c:if><c:if test='${not invoice.paid}'>
|
||||
<input type="submit" name="InvoicePay" value="Pay <c:out value='${invoice.openAmt}'/>"
|
||||
onClick="window.top.location.replace('paymentServlet?C_Invoice_ID=<c:out value='${invoice.c_Invoice_ID}'/>&Amt=<c:out value='${invoice.openAmt}'/>');">
|
||||
|
|
|
@ -41,28 +41,28 @@
|
|||
<legend>New Registration</legend>
|
||||
|
||||
<label for="Name">Name</label>
|
||||
<input name="Name" type="text" id="Name" value="<c:out value='${registration.name}'/>" size="60" maxlength="60">
|
||||
<input name="Name" type="text" id="Name" value="<c:out value='${registration.name}'/>" size="60" maxlength="60" />
|
||||
<br/>
|
||||
|
||||
<label for="Description">Description</label>
|
||||
<input name="Description" type="text" id="Description" value="<c:out value='${registration.description}'/>" size="60" maxlength="255">
|
||||
<input name="Description" type="text" id="Description" value="<c:out value='${registration.description}'/>" size="60" maxlength="255" />
|
||||
<br/>
|
||||
|
||||
<label for="AssetServiceDate">Service Date</label>
|
||||
<input name="AssetServiceDate" type="text" id="AssetServiceDate" value="<fmt:formatDate value='${registration.assetServiceDate}'/>" size="20">
|
||||
<input name="AssetServiceDate" type="text" id="AssetServiceDate" value="<fmt:formatDate value='${registration.assetServiceDate}'/>" size="20" />
|
||||
<br/>
|
||||
|
||||
<label for="InProduction">In Production</label>
|
||||
<input <c:if test='${registration.inProduction}'>checked</c:if> name="InProduction" type="checkbox" id="InProduction" value="IsInProduction">
|
||||
<input <c:if test='${registration.inProduction}'>checked</c:if> name="InProduction" type="checkbox" id="InProduction" value="IsInProduction" />
|
||||
<br/>
|
||||
|
||||
<label for="AllowPublish">Allow Publication</label>
|
||||
<input <c:if test='${registration.allowPublish}'>checked</c:if> name="AllowPublish" type="checkbox" id="AllowPublish" value="IsAllowPublish">
|
||||
<input <c:if test='${registration.allowPublish}'>checked</c:if> name="AllowPublish" type="checkbox" id="AllowPublish" value="IsAllowPublish" />
|
||||
<br/>
|
||||
|
||||
<c:forEach items='${registration.values}' var='rvalue'>
|
||||
<label for="<c:out value='${rvalue.registrationAttribute}'/>"><c:out value='${rvalue.registrationAttributeDescription}'/></label>
|
||||
<input name="<c:out value='${rvalue.registrationAttribute}'/>" type="text" id="<c:out value='${rvalue.registrationAttribute}'/>" value="<c:out value='${rvalue.name}'/>" size="30" maxlength="60">
|
||||
<input name="<c:out value='${rvalue.registrationAttribute}'/>" type="text" id="<c:out value='${rvalue.registrationAttribute}'/>" value="<c:out value='${rvalue.name}'/>" size="30" maxlength="60" />
|
||||
<br/>
|
||||
</c:forEach>
|
||||
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
<c:out value='${rfq.help}'/>
|
||||
<c:if test='${rfq.pdfAttachment}'>
|
||||
<br>
|
||||
<a href="rfqServlet/RfQ_<c:out value='${rfq.c_RfQ_ID}'/>.pdf?C_RfQ_ID=<c:out value='${rfq.c_RfQ_ID}'/>" target="_blank"><img src="pdf.gif" alt="Get Report" width="30" height="30" border="0"></a>
|
||||
<a href="rfqServlet/RfQ_<c:out value='${rfq.c_RfQ_ID}'/>.pdf?C_RfQ_ID=<c:out value='${rfq.c_RfQ_ID}'/>" target="_blank"><img src="pdf.gif" alt="Get Report" width="30" height="30" border="0" /></a>
|
||||
</c:if>
|
||||
<br/>
|
||||
<textarea name="Help" rows="3" id="Help"><c:out value='${rfqResponse.help}'/></textarea> </td>
|
||||
|
@ -75,7 +75,7 @@
|
|||
By <fmt:formatDate value='${rfq.dateResponse}' dateStyle='short'/>
|
||||
<br/>
|
||||
<fmt:formatDate value='${rfqResponse.dateResponse}' dateStyle='short'/>
|
||||
<br>Total: <input name="Price" type="text" id="Price" value="<fmt:formatNumber value='${rfqResponse.price}' type='currency' currencySymbol=''/>" size="15">
|
||||
<br>Total: <input name="Price" type="text" id="Price" value="<fmt:formatNumber value='${rfqResponse.price}' type='currency' currencySymbol=''/>" size="15" />
|
||||
</td>
|
||||
<td class="oddRow lineItem">
|
||||
<fmt:formatDate value='${rfq.dateWorkStart}' dateStyle='short'/>
|
||||
|
@ -95,7 +95,7 @@
|
|||
<td class="oddRow lineItem">
|
||||
<c:out value='${rfq.deliveryDays}'/>
|
||||
<br/>
|
||||
<input name="DeliveryDays" type="text" id="DeliveryDays" value="<c:out value='${rfqResponse.deliveryDays}'/>" size="4" maxlength="4">
|
||||
<input name="DeliveryDays" type="text" id="DeliveryDays" value="<c:out value='${rfqResponse.deliveryDays}'/>" size="4" maxlength="4" />
|
||||
</td>
|
||||
<td class="oddRow lineItem">
|
||||
days
|
||||
|
@ -168,7 +168,7 @@
|
|||
-
|
||||
</td>
|
||||
<td class="<c:out value='${rowClass}' />">
|
||||
<input name="DeliveryDays_<c:out value='${line.c_RfQResponseLine_ID}'/>" type="text" id="DeliveryDays" value="<c:out value='${line.deliveryDays}'/>" size="4" maxlength="4">
|
||||
<input name="DeliveryDays_<c:out value='${line.c_RfQResponseLine_ID}'/>" type="text" id="DeliveryDays" value="<c:out value='${line.deliveryDays}'/>" size="4" maxlength="4" />
|
||||
</td>
|
||||
<td class="<c:out value='${rowClass}' />">
|
||||
days
|
||||
|
@ -198,10 +198,10 @@
|
|||
</td>
|
||||
<c:if test='${not rfq.quoteTotalAmtOnly}'>
|
||||
<td class="<c:out value='${rowClass}' /> amount">
|
||||
<input name="Price_<c:out value='${qty.c_RfQResponseLineQty_ID}'/>" type="text" id="Price" value="<fmt:formatNumber value='${qty.price}' type='currency' currencySymbol=''/>" size="15">
|
||||
<input name="Price_<c:out value='${qty.c_RfQResponseLineQty_ID}'/>" type="text" id="Price" value="<fmt:formatNumber value='${qty.price}' type='currency' currencySymbol=''/>" size="15" />
|
||||
</td>
|
||||
<td class="<c:out value='${rowClass}' /> amount">
|
||||
<input name="Discount_<c:out value='${qty.c_RfQResponseLineQty_ID}'/>" type="text" id="Discount" value="<c:out value='${qty.discount}'/>" size="15">
|
||||
<input name="Discount_<c:out value='${qty.c_RfQResponseLineQty_ID}'/>" type="text" id="Discount" value="<c:out value='${qty.discount}'/>" size="15" />
|
||||
</td>
|
||||
</c:if>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in New Issue