From 4c86fc3932e94fdba288d970f164fd4ce39324f1 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 27 Apr 2016 09:37:06 -0400 Subject: [PATCH] Bug 16366 - Remove obsolete "border" attribute from tags Content-Type: text/plain; charset="utf-8" This patch removes the obsolete "border" attribute from tags. Browsers haven't applied an border to images by default for years. There should be no visible changes as a result of this patch. It only affects HTML validation. If you want to test the affected pages, apply the patch and confirm that images look correct on these pages: - In the patron sidebar menu, if patron images are enabled. - On the authority MARC subfield structure administration page, only some obsolete markup is affected (See Bug 16367). - I don't know how to trigger display of the "filefind.png" image on authority and bibliographic detail pages. Possibly unused markup? - On the advanced search page, itemtype/collection/shelving location images should look correct. - When viewing existing holds for a title, the arrow images used for changing the position of a hold in the list should look correct. - When viewing a list of MARC modification actions, the arrow images used for changing the order of actions should look correct. --- koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc | 4 ++-- .../prog/en/modules/admin/auth_subfields_structure.tt | 4 ++-- .../intranet-tmpl/prog/en/modules/authorities/detail.tt | 2 +- .../prog/en/modules/catalogue/MARCdetail.tt | 2 +- .../intranet-tmpl/prog/en/modules/catalogue/advsearch.tt | 2 +- .../intranet-tmpl/prog/en/modules/catalogue/detail.tt | 4 ++-- .../intranet-tmpl/prog/en/modules/reserve/request.tt | 16 ++++++++-------- .../prog/en/modules/tools/marc_modification_templates.tt | 8 ++++---- 8 files changed, 21 insertions(+), 21 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc index f545afa..cc43860 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc @@ -8,9 +8,9 @@