diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-10-05 01:39:01 -0700 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-10-05 01:39:01 -0700 |
commit | 7307c8c748e3245d65a25c016e7d92c6c7ae2aa4 (patch) | |
tree | 97fa8ea6b7482fad71cecc5195c2a81e6cc866c8 /template | |
parent | daa533e7c6d1c6ff2e8600c5178ac75bf7a2538c (diff) | |
download | bugs-7307c8c748e3245d65a25c016e7d92c6c7ae2aa4.tar bugs-7307c8c748e3245d65a25c016e7d92c6c7ae2aa4.tar.gz bugs-7307c8c748e3245d65a25c016e7d92c6c7ae2aa4.tar.bz2 bugs-7307c8c748e3245d65a25c016e7d92c6c7ae2aa4.tar.xz bugs-7307c8c748e3245d65a25c016e7d92c6c7ae2aa4.zip |
Bug 26074 - Ability to limit search by number of Comments
r=mkanat, a=mkanat (module owner)
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/field-descs.none.tmpl | 1 | ||||
-rw-r--r-- | template/en/default/list/table.html.tmpl | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/global/field-descs.none.tmpl b/template/en/default/global/field-descs.none.tmpl index 741eecf83..efcce6c64 100644 --- a/template/en/default/global/field-descs.none.tmpl +++ b/template/en/default/global/field-descs.none.tmpl @@ -133,6 +133,7 @@ "flagtypes.name" => "Flags", "keywords" => "Keywords", "longdesc" => "Comment", + "longdescs.count" => "Number of Comments", "longdescs.isprivate" => "Comment is private", "newcc" => "CC", "op_sys" => "OS", diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index bc2dadd98..ffde712fe 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -66,6 +66,7 @@ "op_sys" => { maxlength => 4 } , "bug_file_loc" => { maxlength => 30 } , "target_milestone" => { title => "TargetM" } , + "longdescs.count" => { title => "# Comments" }, "percentage_complete" => { format_value => "%d %%" } , } %] |