From cf89e0829e847bffcda11cb906ef3d7c3ec261ba Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 15 Mar 2021 14:49:09 +0000 Subject: [PATCH] Bug 27455: (follow-up) Add automatic focus to library name when editing --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt index a4d13e9015..ff22d958de 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt @@ -106,7 +106,11 @@
  • - + [% IF library %] + + [% ELSE %] + + [% END %] Required
  • -- 2.11.0