Bugzilla – Attachment 146980 Details for
Bug 33015
'Cancel' link still points to tools home when it should be cataloguing home on some pages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33015: Fix some 'Cancel' links to point to cataloging start page
Bug-33015-Fix-some-Cancel-links-to-point-to-catalo.patch (text/plain), 3.43 KB, created by
Katrin Fischer
on 2023-02-20 22:16:45 UTC
(
hide
)
Description:
Bug 33015: Fix some 'Cancel' links to point to cataloging start page
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-02-20 22:16:45 UTC
Size:
3.43 KB
patch
obsolete
>From f96e7fec41223e691badafc9665657d564413a8a Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Mon, 20 Feb 2023 22:15:48 +0000 >Subject: [PATCH] Bug 33015: Fix some 'Cancel' links to point to cataloging > start page > >Some 'cancel' links of tools moved to the cataloguing module still >pointed to the tools start page. This adds some more consistency. > >To test: >* Go to cataloguing > * Batch item editing > * Batch record deletion > * Batch record modification (create a MARC modification template first) >* Verify the 'cancel' link on each page points to tools >* Apply patch: cancelling should not take you to the cataloging start page >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt | 2 +- > .../intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt | 2 +- > .../prog/en/modules/tools/batch_record_modification.tt | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt >index e3d80a0a63..b873380518 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt >@@ -82,7 +82,7 @@ > [% IF ( del ) %]<input type="hidden" name="del" value="1" />[% END %] > <fieldset class="action"> > <input type="submit" class="btn btn-primary" value="Continue" /> >- <a class="cancel" href="/cgi-bin/koha/tools/tools-home.pl">Cancel</a> >+ <a class="cancel" href="/cgi-bin/koha/cataloguing/cataloging-home.pl">Cancel</a> > </fieldset> > > </form> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt >index 3a0555329b..e26a9c71c4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt >@@ -132,7 +132,7 @@ > <fieldset class="action"> > <input type="hidden" name="op" value="list" /> > <input type="submit" class="btn btn-primary" value="Continue" /> >- <a class="cancel" href="/cgi-bin/koha/tools/tools-home.pl">Cancel</a> >+ <a class="cancel" href="/cgi-bin/koha/catalouging/cataloging-home.pl">Cancel</a> > </fieldset> > </form> > [% ELSIF op == 'list' %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt >index 3914e57cfc..fc2dcff60d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt >@@ -163,7 +163,7 @@ > <fieldset class="action"> > <input type="hidden" name="op" value="list" /> > <input type="submit" class="btn btn-primary" value="Continue" /> >- <a class="cancel" href="/cgi-bin/koha/tools/tools-home.pl">Cancel</a> >+ <a class="cancel" href="/cgi-bin/koha/cataloguing/cataloging-home.pl">Cancel</a> > </fieldset> > </form> <!-- /#record_ids_selection --> > [% ELSIF view == 'list' %] >-- >2.30.2
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 33015
:
146980
|
147096
|
147204