]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Hacky preventative for bug 540 -- disable the "edit long description"
authorterry%netscape.com <>
Fri, 28 Aug 1998 01:14:14 +0000 (01:14 +0000)
committerterry%netscape.com <>
Fri, 28 Aug 1998 01:14:14 +0000 (01:14 +0000)
feature entirely.

bug_form.tcl

index 9e433b7f7b6cd35c1e337cc8698f0155c0d980f0..8423f99e85bbcd22040459076f02f6236f1bc02a 100755 (executable)
@@ -199,7 +199,6 @@ puts "
 <FONT size=\"+1\"><B>
  <A HREF=\"show_activity.cgi?id=$FORM(id)\">View Bug Activity</A>
  <A HREF=\"long_list.cgi?buglist=$FORM(id)\">Format For Printing</A>
- <A HREF=\"edit_desc.cgi?id=$FORM(id)\">Edit Long Description</A>
 </B></FONT><BR>
 </FORM>
 <table><tr><td align=left><B>Description:</B></td><td width=100%>&nbsp;</td>
@@ -210,6 +209,12 @@ puts "
 </PRE>
 <HR>"
 
+# To add back option of editing the long description, insert after the above
+# long_list.cgi line:
+#  <A HREF=\"edit_desc.cgi?id=$FORM(id)\">Edit Long Description</A>
+
+
+
 navigation_header
 
 puts "</BODY>"