Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
95dc8c6a
Commit
95dc8c6a
authored
Oct 19, 2011
by
Matt Selsky
Committed by
Tiago Mello
Oct 19, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 451804: Change templates to use field_descs.rep_platform
instead o hard coded 'Platform'. r=timello, a=LpSolit
parent
b9cf9c6a
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
15 additions
and
11 deletions
+15
-11
create-guided.html.tmpl
template/en/default/bug/create/create-guided.html.tmpl
+1
-1
edit.html.tmpl
template/en/default/bug/edit.html.tmpl
+2
-1
edit-multiple.html.tmpl
template/en/default/list/edit-multiple.html.tmpl
+2
-1
table.html.tmpl
template/en/default/list/table.html.tmpl
+1
-1
bug-writing.html.tmpl
template/en/default/pages/bug-writing.html.tmpl
+2
-1
release-notes.html.tmpl
template/en/default/pages/release-notes.html.tmpl
+5
-4
mail.html.tmpl
template/en/default/whine/mail.html.tmpl
+1
-1
mail.txt.tmpl
template/en/default/whine/mail.txt.tmpl
+1
-1
No files found.
template/en/default/bug/create/create-guided.html.tmpl
View file @
95dc8c6a
...
@@ -217,7 +217,7 @@ function PutDescription() {
...
@@ -217,7 +217,7 @@ function PutDescription() {
<tr bgcolor="[% tablecolour %]">
<tr bgcolor="[% tablecolour %]">
<td align="right" valign="top">
<td align="right" valign="top">
<b>
Hardware Platform
</b>
<b>
[% field_descs.rep_platform FILTER html %]
</b>
</td>
</td>
<td valign="top">
<td valign="top">
[% PROCESS select sel = 'rep_platform' %]
[% PROCESS select sel = 'rep_platform' %]
...
...
template/en/default/bug/edit.html.tmpl
View file @
95dc8c6a
...
@@ -297,7 +297,8 @@
...
@@ -297,7 +297,8 @@
[%############%]
[%############%]
<tr>
<tr>
<td class="field_label">
<td class="field_label">
<label for="rep_platform" accesskey="h"><b>Platform</b></label>:
<label for="rep_platform" accesskey="h">
<b>[% field_descs.rep_platform FILTER html %]</b></label>:
</td>
</td>
<td class="field_value">
<td class="field_value">
[% INCLUDE bug/field.html.tmpl
[% INCLUDE bug/field.html.tmpl
...
...
template/en/default/list/edit-multiple.html.tmpl
View file @
95dc8c6a
...
@@ -95,7 +95,8 @@
...
@@ -95,7 +95,8 @@
<th>
<th>
<label for="rep_platform">
<label for="rep_platform">
<a href="page.cgi?id=fields.html#rep_platform">Platform</a>:
<a href="page.cgi?id=fields.html#rep_platform">
[% field_descs.rep_platform FILTER html %]</a>:
</label>
</label>
</th>
</th>
<td>
<td>
...
...
template/en/default/list/table.html.tmpl
View file @
95dc8c6a
...
@@ -46,7 +46,7 @@
...
@@ -46,7 +46,7 @@
{
{
"bug_severity" => { maxlength => 3 , title => "Sev" } ,
"bug_severity" => { maxlength => 3 , title => "Sev" } ,
"priority" => { maxlength => 7 , title => "Pri" } ,
"priority" => { maxlength => 7 , title => "Pri" } ,
"rep_platform" => { maxlength => 3 , title => "
Plt
" } ,
"rep_platform" => { maxlength => 3 , title => "
HW
" } ,
"bug_status" => { maxlength => 4 } ,
"bug_status" => { maxlength => 4 } ,
"assigned_to" => { maxlength => 30 , ellipsis => "..." } ,
"assigned_to" => { maxlength => 30 , ellipsis => "..." } ,
"assigned_to_realname" => { maxlength => 20 , ellipsis => "..." } ,
"assigned_to_realname" => { maxlength => 20 , ellipsis => "..." } ,
...
...
template/en/default/pages/bug-writing.html.tmpl
View file @
95dc8c6a
...
@@ -139,7 +139,8 @@ The window should scroll downwards. Scrolled content should be selected.
...
@@ -139,7 +139,8 @@ The window should scroll downwards. Scrolled content should be selected.
</pre>
</pre>
</blockquote>
</blockquote>
<p><b>Build Date & Platform:</b> Date and platform of the build
<p><b>Build Date & [% field_descs.rep_platform FILTER html %]:</b>
Date and [% field_descs.rep_platform FILTER lower FILTER html %] of the build
in which you first encountered the [% terms.bug %].</p>
in which you first encountered the [% terms.bug %].</p>
<blockquote>
<blockquote>
...
...
template/en/default/pages/release-notes.html.tmpl
View file @
95dc8c6a
...
@@ -1271,10 +1271,11 @@
...
@@ -1271,10 +1271,11 @@
<li>Searching the Priority field if you typed something that exactly
<li>Searching the Priority field if you typed something that exactly
matched the name of a priority. You can explicitly search the
matched the name of a priority. You can explicitly search the
Priority field if you want to find [% terms.bugs %] by priority.</li>
Priority field if you want to find [% terms.bugs %] by priority.</li>
<li>Searching the Platform and OS fields if you typed in one of a
<li>Searching the [% field_descs.rep_platform FILTER html %] and OS fields
certain hard-coded list of strings (like "pc", "windows", etc.).
if you typed in one of a certain hard-coded list of strings (like "pc",
You can explicitly search these fields, instead, if you want to
"windows", etc.). You can explicitly search these fields, instead, if you want
find [% terms.bugs %] with a specific Platform or OS set.</li>
to find [% terms.bugs %] with a specific [% field_descs.rep_platform
FILTER html %] or OS set.</li>
</ul>
</ul>
<h3 id="v36_feat_browse">Simple "Browse" Interface</h3>
<h3 id="v36_feat_browse">Simple "Browse" Interface</h3>
...
...
template/en/default/whine/mail.html.tmpl
View file @
95dc8c6a
...
@@ -63,7 +63,7 @@
...
@@ -63,7 +63,7 @@
<th
align=
"left"
>
ID
</th>
<th
align=
"left"
>
ID
</th>
<th
align=
"left"
>
Sev
</th>
<th
align=
"left"
>
Sev
</th>
<th
align=
"left"
>
Pri
</th>
<th
align=
"left"
>
Pri
</th>
<th
align=
"left"
>
Plt
</th>
<th
align=
"left"
>
HW
</th>
<th
align=
"left"
>
Assignee
</th>
<th
align=
"left"
>
Assignee
</th>
<th
align=
"left"
>
Status
</th>
<th
align=
"left"
>
Status
</th>
<th
align=
"left"
>
Resolution
</th>
<th
align=
"left"
>
Resolution
</th>
...
...
template/en/default/whine/mail.txt.tmpl
View file @
95dc8c6a
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
[%+ urlbase %]show_bug.cgi?id=[% bug.bug_id +%]
[%+ urlbase %]show_bug.cgi?id=[% bug.bug_id +%]
Priority: [%+ display_value("priority", bug.priority) -%]
Priority: [%+ display_value("priority", bug.priority) -%]
[% field_descs.bug_severity %]: [%+ display_value("bug_severity", bug.bug_severity) -%]
[% field_descs.bug_severity %]: [%+ display_value("bug_severity", bug.bug_severity) -%]
Platform
: [%+ display_value("rep_platform", bug.rep_platform) %]
[%+ field.descs.rep_platform %]
: [%+ display_value("rep_platform", bug.rep_platform) %]
Assignee: [%+ bug.assigned_to %]
Assignee: [%+ bug.assigned_to %]
Status: [%+ display_value("bug_status", bug.bug_status) %]
Status: [%+ display_value("bug_status", bug.bug_status) %]
[%- IF bug.resolution -%] Resolution: [% display_value("resolution", bug.resolution) -%]
[%- IF bug.resolution -%] Resolution: [% display_value("resolution", bug.resolution) -%]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment