Bugzilla – Attachment 99975 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) Add missing TT filters
Bug-23975-QA-follow-up-Add-missing-TT-filters.patch (text/plain), 1.73 KB, created by
Tomás Cohen Arazi (tcohen)
on 2020-03-03 03:10:42 UTC
(
hide
)
Description:
Bug 23975: (QA follow-up) Add missing TT filters
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2020-03-03 03:10:42 UTC
Size:
1.73 KB
patch
obsolete
>From 1d3929e070519967002b156248db6b1b2d1d4e1c Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 3 Mar 2020 00:08:09 -0300 >Subject: [PATCH] Bug 23975: (QA follow-up) Add missing TT filters > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > .../intranet-tmpl/prog/en/modules/plugins/plugins-home.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >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 243d4da885..a47cd7eda7 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 >@@ -70,9 +70,9 @@ > > [% FOREACH sr IN search_results %] > <tr> >- <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 href="[% sr.result.html_url | url %]" target="_new">[% sr.result.name | html %]</a></td> >+ <td>[% sr.result.description | html %]</td> >+ <td>[% sr.repo.name | html %]</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 %] >-- >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