From 0ccecfb569714e133ffedbc0eb9a7a88c5abba19 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 22 Jun 2009 23:44:33 +0000 Subject: Bug 477464: Move JS code out of attachment/edit.html.tmpl - Patch by Nitish Bezzala r/a=LpSolit --- template/en/default/attachment/edit.html.tmpl | 139 ++------------------------ 1 file changed, 9 insertions(+), 130 deletions(-) (limited to 'template') diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl index 95c90871f..db92d18d3 100644 --- a/template/en/default/attachment/edit.html.tmpl +++ b/template/en/default/attachment/edit.html.tmpl @@ -36,136 +36,12 @@ header = header subheader = subheader doc_section = "attachments.html" + javascript_urls = ['js/attachment.js']; %] [%# No need to display the Diff button and iframe if the attachment is not a patch. %] [% patchviewerinstalled = (patchviewerinstalled && attachment.ispatch) %] - -
@@ -301,17 +177,20 @@ -- cgit v1.2.3-24-g4f1b