From 4318d84433062be07fc61764a13f046cb31fcfde Mon Sep 17 00:00:00 2001 From: David Roberts Date: Thu, 7 May 2020 18:07:21 +0000 Subject: [PATCH] Bug 25388: There is no link for the "online help" This patch removes a non-existent link to the online help from the marc subfield editor. To test: 1) Go to Admin > MARC Bibliographic framework > Edit MARC structure > Edit subfield (for example /cgi-bin/koha/admin/marc_subfields_structure.pl?op=add_form&tagfield=000&frameworkcode=AR) 2) Check that the Max Length value in the Advanced constraints area contains text saying "See online help" 3) Apply patch 4) Check that the reference to the online help has disappeared. Remove tabs from start of line Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize --- .../prog/en/modules/admin/marc_subfields_structure.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt index 59efee7897..77b17086c4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt @@ -128,7 +128,7 @@ Advanced constraints
  1. -
  2. (see online help)
  3. +
  4. -- 2.39.5