Author: deepak
Date: Tue Jul 24 11:26:23 2018
New Revision: 1836545
URL: http://svn.apache.org/viewvc?rev=1836545&view=rev
Log:
Improved: Remove use of deprecated language attribute from script tag
(OFBIZ-10491)
Modified:
ofbiz/ofbiz-framework/trunk/applications/accounting/template/ap/invoices/CommissionRun.ftl
ofbiz/ofbiz-framework/trunk/applications/accounting/template/ap/invoices/PurchaseInvoices.ftl
ofbiz/ofbiz-framework/trunk/applications/accounting/template/finaccounttrans/FinAccountTrans.ftl
ofbiz/ofbiz-framework/trunk/applications/accounting/template/payment/DepositWithdrawPayments.ftl
ofbiz/ofbiz-framework/trunk/applications/accounting/template/payment/ManualCCTx.ftl
ofbiz/ofbiz-framework/trunk/applications/content/src/main/java/org/apache/ofbiz/content/data/DataResourceWorker.java
ofbiz/ofbiz-framework/trunk/applications/content/template/cms/CMSSites.ftl
ofbiz/ofbiz-framework/trunk/applications/content/template/content/ContentNav.ftl
ofbiz/ofbiz-framework/trunk/applications/content/template/content/DisplayContentNav.ftl
ofbiz/ofbiz-framework/trunk/applications/content/template/content/Nav.ftl
ofbiz/ofbiz-framework/trunk/applications/content/template/contentsetup/UserPermissions.ftl
ofbiz/ofbiz-framework/trunk/applications/content/template/website/WebSiteCMSNav.ftl
ofbiz/ofbiz-framework/trunk/applications/datamodel/data/seed/ContentSeedData.xml
ofbiz/ofbiz-framework/trunk/applications/humanres/template/FindEmployee.ftl
ofbiz/ofbiz-framework/trunk/applications/manufacturing/template/bom/EditProductBom.ftl
ofbiz/ofbiz-framework/trunk/applications/manufacturing/template/mrp/FindInventoryEventPlan.ftl
ofbiz/ofbiz-framework/trunk/applications/manufacturing/template/routing/EditRoutingTaskAssoc.ftl
ofbiz/ofbiz-framework/trunk/applications/order/template/entry/ShipSettings.ftl
ofbiz/ofbiz-framework/trunk/applications/order/template/entry/SplitShip.ftl
ofbiz/ofbiz-framework/trunk/applications/order/template/entry/cart/Javascript.ftl
ofbiz/ofbiz-framework/trunk/applications/order/template/entry/cart/ShowCart.ftl
ofbiz/ofbiz-framework/trunk/applications/order/template/entry/catalog/ConfigProductDetail.ftl
ofbiz/ofbiz-framework/trunk/applications/order/template/entry/catalog/InlineProductDetail.ftl
ofbiz/ofbiz-framework/trunk/applications/order/template/entry/catalog/ProductDetail.ftl
ofbiz/ofbiz-framework/trunk/applications/order/template/order/AppendOrderItem.ftl
ofbiz/ofbiz-framework/trunk/applications/order/template/order/FindOrders.ftl
ofbiz/ofbiz-framework/trunk/applications/order/template/order/OrderShippingInfo.ftl
ofbiz/ofbiz-framework/trunk/applications/order/template/task/OrderTaskList.ftl
ofbiz/ofbiz-framework/trunk/applications/product/template/category/EditCategory.ftl
ofbiz/ofbiz-framework/trunk/applications/product/template/config/EditProductConfigItemContent.ftl
ofbiz/ofbiz-framework/trunk/applications/product/template/facility/PickMoveStock.ftl
ofbiz/ofbiz-framework/trunk/applications/product/template/facility/PicklistManage.ftl
ofbiz/ofbiz-framework/trunk/applications/product/template/find/KeywordSearch.ftl
ofbiz/ofbiz-framework/trunk/applications/product/template/imagemanagement/ImageCrop.ftl
ofbiz/ofbiz-framework/trunk/applications/product/template/imagemanagement/ImageRotating.ftl
ofbiz/ofbiz-framework/trunk/applications/product/template/imagemanagement/ResizeImage.ftl
ofbiz/ofbiz-framework/trunk/applications/product/template/imagemanagement/ShowPeopleApprove.ftl
ofbiz/ofbiz-framework/trunk/applications/product/template/inventory/ReceiveInventory.ftl
ofbiz/ofbiz-framework/trunk/applications/product/template/inventory/TransferInventoryItem.ftl
ofbiz/ofbiz-framework/trunk/applications/product/template/product/EditProductContent.ftl
ofbiz/ofbiz-framework/trunk/applications/product/template/product/EditProductQuickAdmin.ftl
ofbiz/ofbiz-framework/trunk/applications/product/template/product/ViewProductOrders.ftl
ofbiz/ofbiz-framework/trunk/applications/product/template/returns/ReceiveReturn.ftl
ofbiz/ofbiz-framework/trunk/applications/product/template/shipment/PackOrder.ftl
ofbiz/ofbiz-framework/trunk/applications/product/template/shipment/QuickShipOrder.ftl
ofbiz/ofbiz-framework/trunk/applications/product/template/shipment/ReceiveInventoryAgainstPurchaseOrder.ftl
ofbiz/ofbiz-framework/trunk/applications/product/template/shipment/VerifyPick.ftl
ofbiz/ofbiz-framework/trunk/framework/webtools/template/entity/CheckDb.ftl
ofbiz/ofbiz-framework/trunk/framework/webtools/template/entity/ViewGeneric.ftl
ofbiz/ofbiz-framework/trunk/framework/webtools/template/labelmanager/UpdateLabel.ftl
ofbiz/ofbiz-framework/trunk/framework/webtools/template/service/AvailableServices.ftl
ofbiz/ofbiz-framework/trunk/framework/webtools/template/service/SetServiceParameterSync.ftl
ofbiz/ofbiz-framework/trunk/themes/bluelight/template/Header.ftl
ofbiz/ofbiz-framework/trunk/themes/common-theme/template/ChangePassword.ftl
ofbiz/ofbiz-framework/trunk/themes/common-theme/template/Login.ftl
ofbiz/ofbiz-framework/trunk/themes/common-theme/template/includes/Lookup.ftl
ofbiz/ofbiz-framework/trunk/themes/common-theme/template/includes/Simple.ftl
ofbiz/ofbiz-framework/trunk/themes/common-theme/template/includes/TimeDuration.ftl
ofbiz/ofbiz-framework/trunk/themes/common-theme/template/includes/flotCharts/Bars.ftl
ofbiz/ofbiz-framework/trunk/themes/common-theme/template/includes/flotCharts/Pie.ftl
ofbiz/ofbiz-framework/trunk/themes/common-theme/template/macro/HtmlFormMacroLibrary.ftl
ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/flot/README.md
ofbiz/ofbiz-framework/trunk/themes/flatgrey/template/Header.ftl
ofbiz/ofbiz-framework/trunk/themes/rainbowstone/template/ChangePassword.ftl
ofbiz/ofbiz-framework/trunk/themes/rainbowstone/template/Login.ftl
ofbiz/ofbiz-framework/trunk/themes/rainbowstone/template/includes/Header.ftl
ofbiz/ofbiz-framework/trunk/themes/tomahawk/template/Header.ftl
Modified:
ofbiz/ofbiz-framework/trunk/applications/accounting/template/ap/invoices/CommissionRun.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/accounting/template/ap/invoices/CommissionRun.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/accounting/template/ap/invoices/CommissionRun.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/accounting/template/ap/invoices/CommissionRun.ftl
Tue Jul 24 11:26:23 2018
@@ -17,7 +17,7 @@ specific language governing permissions
under the License.
-->
-<script language="JavaScript" type="text/javascript">
+<script type="text/javascript">
<!--
function toggleInvoiceId(master) {
var form = document.listSalesInvoices;
Modified:
ofbiz/ofbiz-framework/trunk/applications/accounting/template/ap/invoices/PurchaseInvoices.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/accounting/template/ap/invoices/PurchaseInvoices.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/accounting/template/ap/invoices/PurchaseInvoices.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/accounting/template/ap/invoices/PurchaseInvoices.ftl
Tue Jul 24 11:26:23 2018
@@ -16,7 +16,7 @@ KIND, either express or implied. See th
specific language governing permissions and limitations
under the License.
-->
-<script language="JavaScript" type="text/javascript">
+<script type="text/javascript">
<!--
function toggleInvoiceId(master) {
var invoices = jQuery("#listPurchaseInvoices
:checkbox[name='invoiceIds']");
Modified:
ofbiz/ofbiz-framework/trunk/applications/accounting/template/finaccounttrans/FinAccountTrans.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/accounting/template/finaccounttrans/FinAccountTrans.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/accounting/template/finaccounttrans/FinAccountTrans.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/accounting/template/finaccounttrans/FinAccountTrans.ftl
Tue Jul 24 11:26:23 2018
@@ -17,7 +17,7 @@ specific language governing permissions
under the License.
-->
-<script language="JavaScript" type="text/javascript">
+<script type="text/javascript">
function togglefinAccountTransId(master) {
var form = document.selectAllForm;
var finAccountTransList = form.elements.length;
Modified:
ofbiz/ofbiz-framework/trunk/applications/accounting/template/payment/DepositWithdrawPayments.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/accounting/template/payment/DepositWithdrawPayments.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/accounting/template/payment/DepositWithdrawPayments.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/accounting/template/payment/DepositWithdrawPayments.ftl
Tue Jul 24 11:26:23 2018
@@ -17,7 +17,7 @@ specific language governing permissions
under the License.
-->
-<script language="JavaScript" type="text/javascript">
+<script type="text/javascript">
function togglePaymentId(master) {
var form = document.depositWithdrawPaymentsForm;
var payments = form.elements.length;
Modified:
ofbiz/ofbiz-framework/trunk/applications/accounting/template/payment/ManualCCTx.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/accounting/template/payment/ManualCCTx.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/accounting/template/payment/ManualCCTx.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/accounting/template/payment/ManualCCTx.ftl
Tue Jul 24 11:26:23 2018
@@ -44,7 +44,7 @@ under the License.
<#if "PRDS_PAY_RELEASE" == txType?default("")>
<tr><td>
${setRequestAttribute("validTx", "true")}
- <script language="JavaScript" type="text/javascript">
+ <script type="text/javascript">
<!-- //
document.manualTxForm.action =
"<@ofbizUrl>processReleaseTransaction</@ofbizUrl>";
// -->
@@ -54,7 +54,7 @@ under the License.
<#if "PRDS_PAY_REFUND" == txType?default("")>
<tr><td>
${setRequestAttribute("validTx", "true")}
- <script language="JavaScript" type="text/javascript">
+ <script type="text/javascript">
<!-- //
document.manualTxForm.action =
"<@ofbizUrl>processRefundTransaction</@ofbizUrl>";
// -->
@@ -64,7 +64,7 @@ under the License.
<#if "PRDS_PAY_CREDIT" == txType?default("") || "PRDS_PAY_AUTH" ==
txType?default("")>
<tr><td>
${setRequestAttribute("validTx", "true")}
- <script language="JavaScript" type="text/javascript">
+ <script type="text/javascript">
<!-- //
document.manualTxForm.action =
"<@ofbizUrl>processManualCcTx</@ofbizUrl>";
// -->
Modified:
ofbiz/ofbiz-framework/trunk/applications/content/src/main/java/org/apache/ofbiz/content/data/DataResourceWorker.java
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/content/src/main/java/org/apache/ofbiz/content/data/DataResourceWorker.java?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/content/src/main/java/org/apache/ofbiz/content/data/DataResourceWorker.java
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/content/src/main/java/org/apache/ofbiz/content/data/DataResourceWorker.java
Tue Jul 24 11:26:23 2018
@@ -694,7 +694,7 @@ public class DataResourceWorker impleme
// if use web analytics.
if (UtilValidate.isNotEmpty(webAnalytics)) {
StringBuffer newTemplateText = new
StringBuffer(templateText);
- String webAnalyticsCode = "<script
language=\"JavaScript\" type=\"text/javascript\">";
+ String webAnalyticsCode = "<script
type=\"text/javascript\">";
for (GenericValue webAnalytic : webAnalytics) {
StringWrapper wrapString =
StringUtil.wrapString((String) webAnalytic.get("webAnalyticsCode"));
webAnalyticsCode += wrapString.toString();
Modified:
ofbiz/ofbiz-framework/trunk/applications/content/template/cms/CMSSites.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/content/template/cms/CMSSites.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/content/template/cms/CMSSites.ftl
(original)
+++ ofbiz/ofbiz-framework/trunk/applications/content/template/cms/CMSSites.ftl
Tue Jul 24 11:26:23 2018
@@ -16,7 +16,7 @@ KIND, either express or implied. See th
specific language governing permissions and limitations
under the License.
-->
-<script type="text/javascript" language="javascript">
+<script type="text/javascript">
function call_fieldlookup4(rootForumId, parentForumId ) {
var obj_lookupwindow = window.open("addSubSite?rootForumId=" + rootForumId
+ "&parentForumId=" + parentForumId, 'FieldLookup',
'width=500,height=250,scrollbars=yes,status=no,top='+my+',left='+mx+',dependent=yes,alwaysRaised=yes');
obj_lookupwindow.opener = window;
@@ -261,7 +261,7 @@ function call_fieldlookup4(rootForumId,
</tr>
</table>
-<script type="text/javascript" language="javascript">
+<script type="text/javascript">
function call_fieldlookup3(view_name) {
window.target = document.siteRoleForm.partyId_o_${rowCount - 1};
var obj_lookupwindow = window.open(view_name,'FieldLookup',
'width=700,height=550,scrollbars=yes,status=no,top='+my+',left='+mx+',dependent=yes,alwaysRaised=yes');
Modified:
ofbiz/ofbiz-framework/trunk/applications/content/template/content/ContentNav.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/content/template/content/ContentNav.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/content/template/content/ContentNav.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/content/template/content/ContentNav.ftl
Tue Jul 24 11:26:23 2018
@@ -16,7 +16,7 @@
specific language governing permissions and limitations
under the License.
-->
-<script language="javascript" type="text/javascript"
src="<@ofbizContentUrl>/common/js/jquery/plugins/jsTree/jquery.jstree.js</@ofbizContentUrl>"></script>
+<script type="text/javascript"
src="<@ofbizContentUrl>/common/js/jquery/plugins/jsTree/jquery.jstree.js</@ofbizContentUrl>"></script>
<script type="application/javascript">
<#-- some labels are not unescaped in the JSON object so we have to do this
manuely -->
Modified:
ofbiz/ofbiz-framework/trunk/applications/content/template/content/DisplayContentNav.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/content/template/content/DisplayContentNav.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/content/template/content/DisplayContentNav.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/content/template/content/DisplayContentNav.ftl
Tue Jul 24 11:26:23 2018
@@ -17,7 +17,7 @@
under the License.
-->
-<script language="javascript" type="text/javascript"
src="<@ofbizContentUrl>/common/js/jquery/plugins/jsTree/jquery.jstree.js</@ofbizContentUrl>"></script>
+<script type="text/javascript"
src="<@ofbizContentUrl>/common/js/jquery/plugins/jsTree/jquery.jstree.js</@ofbizContentUrl>"></script>
<script type="application/javascript">
<#-- some labels are not unescaped in the JSON object so we have to do this
manuely -->
Modified:
ofbiz/ofbiz-framework/trunk/applications/content/template/content/Nav.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/content/template/content/Nav.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/content/template/content/Nav.ftl
(original)
+++ ofbiz/ofbiz-framework/trunk/applications/content/template/content/Nav.ftl
Tue Jul 24 11:26:23 2018
@@ -16,7 +16,7 @@
specific language governing permissions and limitations
under the License.
-->
-<script language="javascript" type="text/javascript"
src="<@ofbizContentUrl>/common/js/jquery/plugins/jsTree/jquery.jstree.js</@ofbizContentUrl>"></script>
+<script type="text/javascript"
src="<@ofbizContentUrl>/common/js/jquery/plugins/jsTree/jquery.jstree.js</@ofbizContentUrl>"></script>
<script type="application/javascript">
<#-- some labels are not unescaped in the JSON object so we have to do this
manuely -->
Modified:
ofbiz/ofbiz-framework/trunk/applications/content/template/contentsetup/UserPermissions.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/content/template/contentsetup/UserPermissions.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/content/template/contentsetup/UserPermissions.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/content/template/contentsetup/UserPermissions.ftl
Tue Jul 24 11:26:23 2018
@@ -16,7 +16,7 @@ KIND, either express or implied. See th
specific language governing permissions and limitations
under the License.
-->
-<script type="text/javascript" language="javascript1.2">
+<script type="text/javascript">
function call_fieldlookup3(view_name) {
var obj_lookupwindow = window.open(view_name + "?webSitePublishPoint=" +
webSitePublishPoint,'FieldLookup',
'width=700,height=550,scrollbars=yes,status=no,top='+my+',left='+mx+',dependent=yes,alwaysRaised=yes');
obj_lookupwindow.opener = window;
Modified:
ofbiz/ofbiz-framework/trunk/applications/content/template/website/WebSiteCMSNav.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/content/template/website/WebSiteCMSNav.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/content/template/website/WebSiteCMSNav.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/content/template/website/WebSiteCMSNav.ftl
Tue Jul 24 11:26:23 2018
@@ -16,11 +16,11 @@
specific language governing permissions and limitations
under the License.
-->
-<script language="javascript" type="text/javascript"
src="<@ofbizContentUrl>/common/js/jquery/ui/js/jquery.cookie-1.4.0.js</@ofbizContentUrl>"></script>
-<script language="javascript" type="text/javascript"
src="<@ofbizContentUrl>/common/js/jquery/plugins/jsTree/jquery.jstree.js</@ofbizContentUrl>"></script>
-<script language="javascript" type="text/javascript"
src="<@ofbizContentUrl>/common/js/jquery/plugins/elrte-1.3/js/elrte.min.js</@ofbizContentUrl>"></script>
+<script type="text/javascript"
src="<@ofbizContentUrl>/common/js/jquery/ui/js/jquery.cookie-1.4.0.js</@ofbizContentUrl>"></script>
+<script type="text/javascript"
src="<@ofbizContentUrl>/common/js/jquery/plugins/jsTree/jquery.jstree.js</@ofbizContentUrl>"></script>
+<script type="text/javascript"
src="<@ofbizContentUrl>/common/js/jquery/plugins/elrte-1.3/js/elrte.min.js</@ofbizContentUrl>"></script>
<#if language?has_content && language != "en">
-<script language="javascript"
src="<@ofbizContentUrl>/common/js/jquery/plugins/elrte-1.3/js/i18n/elrte.${language!"en"}.js</@ofbizContentUrl>"
type="text/javascript"></script><#rt/>
+<script
src="<@ofbizContentUrl>/common/js/jquery/plugins/elrte-1.3/js/i18n/elrte.${language!"en"}.js</@ofbizContentUrl>"
type="text/javascript"></script><#rt/>
</#if>
<link href="/common/js/jquery/plugins/elrte-1.3/css/elrte.min.css"
rel="stylesheet" type="text/css">
Modified:
ofbiz/ofbiz-framework/trunk/applications/datamodel/data/seed/ContentSeedData.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/datamodel/data/seed/ContentSeedData.xml?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/datamodel/data/seed/ContentSeedData.xml
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/datamodel/data/seed/ContentSeedData.xml
Tue Jul 24 11:26:23 2018
@@ -1790,7 +1790,7 @@ under the License.
</tr>
</table>
-<script language="JavaScript">
+<script>
<#if autoUserLogin?has_content>document.loginform.PASSWORD.focus();</#if>
<#if !autoUserLogin?has_content>document.loginform.USERNAME.focus();</#if>
function requery() {
Modified:
ofbiz/ofbiz-framework/trunk/applications/humanres/template/FindEmployee.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/humanres/template/FindEmployee.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/humanres/template/FindEmployee.ftl
(original)
+++ ofbiz/ofbiz-framework/trunk/applications/humanres/template/FindEmployee.ftl
Tue Jul 24 11:26:23 2018
@@ -123,7 +123,7 @@ under the License.
</#if>
</div>
<#if parameters.hideFields?default("N") != "Y">
- <script language="JavaScript" type="text/javascript">
+ <script type="text/javascript">
<!--//
document.lookupparty.partyId.focus();
//-->
Modified:
ofbiz/ofbiz-framework/trunk/applications/manufacturing/template/bom/EditProductBom.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/manufacturing/template/bom/EditProductBom.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/manufacturing/template/bom/EditProductBom.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/manufacturing/template/bom/EditProductBom.ftl
Tue Jul 24 11:26:23 2018
@@ -17,7 +17,7 @@ specific language governing permissions
under the License.
-->
-<script language="JavaScript" type="text/javascript">
+<script type="text/javascript">
<!-- //
function lookupBom() {
document.searchbom.productId.value=document.editProductAssocForm.productId.value;
Modified:
ofbiz/ofbiz-framework/trunk/applications/manufacturing/template/mrp/FindInventoryEventPlan.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/manufacturing/template/mrp/FindInventoryEventPlan.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/manufacturing/template/mrp/FindInventoryEventPlan.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/manufacturing/template/mrp/FindInventoryEventPlan.ftl
Tue Jul 24 11:26:23 2018
@@ -17,7 +17,7 @@ specific language governing permissions
under the License.
-->
-<script language="JavaScript" type="text/javascript">
+<script type="text/javascript">
<!-- //
function lookupInventory() {
document.lookupinventory.submit();
@@ -93,7 +93,7 @@ function lookupInventory() {
</div>
<#if requestParameters.hideFields?default("N") != "Y">
-<script language="JavaScript" type="text/javascript">
+<script type="text/javascript">
<!--//
document.lookupinventory.productId.focus();
//-->
Modified:
ofbiz/ofbiz-framework/trunk/applications/manufacturing/template/routing/EditRoutingTaskAssoc.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/manufacturing/template/routing/EditRoutingTaskAssoc.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/manufacturing/template/routing/EditRoutingTaskAssoc.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/manufacturing/template/routing/EditRoutingTaskAssoc.ftl
Tue Jul 24 11:26:23 2018
@@ -17,7 +17,7 @@ specific language governing permissions
under the License.
-->
-<script language="JavaScript" type="text/javascript">
+<script type="text/javascript">
<!-- //
function copyAndAddRoutingTask() {
document.addtaskassocform.copyTask.value = "Y";
Modified:
ofbiz/ofbiz-framework/trunk/applications/order/template/entry/ShipSettings.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/order/template/entry/ShipSettings.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/order/template/entry/ShipSettings.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/order/template/entry/ShipSettings.ftl
Tue Jul 24 11:26:23 2018
@@ -16,7 +16,7 @@ KIND, either express or implied. See th
specific language governing permissions and limitations
under the License.
-->
-<script language="JavaScript" type="text/javascript">
+<script type="text/javascript">
jQuery(document).ready(function(){
jQuery('#shipToSameParty, #shipToOtherParty').change(function(){
if(jQuery('#shipToSameParty').is(':checked')){
Modified:
ofbiz/ofbiz-framework/trunk/applications/order/template/entry/SplitShip.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/order/template/entry/SplitShip.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/order/template/entry/SplitShip.ftl
(original)
+++ ofbiz/ofbiz-framework/trunk/applications/order/template/entry/SplitShip.ftl
Tue Jul 24 11:26:23 2018
@@ -17,7 +17,7 @@ specific language governing permissions
under the License.
-->
-<script language="javascript" type="text/javascript">
+<script type="text/javascript">
//<![CDATA[
function submitForm(form, mode, value) {
if ("DN" == mode) {
Modified:
ofbiz/ofbiz-framework/trunk/applications/order/template/entry/cart/Javascript.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/order/template/entry/cart/Javascript.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/order/template/entry/cart/Javascript.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/order/template/entry/cart/Javascript.ftl
Tue Jul 24 11:26:23 2018
@@ -16,7 +16,7 @@ KIND, either express or implied. See th
specific language governing permissions and limitations
under the License.
-->
-<script language="JavaScript" type="text/javascript">
+<script type="text/javascript">
function removeSelected() {
var cform = document.cartform;
cform.removeSelected.value = true;
Modified:
ofbiz/ofbiz-framework/trunk/applications/order/template/entry/cart/ShowCart.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/order/template/entry/cart/ShowCart.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/order/template/entry/cart/ShowCart.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/order/template/entry/cart/ShowCart.ftl
Tue Jul 24 11:26:23 2018
@@ -17,7 +17,7 @@ specific language governing permissions
under the License.
-->
-<script language="JavaScript" type="text/javascript">
+<script type="text/javascript">
function showQohAtp() {
document.qohAtpForm.productId.value =
document.quickaddform.add_product_id.value;
document.qohAtpForm.submit();
@@ -194,7 +194,7 @@ under the License.
</div>
</div>
-<script language="JavaScript" type="text/javascript">
+<script type="text/javascript">
document.quickaddform.add_product_id.focus();
</script>
Modified:
ofbiz/ofbiz-framework/trunk/applications/order/template/entry/catalog/ConfigProductDetail.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/order/template/entry/catalog/ConfigProductDetail.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/order/template/entry/catalog/ConfigProductDetail.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/order/template/entry/catalog/ConfigProductDetail.ftl
Tue Jul 24 11:26:23 2018
@@ -23,7 +23,7 @@ under the License.
<#-- virtual product javascript -->
${virtualJavaScript!}
-<script language="JavaScript" type="text/javascript">
+<script type="text/javascript">
<!--
var detailImageUrl = null;
function setAddProductId(name) {
@@ -135,7 +135,7 @@ ${virtualJavaScript!}
//-->
</script>
-<script language="JavaScript" type="text/javascript">
+<script type="text/javascript">
<!--
jQuery(document).ready( function() {
@@ -379,7 +379,7 @@ function getConfigDetails() {
</div>
<#-- Prefill first select box (virtual products only) -->
<#if variantTree?? && 0 < variantTree.size()>
- <script language="JavaScript" type="text/javascript">eval("list" +
"${featureOrderFirst}" + "()");</script>
+ <script type="text/javascript">eval("list" + "${featureOrderFirst}" +
"()");</script>
</#if>
<#-- Swatches (virtual products only) -->
Modified:
ofbiz/ofbiz-framework/trunk/applications/order/template/entry/catalog/InlineProductDetail.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/order/template/entry/catalog/InlineProductDetail.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/order/template/entry/catalog/InlineProductDetail.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/order/template/entry/catalog/InlineProductDetail.ftl
Tue Jul 24 11:26:23 2018
@@ -21,7 +21,7 @@ ${virtualJavaScript!}
<#assign addedJavaScript = requestAttributes.addedJavaScript?default("N")/>
<#if ("N" == addedJavaScript)>
${setRequestAttribute("addedJavaScript", "Y")}
- <script language="JavaScript" type="text/javascript">
+ <script type="text/javascript">
function popupDetailInline(inlineCounter) {
var imageField = 'detailImage' + inlineCounter;
@@ -231,7 +231,7 @@ ${virtualJavaScript!}
</#if>
<#if "VV_FEATURETREE" == product.virtualVariantMethodEnum! &&
featureLists?has_content>
- <script language="JavaScript" type="text/javascript">
+ <script type="text/javascript">
function checkRadioButtoninline${inlineCounter}(inlineCounter,
productId) {
var add_product_id = 'add_product_id' + inlineCounter;
<#list featureLists as featureList>
@@ -349,7 +349,7 @@ ${virtualJavaScript!}
<tr><td COLSPAN="2" align="right">
<#if variantTree?? && 0 < variantTree.size()>
- <script language="JavaScript" type="text/javascript">eval("list"+
"${inlineCounter}" + "${featureOrderFirst}" + "()");</script>
+ <script type="text/javascript">eval("list"+ "${inlineCounter}" +
"${featureOrderFirst}" + "()");</script>
</#if>
</td>
Modified:
ofbiz/ofbiz-framework/trunk/applications/order/template/entry/catalog/ProductDetail.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/order/template/entry/catalog/ProductDetail.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/order/template/entry/catalog/ProductDetail.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/order/template/entry/catalog/ProductDetail.ftl
Tue Jul 24 11:26:23 2018
@@ -22,7 +22,7 @@ under the License.
<#-- virtual product javascript -->
${virtualJavaScript!}
-<script language="JavaScript" type="text/javascript">
+<script type="text/javascript">
<!--
var detailImageUrl = null;
function setAddProductId(name) {
@@ -586,7 +586,7 @@ ${virtualJavaScript!}
</div>
<#-- Prefill first select box (virtual products only) -->
<#if variantTree?? && 0 < variantTree.size()>
- <script language="JavaScript" type="text/javascript">eval("list" +
"${featureOrderFirst}" + "()");</script>
+ <script type="text/javascript">eval("list" + "${featureOrderFirst}" +
"()");</script>
</#if>
<#-- Swatches (virtual products only) -->
Modified:
ofbiz/ofbiz-framework/trunk/applications/order/template/order/AppendOrderItem.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/order/template/order/AppendOrderItem.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/order/template/order/AppendOrderItem.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/order/template/order/AppendOrderItem.ftl
Tue Jul 24 11:26:23 2018
@@ -17,7 +17,7 @@ specific language governing permissions
under the License.
-->
-<script language="JavaScript" type="text/javascript">
+<script type="text/javascript">
function quicklookup(element) {
window.location='<@ofbizUrl>LookupBulkAddSupplierProductsInApprovedOrder</@ofbizUrl>?orderId='+element.value;
}
Modified:
ofbiz/ofbiz-framework/trunk/applications/order/template/order/FindOrders.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/order/template/order/FindOrders.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/order/template/order/FindOrders.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/order/template/order/FindOrders.ftl
Tue Jul 24 11:26:23 2018
@@ -17,7 +17,7 @@ specific language governing permissions
under the License.
-->
-<script language="JavaScript" type="text/javascript">
+<script type="text/javascript">
<!-- //
function lookupOrders(click) {
orderIdValue = document.lookuporder.orderId.value;
@@ -461,7 +461,7 @@ function toggleOrderIdList() {
<input type="image"
src="<@ofbizContentUrl>/images/spacer.gif</@ofbizContentUrl>"
onclick="javascript:lookupOrders(true);"/>
</form>
<#if requestParameters.hideFields?default("N") != "Y">
-<script language="JavaScript" type="text/javascript">
+<script type="text/javascript">
<!--//
document.lookuporder.orderId.focus();
//-->
Modified:
ofbiz/ofbiz-framework/trunk/applications/order/template/order/OrderShippingInfo.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/order/template/order/OrderShippingInfo.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/order/template/order/OrderShippingInfo.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/order/template/order/OrderShippingInfo.ftl
Tue Jul 24 11:26:23 2018
@@ -17,7 +17,7 @@ specific language governing permissions
under the License.
-->
-<script language="JavaScript" type="text/javascript">
+<script type="text/javascript">
function editInstruction(shipGroupSeqId) {
jQuery('#shippingInstructions_' +
shipGroupSeqId).css({display:'block'});
jQuery('#saveInstruction_' + shipGroupSeqId).css({display:'inline'});
@@ -494,7 +494,7 @@ under the License.
</div>
</form>
</div>
- <script language="JavaScript" type="text/javascript">
+ <script type="text/javascript">
jQuery(document).ready( function() {
jQuery("#newShippingAddressForm").dialog({autoOpen: false, modal:
true,
buttons: {
Modified:
ofbiz/ofbiz-framework/trunk/applications/order/template/task/OrderTaskList.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/order/template/task/OrderTaskList.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/order/template/task/OrderTaskList.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/order/template/task/OrderTaskList.ftl
Tue Jul 24 11:26:23 2018
@@ -17,7 +17,7 @@ specific language governing permissions
under the License.
-->
-<script language="JavaScript" type="text/javascript">
+<script type="text/javascript">
<!-- //
function viewOrder(form) {
if (form.taskStatus.value == "WF_NOT_STARTED") {
Modified:
ofbiz/ofbiz-framework/trunk/applications/product/template/category/EditCategory.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/template/category/EditCategory.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/product/template/category/EditCategory.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/product/template/category/EditCategory.ftl
Tue Jul 24 11:26:23 2018
@@ -16,7 +16,7 @@ KIND, either express or implied. See th
specific language governing permissions and limitations
under the License.
-->
-<script language="JavaScript" type="text/javascript">
+<script type="text/javascript">
function insertImageName(type,nameValue) {
eval('document.productCategoryForm.' + type + 'ImageUrl.value=nameValue;');
};
@@ -202,7 +202,7 @@ function insertImageName(type,nameValue)
</div>
</div>
<#if productCategoryId?has_content>
- <script language="JavaScript" type="text/javascript">
+ <script type="text/javascript">
function setUploadUrl(newUrl) {
var toExec = 'document.imageUploadForm.action="' + newUrl + '";';
eval(toExec);
Modified:
ofbiz/ofbiz-framework/trunk/applications/product/template/config/EditProductConfigItemContent.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/template/config/EditProductConfigItemContent.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/product/template/config/EditProductConfigItemContent.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/product/template/config/EditProductConfigItemContent.ftl
Tue Jul 24 11:26:23 2018
@@ -16,7 +16,7 @@ KIND, either express or implied. See th
specific language governing permissions and limitations
under the License.
-->
-<script language="JavaScript" type="text/javascript">
+<script type="text/javascript">
function insertNowTimestamp(field) {
eval('document.productForm.' + field + '.value="${nowTimestamp?string}";');
}
Modified:
ofbiz/ofbiz-framework/trunk/applications/product/template/facility/PickMoveStock.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/template/facility/PickMoveStock.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/product/template/facility/PickMoveStock.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/product/template/facility/PickMoveStock.ftl
Tue Jul 24 11:26:23 2018
@@ -16,7 +16,7 @@ KIND, either express or implied. See th
specific language governing permissions and limitations
under the License.
-->
-<script language="JavaScript" type="text/javascript">
+<script type="text/javascript">
function quicklookup(func, locationelement, facilityelement,
productelement) {
var productId = productelement.value;
Modified:
ofbiz/ofbiz-framework/trunk/applications/product/template/facility/PicklistManage.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/template/facility/PicklistManage.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/product/template/facility/PicklistManage.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/product/template/facility/PicklistManage.ftl
Tue Jul 24 11:26:23 2018
@@ -16,7 +16,7 @@ KIND, either express or implied. See th
specific language governing permissions and limitations
under the License.
-->
-<script language="JavaScript" type="text/javascript">
+<script type="text/javascript">
function paginateOrderList(viewSize, viewIndex) {
document.paginationForm.viewSize.value = viewSize;
document.paginationForm.viewIndex.value = viewIndex;
Modified:
ofbiz/ofbiz-framework/trunk/applications/product/template/find/KeywordSearch.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/template/find/KeywordSearch.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/product/template/find/KeywordSearch.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/product/template/find/KeywordSearch.ftl
Tue Jul 24 11:26:23 2018
@@ -32,7 +32,7 @@ under the License.
</#if>
<#if productIds?has_content>
- <script language="JavaScript" type="text/javascript">
+ <script type="text/javascript">
function checkProductToBagTextArea(field, idValue) {
fullValue = idValue + "\n";
tempStr =
document.forms["quickCreateVirtualWithVariants"].elements["variantProductIdsBag"].value;
Modified:
ofbiz/ofbiz-framework/trunk/applications/product/template/imagemanagement/ImageCrop.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/template/imagemanagement/ImageCrop.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/product/template/imagemanagement/ImageCrop.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/product/template/imagemanagement/ImageCrop.ftl
Tue Jul 24 11:26:23 2018
@@ -16,8 +16,8 @@ KIND, either express or implied. See th
specific language governing permissions and limitations
under the License.
-->
-<script language="javascript" type="text/javascript"
src="<@ofbizContentUrl>/common/js/plugins/imagemanagement/sizzle.min.js</@ofbizContentUrl>"></script>
-<script language="javascript" type="text/javascript"
src="<@ofbizContentUrl>/common/js/plugins/imagemanagement/jquery.Jcrop.min.js</@ofbizContentUrl>"></script>
+<script type="text/javascript"
src="<@ofbizContentUrl>/common/js/plugins/imagemanagement/sizzle.min.js</@ofbizContentUrl>"></script>
+<script type="text/javascript"
src="<@ofbizContentUrl>/common/js/plugins/imagemanagement/jquery.Jcrop.min.js</@ofbizContentUrl>"></script>
<link rel="stylesheet"
href="<@ofbizContentUrl>/common/js/plugins/imagemanagement/jquery.Jcrop.css</@ofbizContentUrl>"
type="text/css" />
<script type="text/javascript">
jQuery.noConflict();
Modified:
ofbiz/ofbiz-framework/trunk/applications/product/template/imagemanagement/ImageRotating.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/template/imagemanagement/ImageRotating.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/product/template/imagemanagement/ImageRotating.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/product/template/imagemanagement/ImageRotating.ftl
Tue Jul 24 11:26:23 2018
@@ -16,8 +16,8 @@ KIND, either express or implied. See th
specific language governing permissions and limitations
under the License.
-->
-<script language="javascript" type="text/javascript"
src="<@ofbizContentUrl>/common/js/plugins/imagemanagement/sizzle.min.js</@ofbizContentUrl>"></script>
-<script language="javascript" type="text/javascript"
src="<@ofbizContentUrl>/common/js/plugins/imagemanagement/jQueryRotateCompressed.js</@ofbizContentUrl>"></script>
+<script type="text/javascript"
src="<@ofbizContentUrl>/common/js/plugins/imagemanagement/sizzle.min.js</@ofbizContentUrl>"></script>
+<script type="text/javascript"
src="<@ofbizContentUrl>/common/js/plugins/imagemanagement/jQueryRotateCompressed.js</@ofbizContentUrl>"></script>
<style type="text/css">
td.cropbox span {
width: auto !important;
Modified:
ofbiz/ofbiz-framework/trunk/applications/product/template/imagemanagement/ResizeImage.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/template/imagemanagement/ResizeImage.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/product/template/imagemanagement/ResizeImage.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/product/template/imagemanagement/ResizeImage.ftl
Tue Jul 24 11:26:23 2018
@@ -16,7 +16,7 @@ KIND, either express or implied. See th
specific language governing permissions and limitations
under the License.
-->
-<script language="javascript" type="text/javascript"
src="<@ofbizContentUrl>/common/js/plugins/imagemanagement/sizzle.min.js</@ofbizContentUrl>"></script>
+<script type="text/javascript"
src="<@ofbizContentUrl>/common/js/plugins/imagemanagement/sizzle.min.js</@ofbizContentUrl>"></script>
<script type="text/javascript">
jQuery.noConflict();
jQuery(document).ready(function(){
Modified:
ofbiz/ofbiz-framework/trunk/applications/product/template/imagemanagement/ShowPeopleApprove.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/template/imagemanagement/ShowPeopleApprove.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/product/template/imagemanagement/ShowPeopleApprove.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/product/template/imagemanagement/ShowPeopleApprove.ftl
Tue Jul 24 11:26:23 2018
@@ -16,7 +16,7 @@ KIND, either express or implied. See th
specific language governing permissions and limitations
under the License.
-->
-<script language="javascript" type="text/javascript"
src="<@ofbizContentUrl>/common/js/plugins/imagemanagement/sizzle.min.js</@ofbizContentUrl>"></script>
+<script type="text/javascript"
src="<@ofbizContentUrl>/common/js/plugins/imagemanagement/sizzle.min.js</@ofbizContentUrl>"></script>
<script type="text/javascript">
jQuery.noConflict();
jQuery(document).ready(function(){
Modified:
ofbiz/ofbiz-framework/trunk/applications/product/template/inventory/ReceiveInventory.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/template/inventory/ReceiveInventory.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/product/template/inventory/ReceiveInventory.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/product/template/inventory/ReceiveInventory.ftl
Tue Jul 24 11:26:23 2018
@@ -16,7 +16,7 @@ KIND, either express or implied. See th
specific language governing permissions and limitations
under the License.
-->
-<script language="JavaScript" type="text/javascript">
+<script type="text/javascript">
function setNow(field) { eval('document.selectAllForm.' + field +
'.value="${nowTimestamp}"'); }
</script>
<div class="page-title">${title}</div>
@@ -280,7 +280,7 @@ under the License.
<td colspan="2"><input type="submit"
value="${uiLabelMap.CommonReceive}" /></td>
</tr>
</table>
- <script language="JavaScript" type="text/javascript">
+ <script type="text/javascript">
document.selectAllForm.quantityAccepted.focus();
</script>
</form>
Modified:
ofbiz/ofbiz-framework/trunk/applications/product/template/inventory/TransferInventoryItem.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/template/inventory/TransferInventoryItem.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/product/template/inventory/TransferInventoryItem.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/product/template/inventory/TransferInventoryItem.ftl
Tue Jul 24 11:26:23 2018
@@ -45,7 +45,7 @@ under the License.
<input type="hidden" name="inventoryTransferId"
value="${inventoryTransferId!}" />
</#if>
- <script language="JavaScript" type="text/javascript">
+ <script type="text/javascript">
function setNow(field) { eval('document.transferform.' + field
+ '.value="${nowTimestamp}"'); }
</script>
Modified:
ofbiz/ofbiz-framework/trunk/applications/product/template/product/EditProductContent.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/template/product/EditProductContent.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/product/template/product/EditProductContent.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/product/template/product/EditProductContent.ftl
Tue Jul 24 11:26:23 2018
@@ -17,7 +17,7 @@ specific language governing permissions
under the License.
-->
<#if product??>
-<script language="JavaScript" type="text/javascript">
+<script type="text/javascript">
function insertNowTimestamp(field) {
eval('document.productForm.' + field +
'.value="${nowTimestampString}";');
};
@@ -177,7 +177,7 @@ under the License.
</tr>
</table>
</form>
- <script language="JavaScript" type="text/javascript">
+ <script type="text/javascript">
function setUploadUrl(newUrl) {
var toExec = 'document.imageUploadForm.action="' + newUrl + '";';
eval(toExec);
Modified:
ofbiz/ofbiz-framework/trunk/applications/product/template/product/EditProductQuickAdmin.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/template/product/EditProductQuickAdmin.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/product/template/product/EditProductQuickAdmin.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/product/template/product/EditProductQuickAdmin.ftl
Tue Jul 24 11:26:23 2018
@@ -32,7 +32,7 @@ under the License.
<input type="hidden" name="productId" value="${product.productId!}"/>
<input type="hidden" name="productFeatureTypeId" value=""/>
</form>
-<script language="JavaScript" type="text/javascript">
+<script type="text/javascript">
function removeAssoc(productIdTo, fromDate) {
if (confirm("Are you sure you want to remove the association of " +
productIdTo + "?")) {
Modified:
ofbiz/ofbiz-framework/trunk/applications/product/template/product/ViewProductOrders.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/template/product/ViewProductOrders.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/product/template/product/ViewProductOrders.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/product/template/product/ViewProductOrders.ftl
Tue Jul 24 11:26:23 2018
@@ -17,7 +17,7 @@ specific language governing permissions
under the License.
-->
-<script language="JavaScript" type="text/javascript">
+<script type="text/javascript">
function paginateOrderList(viewSize, viewIndex) {
document.paginationForm.viewSize.value = viewSize;
document.paginationForm.viewIndex.value = viewIndex;
Modified:
ofbiz/ofbiz-framework/trunk/applications/product/template/returns/ReceiveReturn.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/template/returns/ReceiveReturn.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/product/template/returns/ReceiveReturn.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/product/template/returns/ReceiveReturn.ftl
Tue Jul 24 11:26:23 2018
@@ -268,7 +268,7 @@ under the License.
</#if>
</div>
</div>
-<script language="JavaScript" type="text/javascript">
+<script type="text/javascript">
function setInventoryItemStatus(selection,index) {
var statusId = "statusId_o_" + index;
jObjectStatusId = jQuery("#" + statusId);
Modified:
ofbiz/ofbiz-framework/trunk/applications/product/template/shipment/PackOrder.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/template/shipment/PackOrder.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/product/template/shipment/PackOrder.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/product/template/shipment/PackOrder.ftl
Tue Jul 24 11:26:23 2018
@@ -17,7 +17,7 @@ specific language governing permissions
under the License.
-->
-<script language="JavaScript" type="text/javascript">
+<script type="text/javascript">
function clearLine(facilityId, orderId, orderItemSeqId, productId,
shipGroupSeqId, inventoryItemId, packageSeqId) {
document.clearPackLineForm.facilityId.value = facilityId;
document.clearPackLineForm.orderId.value = orderId;
@@ -518,11 +518,11 @@ under the License.
</#if>
<#if orderId?has_content>
- <script language="javascript" type="text/javascript">
+ <script type="text/javascript">
document.singlePackForm.productId.focus();
</script>
<#else>
- <script language="javascript" type="text/javascript">
+ <script type="text/javascript">
document.selectOrderForm.orderId.focus();
</script>
</#if>
Modified:
ofbiz/ofbiz-framework/trunk/applications/product/template/shipment/QuickShipOrder.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/template/shipment/QuickShipOrder.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/product/template/shipment/QuickShipOrder.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/product/template/shipment/QuickShipOrder.ftl
Tue Jul 24 11:26:23 2018
@@ -103,7 +103,7 @@ under the License.
</tr>
</table>
</form>
- <script language="JavaScript" type="text/javascript">
+ <script type="text/javascript">
document.routeForm.carrierPartyId.focus();
</script>
<#else>
@@ -146,7 +146,7 @@ under the License.
</tr>
</table>
</form>
- <script language="JavaScript" type="text/javascript">
+ <script type="text/javascript">
document.weightForm.weight.focus();
</script>
</#if>
@@ -184,7 +184,7 @@ under the License.
</tr>
</table>
</form>
- <script language="JavaScript" type="text/javascript">
+ <script type="text/javascript">
document.selectOrderForm.orderId.focus();
</script>
</#if>
Modified:
ofbiz/ofbiz-framework/trunk/applications/product/template/shipment/ReceiveInventoryAgainstPurchaseOrder.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/template/shipment/ReceiveInventoryAgainstPurchaseOrder.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/product/template/shipment/ReceiveInventoryAgainstPurchaseOrder.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/product/template/shipment/ReceiveInventoryAgainstPurchaseOrder.ftl
Tue Jul 24 11:26:23 2018
@@ -243,7 +243,7 @@ under the License.
<input type="submit" value="${uiLabelMap.CommonAdd}"
class="smallSubmit"/>
</div>
</form>
- <script language="javascript" type="text/javascript">
+ <script type="text/javascript">
document.getElementById('productId').focus();
</script>
</#if>
Modified:
ofbiz/ofbiz-framework/trunk/applications/product/template/shipment/VerifyPick.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/template/shipment/VerifyPick.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/product/template/shipment/VerifyPick.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/product/template/shipment/VerifyPick.ftl
Tue Jul 24 11:26:23 2018
@@ -360,16 +360,16 @@ under the License.
</form>
</#if>
<#if orderId?has_content>
- <script language="javascript" type="text/javascript">
+ <script type="text/javascript">
document.singlePickForm.productId.focus();
</script>
<#else>
- <script language="javascript" type="text/javascript">
+ <script type="text/javascript">
document.selectOrderForm.orderId.focus();
</script>
</#if>
<#if shipmentId?has_content>
- <script language="javascript" type="text/javascript">
+ <script type="text/javascript">
document.selectOrderForm.orderId.focus();
</script>
</#if>
Modified:
ofbiz/ofbiz-framework/trunk/framework/webtools/template/entity/CheckDb.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/webtools/template/entity/CheckDb.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/framework/webtools/template/entity/CheckDb.ftl
(original)
+++ ofbiz/ofbiz-framework/trunk/framework/webtools/template/entity/CheckDb.ftl
Tue Jul 24 11:26:23 2018
@@ -55,7 +55,7 @@ under the License.
</table>
</form>
<p>${uiLabelMap.WebtoolsNoteUseAtYourOwnRisk}</p>
-<script language="JavaScript" type="text/javascript">
+<script type="text/javascript">
function enableTablesRemove() {
document.forms["TablesRemoveForm"].elements["TablesRemoveButton"].disabled=false;
}
Modified:
ofbiz/ofbiz-framework/trunk/framework/webtools/template/entity/ViewGeneric.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/webtools/template/entity/ViewGeneric.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/framework/webtools/template/entity/ViewGeneric.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/framework/webtools/template/entity/ViewGeneric.ftl
Tue Jul 24 11:26:23 2018
@@ -18,7 +18,7 @@ under the License.
-->
<#assign enableEdit = parameters.enableEdit?default("false")>
-<script language="JavaScript" type="text/javascript">
+<script type="text/javascript">
var numTabs=${(entity.getRelationsSize()+1)};
function ShowTab(lname) {
for(inc=1; inc <= numTabs; inc++) {
Modified:
ofbiz/ofbiz-framework/trunk/framework/webtools/template/labelmanager/UpdateLabel.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/webtools/template/labelmanager/UpdateLabel.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/framework/webtools/template/labelmanager/UpdateLabel.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/framework/webtools/template/labelmanager/UpdateLabel.ftl
Tue Jul 24 11:26:23 2018
@@ -16,7 +16,7 @@ KIND, either express or implied. See th
specific language governing permissions and limitations
under the License.
-->
-<script language="JavaScript" type="text/javascript">
+<script type="text/javascript">
function updateAndSaveLabel() {
document.UpdateLabelForm.action="<@ofbizUrl>SaveLabelsToXmlFile</@ofbizUrl>";
document.UpdateLabelForm.submit();
Modified:
ofbiz/ofbiz-framework/trunk/framework/webtools/template/service/AvailableServices.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/webtools/template/service/AvailableServices.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/framework/webtools/template/service/AvailableServices.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/framework/webtools/template/service/AvailableServices.ftl
Tue Jul 24 11:26:23 2018
@@ -156,7 +156,7 @@ under the License.
<#-- If service has ECA's -->
<#if ecaMapList?? && ecaMapList?has_content>
<#-- add the javascript for modalpopup's -->
- <script language='javascript' type='text/javascript'>
+ <script type='text/javascript'>
function detailsPopup(viewName){
var lookupWinSettings =
'top=50,left=50,width=600,height=300,scrollbars=auto,status=no,resizable=no,dependent=yes,alwaysRaised=yes';
var params = '';
Modified:
ofbiz/ofbiz-framework/trunk/framework/webtools/template/service/SetServiceParameterSync.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/webtools/template/service/SetServiceParameterSync.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/framework/webtools/template/service/SetServiceParameterSync.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/framework/webtools/template/service/SetServiceParameterSync.ftl
Tue Jul 24 11:26:23 2018
@@ -31,7 +31,7 @@ under the License.
<#if "N" == serviceParameter.optional><span
class="tooltip">${uiLabelMap.CommonRequired}</span></#if>
<#if
serviceParameter.defaultValue?has_content>${uiLabelMap.WebtoolsServiceDefault}
${serviceParameter.defaultValue?string}</#if>
<#if serviceParameter_index == 0>
- <script language="JavaScript" type="text/javascript">
+ <script type="text/javascript">
document.scheduleForm.${serviceParameter.name}.focus();
</script>
</#if>
Modified: ofbiz/ofbiz-framework/trunk/themes/bluelight/template/Header.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/bluelight/template/Header.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/themes/bluelight/template/Header.ftl (original)
+++ ofbiz/ofbiz-framework/trunk/themes/bluelight/template/Header.ftl Tue Jul 24
11:26:23 2018
@@ -82,7 +82,7 @@ under the License.
</#list>
</#if>
<#if layoutSettings.WEB_ANALYTICS?has_content>
- <script language="JavaScript" type="text/javascript">
+ <script type="text/javascript">
<#list layoutSettings.WEB_ANALYTICS as webAnalyticsConfig>
${StringUtil.wrapString(webAnalyticsConfig.webAnalyticsCode!)}
</#list>
Modified:
ofbiz/ofbiz-framework/trunk/themes/common-theme/template/ChangePassword.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common-theme/template/ChangePassword.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/themes/common-theme/template/ChangePassword.ftl
(original)
+++ ofbiz/ofbiz-framework/trunk/themes/common-theme/template/ChangePassword.ftl
Tue Jul 24 11:26:23 2018
@@ -82,6 +82,6 @@ under the License.
</div>
</center>
-<script language="JavaScript" type="text/javascript">
+<script type="text/javascript">
document.loginform.PASSWORD.focus();
</script>
Modified: ofbiz/ofbiz-framework/trunk/themes/common-theme/template/Login.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common-theme/template/Login.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/themes/common-theme/template/Login.ftl
(original)
+++ ofbiz/ofbiz-framework/trunk/themes/common-theme/template/Login.ftl Tue Jul
24 11:26:23 2018
@@ -66,7 +66,7 @@ under the License.
</div>
</center>
-<script language="JavaScript" type="text/javascript">
+<script type="text/javascript">
document.loginform.JavaScriptEnabled.value = "Y";
<#if focusName>
document.loginform.USERNAME.focus();
Modified:
ofbiz/ofbiz-framework/trunk/themes/common-theme/template/includes/Lookup.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common-theme/template/includes/Lookup.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/themes/common-theme/template/includes/Lookup.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/themes/common-theme/template/includes/Lookup.ftl
Tue Jul 24 11:26:23 2018
@@ -28,7 +28,7 @@ under the License.
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>${title!}</title>
<#-- the trick "<scr" + "ipt below is because browsers should not parse the
contents of CDATA elements, but apparently they do. -->
- <script language="JavaScript" type="text/javascript">//<![CDATA[
+ <script type="text/javascript">//<![CDATA[
var jQueryLibLoaded = false;
function initJQuery() {
if (typeof(jQuery) == 'undefined') {
@@ -44,7 +44,7 @@ under the License.
initJQuery();
//]]>
</script>
- <script language="javascript"
src="<@ofbizContentUrl>/common/js/util/OfbizUtil.js</@ofbizContentUrl>"
+ <script
src="<@ofbizContentUrl>/common/js/util/OfbizUtil.js</@ofbizContentUrl>"
type="text/javascript"></script>
<#if layoutSettings.javaScripts?has_content>
<#--layoutSettings.javaScripts is a list of java scripts. -->
@@ -84,7 +84,7 @@ under the License.
</#list>
</#if>
- <script language="JavaScript" type="text/javascript">
+ <script type="text/javascript">
// This code inserts the value lookedup by a popup window back into the
associated form element
var re_id = new RegExp('id=(\\d+)');
var num_id = (re_id.exec(String(window.location))
Modified:
ofbiz/ofbiz-framework/trunk/themes/common-theme/template/includes/Simple.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common-theme/template/includes/Simple.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/themes/common-theme/template/includes/Simple.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/themes/common-theme/template/includes/Simple.ftl
Tue Jul 24 11:26:23 2018
@@ -34,7 +34,7 @@ under the License.
<#if layoutSettings.javaScripts?has_content>
<#--layoutSettings.javaScripts is a list of java scripts. -->
<#list layoutSettings.javaScripts as javaScript>
- <script language="javascript"
src="<@ofbizContentUrl>${javaScript}</@ofbizContentUrl>"
type="text/javascript"></script>
+ <script src="<@ofbizContentUrl>${javaScript}</@ofbizContentUrl>"
type="text/javascript"></script>
</#list>
</#if>
<#if layoutSettings.styleSheets?has_content>
Modified:
ofbiz/ofbiz-framework/trunk/themes/common-theme/template/includes/TimeDuration.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common-theme/template/includes/TimeDuration.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/themes/common-theme/template/includes/TimeDuration.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/themes/common-theme/template/includes/TimeDuration.ftl
Tue Jul 24 11:26:23 2018
@@ -16,7 +16,7 @@ KIND, either express or implied. See th
specific language governing permissions and limitations
under the License.
-->
-<script language="JavaScript" type="text/javascript">
+<script type="text/javascript">
function setTimeDuration() {
var years = window.document.getElementsByName("years")[0].value;
var weeks = window.document.getElementsByName("weeks")[0].value;
Modified:
ofbiz/ofbiz-framework/trunk/themes/common-theme/template/includes/flotCharts/Bars.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common-theme/template/includes/flotCharts/Bars.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/themes/common-theme/template/includes/flotCharts/Bars.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/themes/common-theme/template/includes/flotCharts/Bars.ftl
Tue Jul 24 11:26:23 2018
@@ -16,8 +16,8 @@ KIND, either express or implied. See th
specific language governing permissions and limitations
under the License.
-->
-<script language="javascript" type="text/javascript"
src="<@ofbizContentUrl>/common/js/jquery/plugins/flot/excanvas.min.js</@ofbizContentUrl>"></script>
-<script language="javascript" type="text/javascript"
src="<@ofbizContentUrl>/common/js/jquery/plugins/flot/jquery.flot.js</@ofbizContentUrl>"></script>
+<script type="text/javascript"
src="<@ofbizContentUrl>/common/js/jquery/plugins/flot/excanvas.min.js</@ofbizContentUrl>"></script>
+<script type="text/javascript"
src="<@ofbizContentUrl>/common/js/jquery/plugins/flot/jquery.flot.js</@ofbizContentUrl>"></script>
<div id="${chartId}Div" style="width:600px;height:300px;"></div>
Modified:
ofbiz/ofbiz-framework/trunk/themes/common-theme/template/includes/flotCharts/Pie.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common-theme/template/includes/flotCharts/Pie.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/themes/common-theme/template/includes/flotCharts/Pie.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/themes/common-theme/template/includes/flotCharts/Pie.ftl
Tue Jul 24 11:26:23 2018
@@ -16,9 +16,9 @@ KIND, either express or implied. See th
specific language governing permissions and limitations
under the License.
-->
-<script language="javascript" type="text/javascript"
src="<@ofbizContentUrl>/common/js/jquery/plugins/flot/excanvas.min.js</@ofbizContentUrl>"></script>
-<script language="javascript" type="text/javascript"
src="<@ofbizContentUrl>/common/js/jquery/plugins/flot/jquery.flot.js</@ofbizContentUrl>"></script>
-<script language="javascript" type="text/javascript"
src="<@ofbizContentUrl>/common/js/jquery/plugins/flot/jquery.flot.pie.js</@ofbizContentUrl>"></script>
+<script type="text/javascript"
src="<@ofbizContentUrl>/common/js/jquery/plugins/flot/excanvas.min.js</@ofbizContentUrl>"></script>
+<script type="text/javascript"
src="<@ofbizContentUrl>/common/js/jquery/plugins/flot/jquery.flot.js</@ofbizContentUrl>"></script>
+<script type="text/javascript"
src="<@ofbizContentUrl>/common/js/jquery/plugins/flot/jquery.flot.pie.js</@ofbizContentUrl>"></script>
<div id="${chartId}Div" style="width:800px;height:300px;"></div>
Modified:
ofbiz/ofbiz-framework/trunk/themes/common-theme/template/macro/HtmlFormMacroLibrary.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common-theme/template/macro/HtmlFormMacroLibrary.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/themes/common-theme/template/macro/HtmlFormMacroLibrary.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/themes/common-theme/template/macro/HtmlFormMacroLibrary.ftl
Tue Jul 24 11:26:23 2018
@@ -62,7 +62,7 @@ under the License.
<#if ajaxEnabled?has_content && ajaxEnabled>
<#assign defaultMinLength = modelTheme.getAutocompleterDefaultMinLength()>
<#assign defaultDelay = modelTheme.getAutocompleterDefaultDelay()>
- <script language="JavaScript"
type="text/javascript">ajaxAutoCompleter('${ajaxUrl!}', false,
${defaultMinLength!2}, ${defaultDelay!300});</script><#lt/>
+ <script type="text/javascript">ajaxAutoCompleter('${ajaxUrl!}', false,
${defaultMinLength!2}, ${defaultDelay!300});</script><#lt/>
</#if>
</#macro>
@@ -232,7 +232,7 @@ under the License.
</span>
<#if otherFieldName?has_content>
<noscript><input type='text' name='${otherFieldName}' /></noscript>
- <script type='text/javascript' language='JavaScript'><!--
+ <script type='text/javascript'><!--
disa = ' disabled';
if(other_choice(document.${formName}.${fieldName}))
disa = '';
@@ -243,7 +243,7 @@ under the License.
</#if>
<#if ajaxEnabled>
- <script language="JavaScript" type="text/javascript">
+ <script type="text/javascript">
ajaxAutoCompleteDropDown();
jQuery(function() {
jQuery("#${id}").combobox();
Modified:
ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/flot/README.md
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/flot/README.md?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/flot/README.md
(original)
+++
ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/flot/README.md
Tue Jul 24 11:26:23 2018
@@ -22,7 +22,7 @@ For support for Internet Explorer < 9, y
with Flot. You just include the excanvas script like this:
```html
-<!--[if lte IE 8]><script language="javascript" type="text/javascript"
src="excanvas.min.js"></script><![endif]-->
+<!--[if lte IE 8]><script type="text/javascript"
src="excanvas.min.js"></script><![endif]-->
```
If it's not working on your development IE 6.0, check that it has
Modified: ofbiz/ofbiz-framework/trunk/themes/flatgrey/template/Header.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/flatgrey/template/Header.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/themes/flatgrey/template/Header.ftl (original)
+++ ofbiz/ofbiz-framework/trunk/themes/flatgrey/template/Header.ftl Tue Jul 24
11:26:23 2018
@@ -79,7 +79,7 @@ under the License.
</#if>
<#if lastParameters??><#assign parametersURL = "&" +
lastParameters></#if>
<#if layoutSettings.WEB_ANALYTICS?has_content>
- <script language="JavaScript" type="text/javascript">
+ <script type="text/javascript">
<#list layoutSettings.WEB_ANALYTICS as webAnalyticsConfig>
${StringUtil.wrapString(webAnalyticsConfig.webAnalyticsCode!)}
</#list>
Modified:
ofbiz/ofbiz-framework/trunk/themes/rainbowstone/template/ChangePassword.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/rainbowstone/template/ChangePassword.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/themes/rainbowstone/template/ChangePassword.ftl
(original)
+++ ofbiz/ofbiz-framework/trunk/themes/rainbowstone/template/ChangePassword.ftl
Tue Jul 24 11:26:23 2018
@@ -80,6 +80,6 @@ under the License.
</div>
</center>
-<script language="JavaScript" type="text/javascript">
+<script type="text/javascript">
document.loginform.PASSWORD.focus();
</script>
Modified: ofbiz/ofbiz-framework/trunk/themes/rainbowstone/template/Login.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/rainbowstone/template/Login.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/themes/rainbowstone/template/Login.ftl
(original)
+++ ofbiz/ofbiz-framework/trunk/themes/rainbowstone/template/Login.ftl Tue Jul
24 11:26:23 2018
@@ -67,7 +67,7 @@ under the License.
</div>
</center>
-<script language="JavaScript" type="text/javascript">
+<script type="text/javascript">
document.loginform.JavaScriptEnabled.value = "Y";
<#if focusName>
document.loginform.USERNAME.focus();
Modified:
ofbiz/ofbiz-framework/trunk/themes/rainbowstone/template/includes/Header.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/rainbowstone/template/includes/Header.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/themes/rainbowstone/template/includes/Header.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/themes/rainbowstone/template/includes/Header.ftl
Tue Jul 24 11:26:23 2018
@@ -85,7 +85,7 @@ under the License.
</#if>
<#if lastParameters??><#assign parametersURL = "&" + lastParameters></#if>
<#if layoutSettings.WEB_ANALYTICS?has_content>
- <script language="JavaScript" type="text/javascript">
+ <script type="text/javascript">
<#list layoutSettings.WEB_ANALYTICS as webAnalyticsConfig>
${StringUtil.wrapString(webAnalyticsConfig.webAnalyticsCode!)}
</#list>
Modified: ofbiz/ofbiz-framework/trunk/themes/tomahawk/template/Header.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/tomahawk/template/Header.ftl?rev=1836545&r1=1836544&r2=1836545&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/themes/tomahawk/template/Header.ftl (original)
+++ ofbiz/ofbiz-framework/trunk/themes/tomahawk/template/Header.ftl Tue Jul 24
11:26:23 2018
@@ -83,7 +83,7 @@ under the License.
</#list>
</#if>
<#if layoutSettings.WEB_ANALYTICS?has_content>
- <script language="JavaScript" type="text/javascript">
+ <script type="text/javascript">
<#list layoutSettings.WEB_ANALYTICS as webAnalyticsConfig>
${StringUtil.wrapString(webAnalyticsConfig.webAnalyticsCode!)}
</#list>