Lines 69-75
Link Here
|
69 |
<th>Name</th> |
69 |
<th>Name</th> |
70 |
<th>Description</th> |
70 |
<th>Description</th> |
71 |
<th>Organization</th> |
71 |
<th>Organization</th> |
|
|
72 |
[% IF ( enable_browser_upload ) %] |
72 |
<th> </th> |
73 |
<th> </th> |
|
|
74 |
[% END %] |
73 |
</tr> |
75 |
</tr> |
74 |
</thead> |
76 |
</thead> |
75 |
|
77 |
|
Lines 78-84
Link Here
|
78 |
<td><a href="[% sr.result.html_url | url %]" target="_new">[% sr.result.name | html %]</a></td> |
80 |
<td><a href="[% sr.result.html_url | url %]" target="_new">[% sr.result.name | html %]</a></td> |
79 |
<td>[% sr.result.description | html %]</td> |
81 |
<td>[% sr.result.description | html %]</td> |
80 |
<td>[% sr.repo.name | html %]</td> |
82 |
<td>[% sr.repo.name | html %]</td> |
|
|
83 |
[% IF ( enable_browser_upload ) %] |
81 |
<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> |
84 |
<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> |
|
|
85 |
[% END %] |
82 |
</tr> |
86 |
</tr> |
83 |
[% END %] |
87 |
[% END %] |
84 |
</table> |
88 |
</table> |
85 |
- |
|
|