Lines 174-180
Link Here
|
174 |
</td> |
174 |
</td> |
175 |
<td class="actions"> |
175 |
<td class="actions"> |
176 |
<a href="#" class="editrule btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a> |
176 |
<a href="#" class="editrule btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a> |
177 |
<a class="btn btn-default btn-xs delete" href="/cgi-bin/koha/admin/smart-rules.pl?op=delete&itemtype=[% rule.itemtype || '*' | html %]&categorycode=[% rule.categorycode || '*' | html %]&branch=[% current_branch | html %]"><i class="fa fa-trash"></i> Delete</a> |
177 |
<a class="btn btn-default btn-xs delete" href="/cgi-bin/koha/admin/smart-rules.pl?op=delete&itemtype=[% i || '*' | html %]&categorycode=[% c || '*' | html %]&branch=[% current_branch | html %]"><i class="fa fa-trash"></i> Delete</a> |
178 |
</td> |
178 |
</td> |
179 |
<td> |
179 |
<td> |
180 |
[% IF note.defined && note != '' %] |
180 |
[% IF note.defined && note != '' %] |
Lines 289-295
Link Here
|
289 |
<td>[% rentaldiscount | html %]</td> |
289 |
<td>[% rentaldiscount | html %]</td> |
290 |
<td class="actions"> |
290 |
<td class="actions"> |
291 |
<a href="#" class="editrule btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a> |
291 |
<a href="#" class="editrule btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a> |
292 |
<a class="btn btn-default btn-xs delete" href="/cgi-bin/koha/admin/smart-rules.pl?op=delete&itemtype=[% rule.itemtype || '*' | uri %]&categorycode=[% rule.categorycode || '*' | uri %]&branch=[% rule.current_branch | uri %]"><i class="fa fa-trash"></i> Delete</a> |
292 |
<a class="btn btn-default btn-xs delete" href="/cgi-bin/koha/admin/smart-rules.pl?op=delete&itemtype=[% i || '*' | uri %]&categorycode=[% c || '*' | uri %]&branch=[% current_branch | uri %]"><i class="fa fa-trash"></i> Delete</a> |
293 |
</td> |
293 |
</td> |
294 |
</tr> |
294 |
</tr> |
295 |
[% END %] |
295 |
[% END %] |
296 |
- |
|
|