Lines 89-95
Link Here
|
89 |
<th>Description</th> |
89 |
<th>Description</th> |
90 |
<th>Organization</th> |
90 |
<th>Organization</th> |
91 |
<th>Latest version</th> |
91 |
<th>Latest version</th> |
|
|
92 |
[% IF ( enable_browser_upload ) %] |
92 |
<th> </th> |
93 |
<th> </th> |
|
|
94 |
[% END %] |
93 |
</tr> |
95 |
</tr> |
94 |
</thead> |
96 |
</thead> |
95 |
|
97 |
|
Lines 99-105
Link Here
|
99 |
<td>[% sr.result.description | html %]</td> |
101 |
<td>[% sr.result.description | html %]</td> |
100 |
<td>[% sr.repo.name | html %]</td> |
102 |
<td>[% sr.repo.name | html %]</td> |
101 |
<td>[% sr.result.tag_name | html %]</td> |
103 |
<td>[% sr.result.tag_name | html %]</td> |
|
|
104 |
[% IF ( enable_browser_upload ) %] |
102 |
<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> |
105 |
<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> |
|
|
106 |
[% END %] |
103 |
</tr> |
107 |
</tr> |
104 |
[% END %] |
108 |
[% END %] |
105 |
</table> |
109 |
</table> |
106 |
- |
|
|