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
This commit is contained in:
terry%netscape.com 1998-08-27 18:14:14 +00:00
parent b816bd348e
commit 08b3a23aa0

View File

@ -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>"