From 0cd4b869322d7f338412d604f2756d64057c9db0 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 18 Apr 2007 03:08:06 +0000 Subject: Bug 258647: productmenu.js and productform.js should be consolidated - Patch by Teemu Mannermaa r=myk a=LpSolit --- template/en/default/admin/flag-type/edit.html.tmpl | 6 +++--- template/en/default/admin/flag-type/list.html.tmpl | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'template/en/default/admin/flag-type') diff --git a/template/en/default/admin/flag-type/edit.html.tmpl b/template/en/default/admin/flag-type/edit.html.tmpl index 4e2edd5a4..d7add7738 100644 --- a/template/en/default/admin/flag-type/edit.html.tmpl +++ b/template/en/default/admin/flag-type/edit.html.tmpl @@ -46,8 +46,8 @@ table#form th { text-align: right; vertical-align: baseline; white-space: nowrap; } table#form td { text-align: left; vertical-align: baseline; } " - onload="selectProduct(document.forms[0], 'product', 'component', '__Any__');" - javascript_urls=["productmenu.js"] + onload="var f = document.forms[0]; selectProduct(f.product, f.component, null, null, '__Any__');" + javascript_urls=["js/productform.js"] %]
@@ -100,7 +100,7 @@ Product/Component:
- [% FOREACH prod = products %] [% FOREACH prod = products %]