From 08b3a23aa05e9964c8d0858ed2f11533fa7a393e Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" Date: Thu, 27 Aug 1998 18:14:14 +0000 Subject: [PATCH] Hacky preventative for bug 540 -- disable the "edit long description" feature entirely. git-svn-id: svn://10.0.0.236/trunk@8623 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/bug_form.tcl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/bug_form.tcl b/mozilla/webtools/bugzilla/bug_form.tcl index 9e433b7f7b6..8423f99e85b 100755 --- a/mozilla/webtools/bugzilla/bug_form.tcl +++ b/mozilla/webtools/bugzilla/bug_form.tcl @@ -199,7 +199,6 @@ puts " View Bug Activity Format For Printing - Edit Long Description
@@ -210,6 +209,12 @@ puts "
" +# To add back option of editing the long description, insert after the above +# long_list.cgi line: +# Edit Long Description + + + navigation_header puts ""
Description: