From d8a98429e5321b1f2c1aa16434fa38ef1fccc960 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. --- .../intranet-tmpl/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..47ddee38e2 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.11.0