Bugzilla – Attachment 180053 Details for
Bug 39400
"Jump to add item form" doesn't work while editing an existing item
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39400: (QA follow-up) Adjust link text
Bug-39400-QA-follow-up-Adjust-link-text.patch (text/plain), 1.45 KB, created by
Emily Lamancusa (emlam)
on 2025-03-31 14:15:45 UTC
(
hide
)
Description:
Bug 39400: (QA follow-up) Adjust link text
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2025-03-31 14:15:45 UTC
Size:
1.45 KB
patch
obsolete
>From ff0a2229d79317e21f074eb4e881abb084a5d92e Mon Sep 17 00:00:00 2001 >From: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >Date: Mon, 31 Mar 2025 10:14:10 -0400 >Subject: [PATCH] Bug 39400: (QA follow-up) Adjust link text > >Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >index e622ab23007..33d5ce5fdf0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >@@ -87,7 +87,7 @@ > </div> > [% END %] > <h1>Items for [% biblio.title | html %] [% IF ( biblio.author ) %]by [% biblio.author | html %][% END %] (Record #[% biblio.biblionumber | html %])</h1> >- <a id="newitem_jump" href="#f"><i class="fa fa-arrow-down"></i> Jump to add item form</a> >+ <a id="newitem_jump" href="#f"><i class="fa fa-arrow-down"></i> Jump to form</a> > > [% IF ( barcode_not_unique ) %]<div class="alert alert-warning"><strong>Error saving item</strong>: Barcode must be unique.</div>[% END %] > [% IF ( no_next_barcode ) %]<div class="alert alert-warning"><strong>Error saving items</strong>: Unable to automatically determine values for barcodes. No item has been inserted.</div>[% END %] >-- >2.34.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 39400
:
179588
|
179624
|
180052
| 180053