[Openfirst-cvscommit] www/htdocs/bugzilla/bug/create comment-guided.txt.tmpl,NONE,1.1 create-guided.
Brought to you by:
xtimg
Update of /cvsroot/openfirst/www/htdocs/bugzilla/bug/create In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32743/bug/create Modified Files: create.html.tmpl created.html.tmpl make-template.html.tmpl user-message.html.tmpl Added Files: comment-guided.txt.tmpl create-guided.html.tmpl Log Message: Bring templates up to date for Bugzilla 2.18.1 --- NEW FILE: create-guided.html.tmpl --- [%# 1....@mo... %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham <ge...@ge...> # Christine Begle <cb...@mo...> #%] [%# INTERFACE: # This template has the same interface as create.html.tmpl #%] [% PROCESS global/variables.none.tmpl %] [% USE Bugzilla %] [% cgi = Bugzilla.cgi %] [% PROCESS global/header.html.tmpl title = "Enter $terms.ABug" onload = "PutDescription()" %] <p> <font color="red"> This is a template used on mozilla.org - it, along with the comment-guided.txt.tmpl template, are included as a demo of what it's possible to do with custom templates in general, and custom [% terms.bug %] entry templates in particular. You will need to alter the text of this template if you want to use it on your [% terms.Bugzilla %] installation. </font> </p> [% tablecolour = "#FFFFCC" %] [%# This script displays the descriptions for selected components. %] <script type="text/javascript"> var descriptions = [ [% FOREACH c = component_ %] '[% c.description FILTER js %]', [% END %] ]; function PutDescription() { if ((document.getElementById) && (document.body.innerHTML)) { var componentIndex = document.getElementById('component').selectedIndex; if (componentIndex != -1) { var description = document.getElementById('description'); description.innerHTML = descriptions[componentIndex]; } } } </script> [%# Browser sniff to try and reduce the incidence of 4.x and NS 6/7 bugs %] [% IF cgi.user_agent("Mozilla/4") AND NOT cgi.user_agent("compatible") %] <div style="background-color: lightgrey; border: 1px solid black; padding: 2px"> <font color="#990000"> <b> Note: This is a tool for reporting [% terms.bugs %] in software from mozilla.org. Use Netscape's <a href="http://help.netscape.com/forms/bug-client.html">[% terms.bug %] reporting form</a> to report [% terms.bugs %] with Netscape products like Navigator 4.x. Netscape products have a blue and black N in the top right hand corner. </b> </font> </div> [% END %] [% IF cgi.user_agent('Netscape(\d)') %] [% matches = cgi.user_agent().match('Netscape(\d)') %] <div style="background-color: lightgrey; border: 1px solid black; padding: 2px"> <font color="#990000"> <b> You are using Netscape [% matches.0 %]. Report [% terms.bugs %] with this browser to the <a href="http://home.netscape.com/browsers/[% matches.0 %]/feedback/index.html"> Netscape [% matches.0 %] Feedback Center.</a> </b> </font> This form is only for reporting [% terms.bugs %] in the Mozilla web browser and other products from mozilla.org. To report [% terms.abug %] you find in Netscape [% matches.0 %] with this form, you must reproduce it first in a recent build of <a href="http://ftp.mozilla.org/pub/mozilla.org/mozilla/nightly/latest/">Mozilla</a>, <a href="http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/">Firefox</a> or <a href="http://ftp.mozilla.org/pub/mozilla.org/camino/nightly/latest/">Camino</a> to make sure the problem hasn't been fixed already. </div> [% END %] <p> This form prompts you for the information required to file a good [% terms.bug %] report (or enhancement request.) It may seem lengthy, but developers need all this information to understand and reproduce the [% terms.bug %], which is the first step towards fixing it. Please note that <strong>we do not accept [% terms.bug %] reports by email</strong> - please do not email developers or mozilla.org staff with [% terms.bug %] reports. <font color="red">Also, please do not file [% terms.bugs %] on browser/email software older than two weeks - first, download a newer build of <a href="http://ftp.mozilla.org/pub/mozilla.org/mozilla/nightly/latest/">Mozilla</a>, <a href="http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/">Firefox</a>, <a href="http://ftp.mozilla.org/pub/mozilla.org/camino/nightly/latest/">Camino</a> or <a href="http://ftp.mozilla.org/pub/mozilla.org/thunderbird/nightly/">Thunderbird</a> and check that the problem is still present. </font> </p> <a name="step1"></a> <h3>Step 1 - search for your [% terms.bug %]</h3> <p> Please see if your [% terms.bug %] has already been reported. <font color="red">Please don't skip this step.</font> 50% of the [% terms.bugs %] filed in [%+ terms.Bugzilla %] are duplicates, and this wastes a lot of our QA engineers' time. </p> [%# Stop NS 4.x and all v.3 browsers from getting <iframe> code %] [% IF (cgi.user_agent("Mozilla/4") AND NOT cgi.user_agent("compatible")) OR (cgi.user_agent("Mozilla/[123]")) %] <p> Visit the <a href="duplicates.cgi">most-frequently-reported [% terms.bugs %] page</a> and see if your [% terms.bug %] is there. If not, go to the <a href="query.cgi?format=modern">search page</a> and search [% terms.Bugzilla %] by entering two or three of the main words having to do with your [% terms.bug %] in the top box. For example: <tt><b>pop3 mail</b></tt> or <tt><b>copy paste</b></tt>. </p> [% ELSE %] <p> Check the list of most-frequently-reported [% terms.bugs %] below. If your [% terms.bug %] isn't there, search [% terms.Bugzilla %] by entering two or three of the main words having to do with your [% terms.bug %] in this box. For example: <tt><b>pop3 mail</b></tt> or <tt><b>copy paste</b></tt>. </p> <form action="buglist.cgi" method="get" target="somebugs"> <input type="hidden" name="format" value="simple"> <input type="hidden" name="order" value="relevance desc"> <input type="hidden" name="bug_status" value="__open__"> <input type="hidden" name="product" value="[% product FILTER html %]"> <input type="text" name="content" size="40"> <input type="submit" value="Search"> </form> <iframe name="somebugs" width="100%" height="80%" style="border: 2px black solid" src="duplicates.cgi?product=[% product FILTER uri %]&format=simple"> </iframe> [% END %] <p> Look through the search results. If you get the <tt><b>Zarro Boogs</b></tt> message, [% terms.Bugzilla %] found no [% terms.bugs %] that match. Check for typos, or add fewer or different keywords. </p> <p> If you find [% terms.abug %] that looks the same as yours, you can add useful comments to that [% terms.bug %], but please don't open a new one. Please don't add comments like "please fix this [% terms.bug %]" - this tends to annoy engineers and slow, rather than speed, the fixing of it. </p> <p> If you find [% terms.bugs %] similar to yours, read them and note which component they are in. You should file your [% terms.bug %] in that same component. </p> <a name="step2"></a> <h3>Step 2 - give information</h3> <p> If you're pretty certain that your [% terms.bug %] isn't in there already, then please try to complete this form as accurately as you can. The more you can tell us, the better our chance of being able to understand and reproduce your [% terms.bug %]. </p> <form method="post" action="post_bug.cgi"> <input type="hidden" name="format" value="guided"> <input type="hidden" name="assigned_to" value=""> <input type="hidden" name="priority" value="[% default.priority FILTER html %]"> <input type="hidden" name="version" value="[% default.version FILTER html %]"> <table valign="top" cellpadding="5" cellspacing="5" border="0"> <tr bgcolor="[% tablecolour %]"> <td align="right" valign="middle"> <b>Product</b> </td> <td valign="top"> <input type="hidden" name="product" value="[% product FILTER html %]"> [% product FILTER html %] </td> </tr> <tr> <td align="right" valign="middle"> <b>Component</b> </td> <td valign="top"> <p> The area where the problem occurs. To pick the right component, you could use the same one as similar [% terms.bugs %] you found in your search, or read the full list of <a href="describecomponents.cgi?product= [% product FILTER url_quote %]">component descriptions</a> if you need more help. </p> <table border="0" cellpadding="0" cellspacing="0"> <tr> <td valign="top"> <select name="component" id="component" size="5" onchange="PutDescription()"> [% FOREACH c = component_ %] <option value="[% c.name FILTER html %]" [% " selected=\"selected\"" IF c == default.component_ %]> [% c.name FILTER html %] </option> [% END %] </select> </td> <td valign="top" width="100%"> <div id="description" style="color: green; margin-left: 10px; height: 5em; overflow: auto;"> <script type="text/javascript" language="JavaScript"> if ((document.getElementById) && (document.body.innerHTML)) { document.write("\ Select a component to see its description here."); } </script> </div> </td> </tr> </table> </td> </tr> [%# We override rep_platform and op_sys for simplicity. The values chosen are based on which are most common in the b.m.o database %] [% rep_platform = [ "PC", "Macintosh", "All", "Other" ] %] <tr bgcolor="[% tablecolour %]"> <td align="right" valign="middle"> <b>Hardware Platform</b> </td> <td valign="top"> [% PROCESS select sel = 'rep_platform' %] </td> </tr> [% op_sys = [ "Windows 98", "Windows NT", "Windows 2000", "Windows XP", "Mac System 9.x", "MacOS X", "Linux", "All", "other" ] %] <tr> <td align="right" valign="middle"> <b>Operating System</b> </td> <td valign="top"> [% PROCESS select sel = 'op_sys' %] </td> </tr> [% matches = cgi.user_agent('Gecko/(\d+)') %] [% buildid = cgi.user_agent() IF matches %] <tr bgcolor="[% tablecolour %]"> <td align="right" valign="middle"> <b>Build Identifier<br>(User Agent)</b> </td> <td valign="top"> <p> If reporting [% terms.abug %] in Mozilla, this is the line beginning <tt>"Mozilla/5.0"</tt> in <tt>Help | About Mozilla</tt>. It identifies exactly the version of Mozilla you were using. If you are using the problem copy of Mozilla, this will be filled in correctly for you already. If Mozilla won't start, just enter the URL of the directory you downloaded it from. </p> <input type="text" size="80" name="buildid" value="[% buildid %]"> </td> </tr> <tr> <td align="right" valign="middle"> <b>URL</b> </td> <td valign="top"> <p> URL that demonstrates the problem you are seeing (optional.) <b>IMPORTANT</b>: If you are filing [% terms.abug %] about a broken web page, please read the <a href="http://www.mozilla.org/docs/web-developer/faq.html">Mozilla Web Developer FAQ</a>, which explains how we handle old or badly-coded web pages. </p> <input type="text" size="80" name="bug_file_loc" value="http://"> </td> </tr> <tr bgcolor="[% tablecolour %]"> <td align="right" valign="middle"> <b>Summary</b> </td> <td valign="top"> <p> A sentence which summarises the problem. Please be descriptive and use lots of keywords. </p> <p> <tt> <font color="#990000">Bad example</font>: mail crashed </tt> <br> <tt> <font color="#009900">Good example</font>: crash if I close the mail window while checking for new POP mail </tt> </p> <input type="text" size="80" name="short_desc" id="short_desc"> </td> </tr> <tr> <td align="right" valign="middle"> <b>Details</b> </td> <td valign="top"> <p> Expand on the Summary. Please be as specific as possible about what is wrong. </p> <p> <tt> <font color="#990000">Bad example</font>: This page looks wrong in Mozilla. Other browsers display it correctly. You suck! </tt> <br> <tt> <font color="#009900">Good example</font>: In the page at http://www.foo.com/, text in the first column should be fully justified -- text should be aligned with both the left and right margins. In Mozilla, the text is only left-justified. </tt> </p> <textarea rows="6" cols="80" name="comment" wrap="hard"></textarea> </td> </tr> <tr bgcolor="[% tablecolour %]"> <td align="right" valign="middle"> <b>Reproducibility</b> </td> <td valign="top"> <p> How often can you reproduce the problem? </p> <select name="reproducible"> <option name="AlwaysReproducible" value="Always"> Every time. </option> <option name="Sometimes" value="Sometimes"> Sometimes, but not always. </option> <option name="DidntTry" value="Didn't try"> Haven't tried to reproduce it. </option> <option name="NotReproducible" value="Couldn't Reproduce"> Tried, but couldn't reproduce it. </option> </select> </td> </tr> <tr> <td align="right" valign="middle"> <b>Steps to Reproduce</b> </td> <td valign="top"> <p> Describe how to reproduce the problem, step by step. Include any special setup steps. </p> <textarea rows="4" cols="80" name="reproduce_steps" wrap="hard"> 1. 2. 3. </textarea> </td> </tr> <tr bgcolor="[% tablecolour %]"> <td valign="middle" align="right"> <b>Actual Results</b> </td> <td valign="top"> <p> What happened after you performed the steps above? </p> <textarea rows="4" cols="80" name="actual_results" wrap="hard"></textarea> </td> </tr> <tr> <td valign="middle" align="right"> <b>Expected Results</b> </td> <td valign="top"> <p> What should the software have done instead? </p> <textarea rows="4" cols="80" name="expected_results" wrap="hard"></textarea> </td> </tr> <tr bgcolor="[% tablecolour %]"> <td valign="middle" align="right"> <b>Additional Information</b> </td> <td valign="top"> <p> Add any additional information you feel may be relevant to this [% terms.bug %], such as the <b>theme</b> you were using (does the [% terms.bug %] still occur with the default theme?), a <b>Talkback crash ID</b>, or special information about <b>your computer's configuration</b>. Any information longer than a few lines, such as a <b>stack trace</b> or <b>HTML testcase</b>, should be added using the "Create a new Attachment" link on the [% terms.bug %], after it is filed. If you believe that it's relevant, please also include your build configuration, obtained by typing <tt>about:buildconfig</tt> into your URL bar. <br> <br> If you are reporting a crash, note the module in which the software crashed (e.g., <tt>Application Violation in gkhtml.dll</tt>). </p> <textarea rows="8" cols="80" name="additional_info" wrap="hard"></textarea> </td> </tr> <tr> <td valign="middle" align="right"> <b>Severity</b> </td> <td valign="top"> <p> How serious the problem is. Also, if your [% terms.bug %] is a request for a new feature or enhancement, say so here. </p> <select name="bug_severity"> <option name="blocker" value="blocker"> Blocker: This [% terms.bug %] prevents Mozilla developers from testing or developing the software. </option> <option name="critical" value="critical"> Critical: The software crashes, hangs, or causes you to lose data. </option> <option name="major" value="major"> Major: A major feature is broken. </option> <option name="normal" value="normal" selected="selected"> Normal: It's [% terms.abug %] that should be fixed. </option> <option name="minor" value="minor"> Minor: Minor loss of function, and there's an easy workaround. </option> <option name="trivial" value="trivial"> Trivial: A cosmetic problem, such as a misspelled word or misaligned text. </option> <option name="enhancement" value="enhancement"> Enhancement: Request for new feature or enhancement. </option> </select> </td> </tr> </table> <a name="step3"></a> <h3>Step 3 - submit the [% terms.bug %]</h3> <p> <input type="submit" value=" Submit [% terms.Bug %] Report " onclick="if (this.form.comment.value == '') { alert('Please enter some details about this [% terms.bug %].'); this.form.comment.focus(); return false; } return true;"> </p> <p> That's it! Thanks very much. You'll be notified by email about any progress that is made on fixing your [% terms.bug %]. </p> </form> [% PROCESS global/footer.html.tmpl %] [%############################################################################%] [%# Block for SELECT fields #%] [%############################################################################%] [% BLOCK select %] <select name="[% sel %]"> [%- IF default.$sel %] <option value="[% default.$sel FILTER html %]" selected="selected"> [% default.$sel FILTER html -%] </option> [% END %] [%- FOREACH x = $sel %] [% NEXT IF x == default.$sel %] <option value="[% x FILTER html %]"> [% x FILTER html -%] </option> [%- END %] </select> [% END %] --- NEW FILE: comment-guided.txt.tmpl --- [%# 1....@mo... %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham <ge...@ge...> #%] [%# INTERFACE: # form: hash. This is the $::FORM variable from a bug submission (i.e. the # fields on a template from enter_bug.cgi.) It can be used to pull out # various custom fields and format an initial Description entry from them. #%] [% USE Bugzilla %] User-Agent: [%+ Bugzilla.cgi.user_agent() %] Build Identifier: [%+ form.buildid %] [%+ form.comment IF form.comment %] [%+ IF form.reproducible != "Choose one..." -%] Reproducible: [%+ form.reproducible %] [% END -%] [%# I can't make TT check for "1.\n2.\n3." so this is not conditional. -%] Steps to Reproduce: [%+ form.reproduce_steps %] [% IF form.actual_results -%] Actual Results: [%+ form.actual_results %] [% END %] [% IF form.expected_results %] Expected Results: [%+ form.expected_results %] [% END %] [%+ form.additional_info %] Index: create.html.tmpl =================================================================== RCS file: /cvsroot/openfirst/www/htdocs/bugzilla/bug/create/create.html.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** create.html.tmpl 28 Jun 2004 00:54:11 -0000 1.1 --- create.html.tmpl 15 May 2005 15:04:53 -0000 1.2 *************** *** 1,3 **** ! <!-- 1....@bu... --> [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file --- 1,3 ---- ! [%# 1....@bu... %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file *************** *** 18,30 **** # # Contributor(s): Gervase Markham <ge...@ge...> ! # Ville Skyttä <vil...@ik...> #%] [% PROCESS global/header.html.tmpl ! title = "Enter Bug" ! h2 = "This page lets you enter a new bug into Bugzilla." %] ! <form method="post" action="post_bug.cgi"> <input type="hidden" name="product" value="[% product FILTER html %]"> --- 18,73 ---- # # Contributor(s): Gervase Markham <ge...@ge...> ! # Ville Skyttä <vil...@ik...> ! # Shane H. W. Travis <tr...@se...> #%] + [% PROCESS global/variables.none.tmpl %] + [% PROCESS global/header.html.tmpl ! title = "Enter $terms.Bug" ! h2 = "This page lets you enter a new $terms.bug into ${terms.Bugzilla}." ! onload="set_assign_to();" %] + [% USE Bugzilla %] ! <script type="text/javascript" language="JavaScript"> ! <!-- ! ! var default_owners = new Array([% component_.size %]); ! var components = new Array([% component_.size %]); ! [% count = 0 %] ! [%- FOREACH c = component_ %] ! components[[% count %]] = "[% c.name FILTER js %]"; ! default_owners[[% count %]] = "[% c.default_login FILTER js %]"; ! [% count = count + 1 %] ! [%- END %] ! var last_default_owner; ! function set_assign_to() { ! // Based on the selected component, fill the "Assign To:" field ! // with the default component owner. ! var form = document.Create; ! var assigned_to = form.assigned_to.value; ! var index = -1; ! if (form.component.type == 'select-one') { ! index = form.component.selectedIndex; ! } else if (form.component.type == 'hidden') { ! // Assume there is only one component in the list ! index = 0; ! } ! if (index != -1) { ! var owner = default_owners[index]; ! var component = components[index]; ! if (assigned_to == last_default_owner ! || assigned_to == owner ! || assigned_to == '') { ! form.assigned_to.value = owner; ! last_default_owner = owner; ! } ! } ! } ! --> ! </script> ! ! <form name="Create" id="Create" method="post" action="post_bug.cgi"> <input type="hidden" name="product" value="[% product FILTER html %]"> *************** *** 44,48 **** </td> </tr> ! <tr> <td><br></td> --- 87,91 ---- </td> </tr> ! <tr> <td><br></td> *************** *** 51,60 **** <tr> <td align="right" valign="top"><strong>Reporter:</strong></td> ! <td valign="top">[% reporter FILTER html %]</td> ! <td align="right" valign="top"><strong>Product:</strong></td> <td valign="top">[% product FILTER html %]</td> </tr> ! [%# We can't use the select block in these two cases for various reasons. %] <tr> --- 94,103 ---- <tr> <td align="right" valign="top"><strong>Reporter:</strong></td> ! <td valign="top">[% Bugzilla.user.login FILTER html %]</td> ! <td align="right" valign="top"><strong>Product:</strong></td> <td valign="top">[% product FILTER html %]</td> </tr> ! [%# We can't use the select block in these two cases for various reasons. %] <tr> *************** *** 70,75 **** [%- END %] </select> ! </td> ! <td align="right" valign="top"> <strong> --- 113,118 ---- [%- END %] </select> ! </td> ! <td align="right" valign="top"> <strong> *************** *** 79,83 **** </td> <td> ! <select name="component" size="5"> [%- FOREACH c = component_ %] <option value="[% c.name FILTER html %]" --- 122,126 ---- </td> <td> ! <select name="component" onchange="set_assign_to();" size="5"> [%- FOREACH c = component_ %] <option value="[% c.name FILTER html %]" *************** *** 87,119 **** [%- END %] </select> ! </td> </tr> ! <tr> <td> </td> <td colspan="3"></td> </tr> ! <tr> [% sel = { description => 'Platform', name => 'rep_platform' } %] [% INCLUDE select %] ! [% sel = { description => 'OS', name => 'op_sys' } %] [% INCLUDE select %] </tr> ! ! <tr> [% IF Param('letsubmitterchoosepriority') %] [% sel = { description => 'Priority', name => 'priority' } %] [% INCLUDE select %] [% ELSE %] ! <input type="hidden" name="priority" value="[% default.priority FILTER html %]"> [% END %] [% sel = { description => 'Severity', name => 'bug_severity' } %] ! [% INCLUDE select %] </tr> ! <tr> <td> </td> --- 130,162 ---- [%- END %] </select> ! </td> </tr> ! <tr> <td> </td> <td colspan="3"></td> </tr> ! <tr> [% sel = { description => 'Platform', name => 'rep_platform' } %] [% INCLUDE select %] ! [% sel = { description => 'OS', name => 'op_sys' } %] [% INCLUDE select %] </tr> ! ! <tr> [% IF Param('letsubmitterchoosepriority') %] [% sel = { description => 'Priority', name => 'priority' } %] [% INCLUDE select %] [% ELSE %] ! <input type="hidden" name="priority" value="[% default.priority FILTER html %]"> [% END %] [% sel = { description => 'Severity', name => 'bug_severity' } %] ! [% INCLUDE select %] </tr> ! <tr> <td> </td> *************** *** 121,139 **** </tr> - [% IF bug_status.size > 1 %] <tr> [% sel = { description => 'Initial State', name => 'bug_status' } %] [% INCLUDE select %] ! <td colspan="2"></td> </tr> - [% ELSE %] - <input type="hidden" name="bug_status" value="[% default.bug_status %]"> - [% END %] <tr> <td align="right"> <strong> ! <a href="bug_status.html#assigned_to">Assigned To</a>: </strong> </td> --- 164,184 ---- </tr> <tr> + [% IF bug_status.size <= 1 %] + <input type="hidden" name="bug_status" + value="[% default.bug_status FILTER html %]"> + <td align="right" valign="top"><strong>Initial State:</strong></td> + <td valign="top">[% default.bug_status FILTER html %]</td> + [% ELSE %] [% sel = { description => 'Initial State', name => 'bug_status' } %] [% INCLUDE select %] ! [% END %] <td colspan="2"></td> </tr> <tr> <td align="right"> <strong> ! <a href="page.cgi?id=fields.html#assigned_to">Assign To</a>: </strong> </td> *************** *** 141,145 **** <input name="assigned_to" size="32" value="[% assigned_to FILTER html %]"> ! (Leave blank to assign to default component owner) </td> </tr> --- 186,190 ---- <input name="assigned_to" size="32" value="[% assigned_to FILTER html %]"> ! <noscript>(Leave blank to assign to default component owner)</noscript> </td> </tr> *************** *** 157,168 **** </tr> <tr> <td align="right"><strong>URL:</strong></td> <td colspan="3"> ! <input name="bug_file_loc" size="60" value="[% bug_file_loc FILTER html %]"> </td> </tr> ! <tr> <td align="right"><strong>Summary:</strong></td> --- 202,227 ---- </tr> + [% IF UserInGroup(Param('timetrackinggroup')) %] + <tr> + <td align="right"><strong>Estimated Hours:</strong></td> + <td colspan="3"> + <input name="estimated_time" size="6" maxlength="6" value="0.0"> + </td> + </tr> + + <tr> + <td> </td> + <td colspan="3"></td> + </tr> + [% END %] + <tr> <td align="right"><strong>URL:</strong></td> <td colspan="3"> ! <input name="bug_file_loc" size="60" value="[% bug_file_loc FILTER html %]"> </td> </tr> ! <tr> <td align="right"><strong>Summary:</strong></td> *************** *** 171,175 **** </td> </tr> ! <tr><td align="right" valign="top"><strong>Description:</strong></td> <td colspan="3"> --- 230,234 ---- </td> </tr> ! <tr><td align="right" valign="top"><strong>Description:</strong></td> <td colspan="3"> *************** *** 179,183 **** </td> </tr> ! <tr> <td></td> --- 238,289 ---- </td> </tr> ! ! [% IF Param("insidergroup") && UserInGroup(Param("insidergroup")) %] ! <tr> ! <td></td> ! <td colspan="3"> ! ! <input type="checkbox" id="commentprivacy" name="commentprivacy" ! [% " checked=\"checked\"" IF commentprivacy %]> ! <label for="commentprivacy"> ! Initial Description is Private ! </label> ! </td> ! </tr> ! [% ELSE %] ! <input type="hidden" name="commentprivacy" value="0"> ! [% END %] ! ! [% IF UserInGroup('editbugs') %] ! [% IF use_keywords %] ! <tr> ! <td align="right" valign="top"> ! <strong> ! <a href="describekeywords.cgi">Keywords</a>: ! </strong> ! </td> ! <td colspan="3"> ! <input name="keywords" size="60" value="[% keywords FILTER html %]"> (optional) ! </td> ! </tr> ! [% END %] ! <tr> ! <td align="right"> ! <strong>Depends on:</strong> ! </td> ! <td> ! <input name="dependson" accesskey="d" value="[% dependson FILTER html %]"> ! </td> ! </tr> ! <tr> ! <td align="right"> ! <strong>Blocks:</strong> ! </td> ! <td> ! <input name="blocked" accesskey="b" value="[% blocked FILTER html %]"> ! </td> ! </tr> ! [% END %] ! <tr> <td></td> *************** *** 186,194 **** <br> <strong> ! Only users in all of the selected groups can view this bug: </strong> <br> <font size="-1"> ! (Leave all boxes unchecked to make this a public bug.) </font> <br> --- 292,300 ---- <br> <strong> ! Only users in all of the selected groups can view this [% terms.bug %]: </strong> <br> <font size="-1"> ! (Leave all boxes unchecked to make this a public [% terms.bug %].) </font> <br> *************** *** 198,203 **** [% FOREACH g = group %] ! <input type="checkbox" name="bit-[% g.bit %]" value="1" ! [% " checked=\"checked\"" IF g.checked %]>[% g.description %]<br> [% END %] <br> --- 304,311 ---- [% FOREACH g = group %] ! <input type="checkbox" id="bit-[% g.bit %]" ! name="bit-[% g.bit %]" value="1" ! [% " checked=\"checked\"" IF g.checked %]> ! <label for="bit-[% g.bit %]">[% g.description %]</label><br> [% END %] <br> *************** *** 205,218 **** </td> </tr> ! <tr> <td></td> <td colspan="3"> ! <input type="submit" value=" Commit " ! onclick="if (this.form.short_desc.value == '') ! { alert('Please enter a summary sentence for this bug.'); return false; } return true;"> ! <input type="submit" name="maketemplate" value="Remember values as bookmarkable template"> </td> --- 313,326 ---- </td> </tr> ! <tr> <td></td> <td colspan="3"> ! <input type="submit" value=" Commit " ! onclick="if (this.form.short_desc.value == '') ! { alert('Please enter a summary sentence for this [% terms.bug %].'); return false; } return true;"> ! <input type="submit" name="maketemplate" value="Remember values as bookmarkable template"> </td> *************** *** 224,230 **** <td colspan="3"> <br> ! We've made a guess at your operating system and platform. ! Please check them and, if we got it wrong, email ! [% Param('maintainer') %]. </td> </tr> --- 332,338 ---- <td colspan="3"> <br> ! We've made a guess at your operating system and platform. ! Please check them and, if we got it wrong, email ! [%+ Param('maintainer') %]. </td> </tr> *************** *** 245,253 **** <td align="right"> <strong> ! <a href="bug_status.html#[% sel.name %]">[% sel.description %]</a>: </strong> </td> [% END %] ! <td> <select name="[% sel.name %]"> --- 353,362 ---- <td align="right"> <strong> ! <a href="page.cgi?id=fields.html#[% sel.name %]"> ! [% sel.description %]</a>: </strong> </td> [% END %] ! <td> <select name="[% sel.name %]"> Index: user-message.html.tmpl =================================================================== RCS file: /cvsroot/openfirst/www/htdocs/bugzilla/bug/create/user-message.html.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** user-message.html.tmpl 28 Jun 2004 00:54:11 -0000 1.1 --- user-message.html.tmpl 15 May 2005 15:04:54 -0000 1.2 *************** *** 1,3 **** ! <!-- 1....@bu... --> [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file --- 1,3 ---- ! [%# 1....@bu... %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file *************** *** 29,34 **** #%] ! Before reporting a bug, please read the <a href="bugwritinghelp.html"> ! bug writing guidelines</a>, please look at the list of ! <a href="duplicates.cgi">most frequently reported bugs</a>, and please ! <a href="query.cgi">search</a> for the bug. --- 29,37 ---- #%] ! [% PROCESS global/variables.none.tmpl %] ! ! Before reporting [% terms.abug %], please read the ! <a href="page.cgi?id=bug-writing.html"> ! [% terms.bug %] writing guidelines</a>, please look at the list of ! <a href="duplicates.cgi">most frequently reported [% terms.bugs %]</a>, and please ! <a href="query.cgi">search</a> for the [% terms.bug %]. Index: make-template.html.tmpl =================================================================== RCS file: /cvsroot/openfirst/www/htdocs/bugzilla/bug/create/make-template.html.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** make-template.html.tmpl 28 Jun 2004 00:54:11 -0000 1.1 --- make-template.html.tmpl 15 May 2005 15:04:54 -0000 1.2 *************** *** 1,3 **** ! <!-- 1....@bu... --> [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file --- 1,3 ---- ! [%# 1....@bu... %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file *************** *** 20,24 **** #%] ! [% PROCESS global/header.html.tmpl title = "Bookmarks are your friend" h1 = "Template constructed" --- 20,26 ---- #%] ! [% PROCESS global/variables.none.tmpl %] ! ! [% PROCESS global/header.html.tmpl title = "Bookmarks are your friend" h1 = "Template constructed" *************** *** 27,31 **** <p> If you bookmark <a href="enter_bug.cgi?[% url FILTER html %]">this link</a>, ! going to the bookmark will bring up the enter bug page with the fields initialized as you've requested. </p> --- 29,33 ---- <p> If you bookmark <a href="enter_bug.cgi?[% url FILTER html %]">this link</a>, ! going to the bookmark will bring up the enter [% terms.bug %] page with the fields initialized as you've requested. </p> Index: created.html.tmpl =================================================================== RCS file: /cvsroot/openfirst/www/htdocs/bugzilla/bug/create/created.html.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** created.html.tmpl 28 Jun 2004 00:54:11 -0000 1.1 --- created.html.tmpl 15 May 2005 15:04:54 -0000 1.2 *************** *** 1,3 **** ! <!-- 1....@bu... --> [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file --- 1,3 ---- ! [%# 1....@bu... %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file *************** *** 20,30 **** #%] ! [% PROCESS global/header.html.tmpl ! title = "Bug $id Submitted" %] ! [% PROCESS bug/process/results.html.tmpl %] <br> ! [%# post_bug.cgi will add a copy of the filed bug below here %] --- 20,50 ---- #%] ! [% PROCESS global/variables.none.tmpl %] ! ! [% PROCESS global/header.html.tmpl ! title = "$terms.Bug $id Submitted" %] ! [% header_done = 1 %] ! ! [% FOREACH item = sentmail %] ! [% PROCESS bug/process/results.html.tmpl ! type = item.type ! id = item.id ! mail = item.mail ! %] ! [% END %] <br> ! <hr> ! ! [% PROCESS bug/edit.html.tmpl %] ! ! <hr> ! ! [% PROCESS bug/navigate.html.tmpl %] ! ! <br> ! ! [% PROCESS global/footer.html.tmpl %] |