Bugzilla – Attachment 173749 Details for
Bug 38020
Fix 'delete list' button to have same formatting as 'edit list'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38020: (QA follow-up) Decapitilise 'list'
Bug-38020-QA-follow-up-Decapitilise-list.patch (text/plain), 1.63 KB, created by
Aleisha Amohia
on 2024-10-31 05:02:38 UTC
(
hide
)
Description:
Bug 38020: (QA follow-up) Decapitilise 'list'
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2024-10-31 05:02:38 UTC
Size:
1.63 KB
patch
obsolete
>From ef02a2f6197e6b4ec00ac314720d371766e1b086 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Thu, 31 Oct 2024 05:01:42 +0000 >Subject: [PATCH] Bug 38020: (QA follow-up) Decapitilise 'list' > >Signed-off-by: Aleisha Amohia <aleishaamohia@hotmail.com> >--- > .../intranet-tmpl/prog/en/includes/virtualshelves-toolbar.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/virtualshelves-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/virtualshelves-toolbar.inc >index ad2c1860fdc..bbe3b1ecc94 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/virtualshelves-toolbar.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/virtualshelves-toolbar.inc >@@ -17,7 +17,7 @@ > <li><a class="dropdown-item" href="/cgi-bin/koha/virtualshelves/shelves.pl?op=edit_form&shelfnumber=[% shelf.shelfnumber | uri %]&referer=[% op | uri %]">Edit list</a></li> > <li> > [% INCLUDE 'csrf-token.inc' %] >- <a class="submit-form-link dropdown-item" href="#" data-shelfnumber="[% shelf.shelfnumber | html %]" data-method="post" data-action="shelves.pl" data-op="cud-delete" data-confirmation-msg="[% t('Are you sure you want to delete this list?') | html %]">Delete List</a> >+ <a class="submit-form-link dropdown-item" href="#" data-shelfnumber="[% shelf.shelfnumber | html %]" data-method="post" data-action="shelves.pl" data-op="cud-delete" data-confirmation-msg="[% t('Are you sure you want to delete this list?') | html %]">Delete list</a> > </li> > </ul> > </div> >-- >2.39.5
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 38020
:
173307
|
173311
|
173724
|
173725
|
173747
|
173748
| 173749