Fix for bgu 153114: Files bugs about changes (that the user can't make herself because she doesn't have CVS access) into the mozilla.org product, webmaster@mozilla.org component instead of the Documentation product. Also, adds a link to the document's change log so users can figure out to whom to assign the bug.

This commit is contained in:
myk%mozilla.org 2002-06-20 22:56:23 +00:00
Родитель db4fde8ced
Коммит b75cac0546
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -43,7 +43,7 @@
<form method="post" action="doctor.cgi">
<input type="hidden" name="file" value="[% file FILTER html%]">
<input type="hidden" name="file" value="[% file FILTER html %]">
<input type="hidden" name="version" value="[% version %]">
<input type="hidden" name="line_endings" value="[% line_endings %]">
<input type="hidden" name="content" value="[% content FILTER html | linebreak %]">
@ -80,7 +80,7 @@
<p>
Don't have a CVS account?
<a href="http://bugzilla.mozilla.org/enter_bug.cgi?product=mozilla.org&component=CVS+Account+Request&version=unspecified&rep_platform=All&op_sys=All&short_desc=webtree+CVS+account+for+%3Cyour+name+here%3E+-+%3Cyour+email+address+here%3E&comment=%3CEnter+a+description+of+what+you+would+like+to+edit+on+the+web+site+here.++Note%0D%0Athat+you+need+someone+who+already+has+access+to+vouch+for+you.%3E">File a bug report about getting one</a>
or <a href="http://bugzilla.mozilla.org/enter_bug.cgi?product=Documentation&version=unspecified&rep_platform=All&op_sys=All&bug_file_loc=[% file_url FILTER html %]&short_desc=%3CSummarize+your+changes+here.%3E&comment=%3CDescribe+your+changes+here+in+more+detail.++After+you+commit+this+bug+report%2C%0D%0Aclick+the+%22Create+Attachment%22+link+to+add+the+changes+to+the+report+as+an%0D%0Aattachment.%3E">file a bug report about your changes</a>, then add them to the report as an attachment.
or save your changes as a file on your computer, <a href="http://bugzilla.mozilla.org/enter_bug.cgi?product=mozilla.org&component=webmaster@mozilla.org&version=unspecified&rep_platform=All&op_sys=All&bug_file_loc=[% file_url FILTER html %]&short_desc=%3CSummarize+your+changes+here.%3E&comment=%3CDescribe+your+changes+here+in+more+detail.++After+you+commit+this+bug+report%2C%0D%0Aclick+the+%22Create+Attachment%22+link+to+add+the+changes+to+the+report+as+an%0D%0Aattachment.%3E">file a bug report about them</a> (assign it to the page's owner if you can figure out who that is from the <a href="http://www.mozilla.org/webtools/bonsai/cvslog.cgi?file=[% file FILTER html %]">change log</a>), then attach the changes to the bug report.
</p>
</form>