Lines 70-78
Link Here
|
70 |
|
70 |
|
71 |
[% FOREACH sr IN search_results %] |
71 |
[% FOREACH sr IN search_results %] |
72 |
<tr> |
72 |
<tr> |
73 |
<td><a href="[% sr.result.html_url | url %]" target="_new">[% sr.result.name %]</a></td> |
73 |
<td><a href="[% sr.result.html_url | url %]" target="_new">[% sr.result.name | html %]</a></td> |
74 |
<td>[% sr.result.description %]</td> |
74 |
<td>[% sr.result.description | html %]</td> |
75 |
<td>[% sr.repo.name %]</td> |
75 |
<td>[% sr.repo.name | html %]</td> |
76 |
<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> |
76 |
<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> |
77 |
</tr> |
77 |
</tr> |
78 |
[% END %] |
78 |
[% END %] |
79 |
- |
|
|