Bugzilla – Attachment 146183 Details for
Bug 32230
Capitalization: Manage Domains
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32230: Fix capitalization of "Manage Domains"
Bug-32230-Fix-capitalization-of-Manage-Domains.patch (text/plain), 2.51 KB, created by
Katrin Fischer
on 2023-02-05 01:09:41 UTC
(
hide
)
Description:
Bug 32230: Fix capitalization of "Manage Domains"
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-02-05 01:09:41 UTC
Size:
2.51 KB
patch
obsolete
>From 35e44cc51d338ad4c234d123b8ed162dfeed4e77 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 5 Feb 2023 02:07:20 +0100 >Subject: [PATCH] Bug 32230: Fix capitalization of "Manage Domains" > >To test: >* Go to administration > Identity providers >* Add a new identity provider and fill out all required form fields > Hint: you can use the buttons to add example JSON to the input fields >* Save >* Verify the entry in the table now shows a "Manage Domains" button >* Apply patch >* Verify the button now reads correctly: "Manage domains" >--- > .../intranet-tmpl/prog/en/modules/admin/identity_providers.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_providers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_providers.tt >index 30c78ff2f2..7deee34e25 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_providers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_providers.tt >@@ -448,7 +448,7 @@ > "data": function( row, type, val, meta ) { > var result = '<a class="btn btn-default btn-xs" role="button" href="/cgi-bin/koha/admin/identity_providers.pl?op=edit_form&identity_provider_id='+ encodeURIComponent(row.identity_provider_id) +'"><i class="fa fa-pencil" aria-hidden="true"></i> '+_("Edit")+'</a>'+"\n"; > result += '<a class="btn btn-default btn-xs delete_identity_provider" role="button" href="#" data-toggle="modal" data-target="#delete_confirm_modal" data-auth-provider-id="'+ encodeURIComponent(row.identity_provider_id) +'" data-auth-provider-code="'+ encodeURIComponent(row.code.escapeHtml()) +'"><i class="fa fa-trash" aria-hidden="true"></i> '+_("Delete")+'</a>'+"\n"; >- result += '<a class="btn btn-default btn-xs edit_domains" role="button" href="/cgi-bin/koha/admin/identity_providers.pl?domain_ops=1&identity_provider_id='+ encodeURIComponent(row.identity_provider_id) +'"><i class="fa fa-cog" aria-hidden="true"></i> '+_("Manage Domains")+'</a>'; >+ result += '<a class="btn btn-default btn-xs edit_domains" role="button" href="/cgi-bin/koha/admin/identity_providers.pl?domain_ops=1&identity_provider_id='+ encodeURIComponent(row.identity_provider_id) +'"><i class="fa fa-cog" aria-hidden="true"></i> '+_("Manage domains")+'</a>'; > return result; > }, > "searchable": false, >-- >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 32230
:
146183
|
146273
|
146286