View | Details | Raw Unified | Return to bug 25672
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt (-1 / +4 lines)
Lines 90-96 Link Here
90
                                        <th>Description</th>
90
                                        <th>Description</th>
91
                                        <th>Organization</th>
91
                                        <th>Organization</th>
92
                                        <th>Latest version</th>
92
                                        <th>Latest version</th>
93
                                        [% IF ( enable_browser_upload ) %]
93
                                        <th>&nbsp;</th>
94
                                        <th>&nbsp;</th>
95
                                        [% END %]
94
                                    </tr>
96
                                    </tr>
95
                                </thead>
97
                                </thead>
96
98
Lines 100-106 Link Here
100
                                        <td>[% sr.result.description | html %]</td>
102
                                        <td>[% sr.result.description | html %]</td>
101
                                        <td>[% sr.repo.name | html %]</td>
103
                                        <td>[% sr.repo.name | html %]</td>
102
                                        <td>[% sr.result.tag_name | html %]</td>
104
                                        <td>[% sr.result.tag_name | html %]</td>
105
                                        [% IF ( enable_browser_upload ) %]
103
                                        <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
                                        <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>
107
                                        [% END %]
104
                                    </tr>
108
                                    </tr>
105
                                [% END %]
109
                                [% END %]
106
                            </table>
110
                            </table>
107
- 

Return to bug 25672