summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbug_form.tcl7
1 files changed, 6 insertions, 1 deletions
diff --git a/bug_form.tcl b/bug_form.tcl
index 9e433b7f7..8423f99e8 100755
--- a/bug_form.tcl
+++ b/bug_form.tcl
@@ -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>"