From 1d87e87ddc4968ec71c3354f2ff623f85c931b32 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Tue, 28 Jan 2014 16:27:00 +0000 Subject: Bug 893641 - change the maxlength of the component field in search results --- .../template/en/default/hook/list/table-before_table.html.tmpl | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 extensions/BMO/template/en/default/hook/list/table-before_table.html.tmpl 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 %] -- cgit v1.2.3-24-g4f1b