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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt (-2 / +1 lines)
Lines 141-147 Link Here
141
                                    <td>[% Branches.GetName( t.branchcode ) %]</td>
141
                                    <td>[% Branches.GetName( t.branchcode ) %]</td>
142
                                    <td class="actions">
142
                                    <td class="actions">
143
                                        [% IF CAN_user_clubs_edit_templates %]
143
                                        [% IF CAN_user_clubs_edit_templates %]
144
                                            <a class="btn btn-xs btn-default" style="white-space:nowrap"  href="/cgi-bin/koha/clubbs/templates-add-modify.pl?id=[% t.id %]">
144
                                            <a class="btn btn-xs btn-default" style="white-space:nowrap"  href="/cgi-bin/koha/clubs/templates-add-modify.pl?id=[% t.id %]">
145
                                                <i class="fa fa-pencil"></i> Edit
145
                                                <i class="fa fa-pencil"></i> Edit
146
                                            </a>
146
                                            </a>
147
                                            <a class="btn btn-xs btn-default" href="#" onclick='ConfirmDeleteTemplate([% t.id %], "[% t.name | html %]", $(this) ); return false;'>
147
                                            <a class="btn btn-xs btn-default" href="#" onclick='ConfirmDeleteTemplate([% t.id %], "[% t.name | html %]", $(this) ); return false;'>
148
- 

Return to bug 19215