From c12effed2ac2be92946629e192fe7dcc717cf2a8 Mon Sep 17 00:00:00 2001 From: Phil Ringnalda Date: Tue, 11 Mar 2025 20:34:12 -0700 Subject: [PATCH] Bug 39293: Remove box around subfield tag in basic editor Prior to the Bootstrap 5 update, the feature of editing subfield codes in the basic editor was kept subtle by putting the code in an , but removing the border around the input, so it required either knowing the feature exists or accidentally clicking on or around the single letter code and seeing it turn into an editable input. This patch removes the border again, because when people accidentally see the feature, they are sometimes not pleased to see it. Test plan: 1. Without the patch, open the cataloging basic editor and switch to the "1" tab with the 100 fields. 2. Note that the codes for the subfields are clearly in editable inputs. 3. Apply patch, reload the editor page. 4. Note that now the codes look like just plain text, until you actually click on or very near the letter, when they become visible as inputs by having the focus border. Sponsored-by: Chetco Community Public Library --- .../prog/en/modules/cataloguing/addbiblio.tt | 1262 ----------------- 1 file changed, 1262 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt index 9fff1c915e..e69de29bb2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt @@ -1,1262 +0,0 @@ -[% USE raw %] -[% USE Asset %] -[% USE Koha %] -[% USE HtmlTags %] -[% PROCESS 'i18n.inc' %] -[% INCLUDE 'doc-head-open.inc' %] -[% FILTER collapse %] - [% IF( biblionumber ) %] - [% tx("Editing {title} (Record number {biblionumber})", { title = title, biblionumber = biblionumber }) | html %] - [% ELSE %] - [% t("Add MARC record") | html %] - [% END %] - › [% t("Cataloging") | html %] › [% t("Koha") | html %] - [% END %] -[% INCLUDE 'doc-head-close.inc' %] -[% INCLUDE 'calendar.inc' %] -[% Asset.js( "lib/sortable/Sortable.min.js" ) | $raw %] -[% INCLUDE 'select2.inc' %] - -[% Asset.js("js/cataloging.js") | $raw %] -[% Asset.js("js/browser.js") | $raw %] - -[% Asset.css("css/addbiblio.css") | $raw %] - - - -
-
Loading, please wait...
-
- -[% WRAPPER 'header.inc' %] - [% INCLUDE 'cataloging-search.inc' %] -[% END %] - -[% WRAPPER 'sub-header.inc' %] - [% WRAPPER breadcrumbs %] - [% WRAPPER breadcrumb_item %] - Cataloging - [% END %] - [% WRAPPER breadcrumb_item bc_active= 1 %] - [% IF ( biblionumber ) %] - [% tp('Editing MARC record titled:', "Editing") | html %] [% title | html %] (Record number [% biblionumber | html %]) - [% ELSE %] - [% IF ( circborrowernumber ) %] - Add MARC record (fast cataloging) - [% ELSE %] - Add MARC record - [% END %] - [% END %] - [% END %] - [% END #/ WRAPPER breadcrumbs %] -[% END #/ WRAPPER sub-header.inc %] - -[% WRAPPER 'main-container.inc' wide_centered => 1 %] - [% IF ( INVALID_METADATA ) %] -
-

Errors found

-

This record had encoding issues, non-xml characters have been stripped in order to allow editing. Please be cautious when saving that some data may have been removed from the record.

-
[% INVALID_METADATA | html %]
-
- [% END %] - - [% IF ( Koha.Preference('EnableAdvancedCatalogingEditor') && CAN_user_editcatalogue_advanced_editor ) %] -
- - -
- [% END %] - -
- -

- [% IF ( biblionumber ) %] - Editing [% title | html | $HtmlTags tag="em" %] (Record number [% biblionumber | html %]) - [% ELSE %] - [% IF (circborrowernumber) %] - Add MARC record (fast cataloging) - [% ELSE %] - Add MARC record - [% END %] - [% END %] -

- - [% UNLESS ( number ) %] - - [% IF ( duplicatebiblionumber ) %] -
-

Duplicate record suspected

-

Is this a duplicate of - [% duplicatetitle | html %] - ?

- [% IF ( CAN_user_editcatalogue_edit_items ) %] -
- - -
- [% ELSE %] -
- - -
- [% END %] -
- [% IF ( CAN_user_editcatalogue_edit_items ) %] - - [% ELSE %] - - [% END %] -
-
- - [% END # /IF duplicatebiblionumber %] - [% END # /UNLESS number %] - - [% IF ( done ) %] - - [% ELSE %] -
- [% INCLUDE 'csrf-token.inc' %] - - - - - [% END %] - -
- [% IF CAN_user_editcatalogue_edit_items or ( frameworkcode == 'FA' and CAN_user_editcatalogue_fast_cataloging ) %] - [% IF (circborrowernumber) %][%# fast cataloging must lead to items %] - - - [% ELSE %] - - - [% END %] - [% ELSE %] - - - [% END # /IF CAN_user_editcatalogue_edit_items %] - - [% UNLESS (circborrowernumber) %][%# Hide in fast cataloging %] - [% IF biblionumber %] - - [% ELSE %] - - [% END %] - [% IF ( CAN_user_editauthorities ) %] - - [% END %] - [% END %] - -
- - -
- [% UNLESS (circborrowernumber) %][%# Hide in fast cataloging %] - [% IF (biblionumber) %] -
- Cancel -
- [% ELSE %] -
- Cancel -
- [% END %] -
- [% END # /UNLESS circborrowernumber %] -
- [% IF ( BIG_LOOP && BIG_LOOP.size > 1 ) %] - [% WRAPPER tabs_nav %] - [%- FOREACH BIG_LOO IN BIG_LOOP -%] - [% IF loop.first %] - [% SET bt_active = 1 %] - [% ELSE %] - [% SET bt_active = 0 %] - [% END %] - [% WRAPPER tab_item tabname= "tab${BIG_LOO.number}XX" bt_active= bt_active %] - [% BIG_LOO.number | html %] - [% END %] - [%- END -%] - [% END # /WRAPPER tabs_nav %] - [% END %] -
    - [% FOREACH BIG_LOO IN BIG_LOOP %] - [% IF loop.first %][% SET tab_selected = "tab_selected" %][% ELSE %][% SET tab_selected = "" %][% END %] - [% FOREACH innerloo IN BIG_LOO.innerloop %] - [% IF ( innerloo.tag ) %] -
  • - [% innerloo.tag | uri %] -
  • - [% END %] - [% END %] - [% END %] -
-
-
- - [% IF bib_doesnt_exist %] -
- The record you are trying to edit doesn't exist.
- Add a new record or do a catalog search. -
- [% END %] - - [% IF ( popup ) %] - - [% END %] - - - - - - - [% WRAPPER tabs id= "addbibliotabs" %] - [% WRAPPER tab_panels %] - [% FOREACH BIG_LOO IN BIG_LOOP %] - [% IF loop.first %] - [% SET bt_active = 1 %] - [% ELSE %] - [% SET bt_active = 0 %] - [% END %] - [% WRAPPER tab_panel tabname="tab${BIG_LOO.number}XX" bt_active= bt_active %] - - [% IF ( BIG_LOOP.size > 1 ) %] -

Section [% BIG_LOO.number | html %]

- [% END %] - [% previous = "" %] - [% FOREACH innerloo IN BIG_LOO.innerloop %] - [% IF ( innerloo.tag ) %] - [% IF innerloo.tag != previous %] - [% IF previous != "" %] - - [% END %] - [% previous = innerloo.tag %] - [% IF ( innerloo.repeatable ) %] -