diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2014-01-28 17:27:00 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2014-01-28 17:27:00 +0100 |
commit | 1d87e87ddc4968ec71c3354f2ff623f85c931b32 (patch) | |
tree | 052d1efef90b1a9accdf22a774c9ac995b80f114 /extensions | |
parent | 19282ec337a17cb4edeed7fc6eb02def285b2394 (diff) | |
download | bugzilla-1d87e87ddc4968ec71c3354f2ff623f85c931b32.tar.gz bugzilla-1d87e87ddc4968ec71c3354f2ff623f85c931b32.tar.xz |
Bug 893641 - change the maxlength of the component field in search results
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/BMO/template/en/default/hook/list/table-before_table.html.tmpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/extensions/BMO/template/en/default/hook/list/table-before_table.html.tmpl b/extensions/BMO/template/en/default/hook/list/table-before_table.html.tmpl new file mode 100644 index 000000000..35d7cd3f3 --- /dev/null +++ b/extensions/BMO/template/en/default/hook/list/table-before_table.html.tmpl @@ -0,0 +1,9 @@ +[%# This Source Code Form is subject to the terms of the Mozilla Public + # License, v. 2.0. If a copy of the MPL was not distributed with this + # file, You can obtain one at http://mozilla.org/MPL/2.0/. + # + # This Source Code Form is "Incompatible With Secondary Licenses", as + # defined by the Mozilla Public License, v. 2.0. + #%] +[% abbrev.product.maxlength = 20 %] +[% abbrev.component.maxlength = 20 %] |