Bugzilla – Attachment 146738 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), 1.94 KB, created by
Martin Renvoize (ashimema)
on 2023-02-16 15:26:35 UTC
(
hide
)
Description:
Bug 32982: Add primary button to libary group modals
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-02-16 15:26:35 UTC
Size:
1.94 KB
patch
obsolete
>From 8a61143b5ff0c0a15218fe8b394f8a6fce159f0f 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. >--- > .../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 49dba189b9..bcbe19d9ad 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.39.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