Bugzilla – Attachment 99973 Details for
Bug 23975
Add ability to search and install plugins from GitHub
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23975: (QA follow-up) Fix stylingof install buttons
Bug-23975-QA-follow-up-Fix-stylingof-install-butto.patch (text/plain), 1.67 KB, created by
Tomás Cohen Arazi (tcohen)
on 2020-03-03 03:10:22 UTC
(
hide
)
Description:
Bug 23975: (QA follow-up) Fix stylingof install buttons
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2020-03-03 03:10:22 UTC
Size:
1.67 KB
patch
obsolete
>From 91f96a6264517f851e98ff41d7741f60fcae7636 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 2 Mar 2020 18:58:13 +0000 >Subject: [PATCH] Bug 23975: (QA follow-up) Fix stylingof install buttons > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt >index 09204f5e3e..a8ecfed56d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt >@@ -71,7 +71,7 @@ > <td><a href="[% sr.result.html_url | url %]" target="_new">[% sr.result.name %]</a></td> > <td>[% sr.result.description %]</td> > <td>[% sr.repo.name %]</td> >- <td><a class="btn btn-install-plugin" href="/cgi-bin/koha/plugins/plugins-upload.pl?op=Upload&uploadfile=[% sr.result.install_name | uri %]&uploadlocation=[% sr.result.install_url | uri %]"><i class="fa fa-download"></i> Install</a></td> >+ <td><a class="btn btn-default btn-sm btn-install-plugin" href="/cgi-bin/koha/plugins/plugins-upload.pl?op=Upload&uploadfile=[% sr.result.install_name | uri %]&uploadlocation=[% sr.result.install_url | uri %]"><i class="fa fa-download"></i> Install</a></td> > </tr> > [% END %] > </table> >-- >2.25.0
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 23975
:
95067
|
98757
|
98758
|
98791
|
98792
|
98793
|
98800
|
98801
|
98802
|
98813
|
98814
|
98815
|
99958
|
99970
|
99971
|
99972
| 99973 |
99974
|
99975