Bugzilla – Attachment 147202 Details for
Bug 32982
'Add/Edit group' modals in library groups is missing it's primary button
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32982: Add primary button to libary group modals
Bug-32982-Add-primary-button-to-libary-group-modal.patch (text/plain), 2.08 KB, created by
Jonathan Druart
on 2023-02-23 09:21:40 UTC
(
hide
)
Description:
Bug 32982: Add primary button to libary group modals
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-02-23 09:21:40 UTC
Size:
2.08 KB
patch
obsolete
>From cb4b742aad509d236e5fbb8bbc1c2361742108f9 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 16 Feb 2023 15:25:12 +0000 >Subject: [PATCH] Bug 32982: Add primary button to libary group modals > >This patch updates the New and Edit group modals in the library groups >admin page to have a primary 'Save'/'Update' button and a default >'Cancel' button. > >Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > .../intranet-tmpl/prog/en/modules/admin/library_groups.tt | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/library_groups.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/library_groups.tt >index 49dba189b97..bcbe19d9ad2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/library_groups.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/library_groups.tt >@@ -162,8 +162,8 @@ > </div> > </div> > <div class="modal-footer"> >- <button type="submit" class="btn btn-default">Save</button> >- <a href="#" class="cancel" data-dismiss="modal" aria-hidden="true">Cancel</a> >+ <button type="submit" class="btn btn-primary">Save</button> >+ <button class="btn btn-default" data-dismiss="modal">Cancel</button> > </div> > </div> > </div> >@@ -232,8 +232,8 @@ > </div> > </div> > <div class="modal-footer"> >- <button type="submit" class="btn btn-default">Update</button> >- <a href="#" class="cancel" data-dismiss="modal" aria-hidden="true">Cancel</a> >+ <button type="submit" class="btn btn-primary">Update</button> >+ <button class="btn btn-default" data-dismiss="modal">Cancel</button> > </div> > </div> > </div> >-- >2.25.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 32982
:
146738
|
147123
| 147202