Commit 72058a16 authored by terry%netscape.com's avatar terry%netscape.com

Hacky preventative for bug 540 -- disable the "edit long description"

feature entirely.
parent d521acf9
......@@ -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>"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment