Commit 8f35cfed authored by gerv%gerv.net's avatar gerv%gerv.net

Bug 181047 - Change non-output templates to have a ctype of "none". Patch by…

Bug 181047 - Change non-output templates to have a ctype of "none". Patch by gerv; r=bbaetz, a=justdave.
parent ef85a567
......@@ -39,7 +39,7 @@
#%]
[% # use the global field descs %]
[% PROCESS "global/field-descs.html.tmpl" %]
[% PROCESS "global/field-descs.none.tmpl" %]
[% IF matchsuccess == 1 %]
[% PROCESS global/header.html.tmpl title="Confirm Match" %]
......
......@@ -29,7 +29,7 @@
# alphabetical order by error tag, and leave a blank line between errors.
#%]
[% PROCESS "global/field-descs.html.tmpl" %]
[% PROCESS "global/field-descs.none.tmpl" %]
[% DEFAULT title = "Error" %]
......
......@@ -28,7 +28,7 @@
this feature requires cookies to work.
</p>
[% PROCESS "global/field-descs.html.tmpl" %]
[% PROCESS "global/field-descs.none.tmpl" %]
[% field_descs.short_short_desc = "Summary (first 60 characters)" %]
[% field_descs.short_desc = "Full Summary" %]
[% field_descs.assigned_to_realname = "Assignee Realname" %]
......
......@@ -32,7 +32,7 @@
# by the browser.
#%]
[% PROCESS "global/field-descs.html.tmpl" %]
[% PROCESS "global/field-descs.none.tmpl" %]
[% field_descs.short_short_desc = field_descs.short_desc %]
[% field_descs.assigned_to_realname = field_descs.assigned_to %]
[% field_descs.reporter_realname = field_descs.reporter %]
......
......@@ -21,7 +21,7 @@
[% y_label = "Bugs" %]
[% PROCESS "global/field-descs.html.tmpl" %]
[% PROCESS "global/field-descs.none.tmpl" %]
[% col_field_disp = field_descs.$col_field || col_field %]
......
......@@ -21,7 +21,7 @@
[% y_label = "Bugs" %]
[% PROCESS "global/field-descs.html.tmpl" %]
[% PROCESS "global/field-descs.none.tmpl" %]
[% col_field_disp = field_descs.$col_field || col_field %]
......
......@@ -19,7 +19,7 @@
# Contributor(s): Gervase Markham <gerv@gerv.net>
#%]
[% PROCESS "global/field-descs.html.tmpl" %]
[% PROCESS "global/field-descs.none.tmpl" %]
[% col_field_disp = field_descs.$col_field || col_field %]
......
......@@ -31,7 +31,7 @@
# tbl: Name of a hash in data which is the table to be plotted.
#%]
[% PROCESS "global/field-descs.html.tmpl" %]
[% PROCESS "global/field-descs.none.tmpl" %]
[% col_field_disp = field_descs.$col_field || col_field %]
[% row_field_disp = field_descs.$row_field || row_field %]
......
......@@ -18,7 +18,7 @@
#
# Contributor(s): Gervase Markham <gerv@gerv.net>
#%]
[% PROCESS "global/field-descs.html.tmpl" %]
[% PROCESS "global/field-descs.none.tmpl" %]
[% FOREACH tbl = tbl_names %]
[% PROCESS "reports/report-table.csv.tmpl" %]
......
......@@ -42,7 +42,7 @@
[% row_field = "" %]
[% END %]
[% PROCESS "global/field-descs.html.tmpl" %]
[% PROCESS "global/field-descs.none.tmpl" %]
[% tbl_field_disp = field_descs.$tbl_field || tbl_field %]
[% col_field_disp = field_descs.$col_field || col_field %]
......
......@@ -327,7 +327,7 @@ function selectProduct(f) {
{ value => "regexp", description => "matches the regexp" },
{ value => "notregexp", description => "doesn't match the regexp" } ] %]
[% PROCESS "global/field-descs.html.tmpl" %]
[% PROCESS "global/field-descs.none.tmpl" %]
[%# If we resubmit to ourselves, we need to know if we are using a format. %]
<input type="hidden" name="query_format" value="[% format %]">
......
......@@ -24,7 +24,7 @@
# default.$name.0: string. The default value for the block, if any.
#%]
[% PROCESS "global/field-descs.html.tmpl" %]
[% PROCESS "global/field-descs.none.tmpl" %]
[% BLOCK select %]
[% rep_fields = ["product", "component", "version", "rep_platform",
......
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