Commit 21d70ded authored by Francisco Donalisio's avatar Francisco Donalisio Committed by Frédéric Buclin

Bug 695738: Change templates to use field_descs.op_sys instead of hard coded 'OS'

r=timello a=LpSolit
parent ea2a257c
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
<tr> <tr>
<th> <th>
<label for="op_sys"> <label for="op_sys">
<a href="page.cgi?id=fields.html#op_sys">OS</a>: <a href="page.cgi?id=fields.html#op_sys">[% field_descs.op_sys FILTER html %]</a>:
</label> </label>
</th> </th>
<td [% " colspan=\"3\"" IF !Param("usetargetmilestone") %]> <td [% " colspan=\"3\"" IF !Param("usetargetmilestone") %]>
......
...@@ -55,12 +55,13 @@ no-one else appears to have reported it, then:</p> ...@@ -55,12 +55,13 @@ no-one else appears to have reported it, then:</p>
Click the word "Component" to see a description of each Click the word "Component" to see a description of each
component. If none seems appropriate, look for a "General" component.</p> component. If none seems appropriate, look for a "General" component.</p>
<p><b>OS:</b> On which operating system (OS) did you find <p><b>[% field_descs.op_sys FILTER html %]:</b> On which operating system (OS) did you find
it? it?
(e.g. Linux, Windows XP, Mac OS X.)<br> (e.g. Linux, Windows XP, Mac OS X.)<br>
If you know the [% terms.bug %] happens on more than one type of If you know the [% terms.bug %] happens on more than one type of
operating system, choose <em>[% display_value("op_sys", "All") FILTER html %]</em>. operating system, choose <em>[% display_value("op_sys", "All") FILTER html %]</em>.
If your OS isn't listed, choose <em>[% display_value("op_sys", "Other") FILTER html %]</em>.</p> If your [% field_descs.op_sys FILTER html %] isn't listed, choose
<em>[% display_value("op_sys", "Other") FILTER html %]</em>.</p>
<p><b>Summary:</b> How would you describe the [% terms.bug %], in <p><b>Summary:</b> How would you describe the [% terms.bug %], in
approximately 60 or fewer characters?<br> approximately 60 or fewer characters?<br>
......
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