Bugzilla – Attachment 86930 Details for
Bug 21003
Don't show warning when editing a reserve item
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21003: Made Edit keywords more consistent in add_items-step2.tt
Bug-21003-Made-Edit-keywords-more-consistent-in-ad.patch (text/plain), 2.49 KB, created by
Bin Wen
on 2019-03-22 20:21:04 UTC
(
hide
)
Description:
Bug 21003: Made Edit keywords more consistent in add_items-step2.tt
Filename:
MIME Type:
Creator:
Bin Wen
Created:
2019-03-22 20:21:04 UTC
Size:
2.49 KB
patch
obsolete
>From 07cb0c6903b10bc8f7feeb40a4ca217d36a5874c Mon Sep 17 00:00:00 2001 >From: Hayley Mapley <hayleymapley@catalyst.net.nz> >Date: Thu, 7 Mar 2019 20:28:48 +0000 >Subject: [PATCH] Bug 21003: Made Edit keywords more consistent in > add_items-step2.tt > >When adding a course reserve with a barcode that already exists, the >title, breadcrumbs, and legend of the form all specify that the user is >editing, and not adding, the book. > >Test plan: >Same as comment 1 > >Signed-off-by: Devinim <kohadevinim@devinim.com.tr> >Signed-off-by: Bin Wen <bin.wen@inlibro.com> >--- > .../prog/en/modules/course_reserves/add_items-step2.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt >index 4646c85123..6c1c5f852e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt >@@ -1,6 +1,6 @@ > [% USE Branches %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Koha › Course reserves ›[% IF is_edit %] Edit item[% ELSE %]Add items[% END %]</title> >+<title>Koha › Course reserves ›[% IF is_edit || course_reserve %] Edit item[% ELSE %] Add items[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > >@@ -9,7 +9,7 @@ > [% INCLUDE 'header.inc' %] > [% INCLUDE 'cat-search.inc' %] > >-<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course reserves</a> ›[% IF is_edit %] Edit [% ELSE %] Reserve [% END %]<i><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.biblionumber | html %]">[% biblio.title | html %]</a></i> for <i><a href="/cgi-bin/koha/course_reserves/course-details.pl?course_id=[% course.course_id | html %]">[% course.course_name | html %]</a></i></div> >+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course reserves</a> ›[% IF is_edit || course_reserve %] Edit [% ELSE %] Reserve [% END %]<i><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.biblionumber | html %]">[% biblio.title | html %]</a></i> for <i><a href="/cgi-bin/koha/course_reserves/course-details.pl?course_id=[% course.course_id | html %]">[% course.course_name | html %]</a></i></div> > > <div class="main container-fluid"> > <div class="row"> >-- >2.17.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 21003
:
86219
|
86330
|
86708
|
86930
|
87246
|
87247