From 5e1af9394ad66e4b351510b5d04ecb03d3418ea0 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 27 Apr 2016 10:29:57 -0400 Subject: [PATCH] [PASSED QA] Bug 16368 - Remove obsolete attributes from table tags MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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 --- .../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 4f2fe48..d3b3acc 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 fc2499a..ee0027b 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 fbae1d3..c09bd20 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt @@ -65,7 +65,7 @@ var MSG_CONFIRM_DELETE = _("Are you sure you want to delete this dictionary defi [% END %]
- +
-- 1.9.1
Name Description