From ffd55b58bdfd0605e79c16ab9e4610d4178f2a6a Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 27 Apr 2016 10:29:57 -0400 Subject: [PATCH] Bug 16368 - Remove obsolete attributes from table tags MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This patch removes some obsolete attributes from table markup: border, cellpadding, and cellspacing. These changes should have no visible effect. - To test the changes to the reports dictionary, go to Reports -> View dictionary. The table of dictionary definitions should look correct. - To test the changes to MARC plugins, you must be using MARC21. Open a new or existing MARC record in the standard cataloging editor and trigger the tag editor for 006 and 008. The tables in each popup window should look correct. Signed-off-by: Marc VĂ©ron Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall --- .../prog/en/modules/cataloguing/value_builder/marc21_field_006.tt | 2 +- .../prog/en/modules/cataloguing/value_builder/marc21_field_008.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_006.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_006.tt index 4dd529c443..52acf80ec4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_006.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_006.tt @@ -36,7 +36,7 @@

006 Fixed-length data elements--Additional material characteristics--General information

- +
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008.tt index 7b3c573f71..d32e2027fc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008.tt @@ -40,7 +40,7 @@

008 Fixed-length data elements--Additional material characteristics--General information

- +
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt index 915d2fdeb3..cbbc1d1d0b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt @@ -79,7 +79,7 @@ [% END %]
- +
-- 2.11.4.GIT
Name Description