Lines 122-128
Link Here
|
122 |
|
122 |
|
123 |
<td> |
123 |
<td> |
124 |
[% IF rule.note %] |
124 |
[% IF rule.note %] |
125 |
<a name="viewnote" data-toggle="popover" title="Note" data-content="[% rule.note %]" data-placement="top" data-trigger="hover">View note</a> |
125 |
<a name="viewnote" data-toggle="popover" title="Note" data-content="[% rule.note | html %]" data-placement="top" data-trigger="hover">View note</a> |
126 |
[% ELSE %] [% END %] |
126 |
[% ELSE %] [% END %] |
127 |
</td> |
127 |
</td> |
128 |
<td>[% IF ( rule.unlimited_maxissueqty ) %] |
128 |
<td>[% IF ( rule.unlimited_maxissueqty ) %] |
Lines 222-228
Link Here
|
222 |
[% END %] |
222 |
[% END %] |
223 |
</td> |
223 |
</td> |
224 |
<td>[% rule.rentaldiscount | html %]</td> |
224 |
<td>[% rule.rentaldiscount | html %]</td> |
225 |
<td>[% rule.note | html %]</td> |
|
|
226 |
<td class="actions"> |
225 |
<td class="actions"> |
227 |
<a href="#" class="editrule btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a> |
226 |
<a href="#" class="editrule btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a> |
228 |
<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=[% rule.current_branch | html %]"><i class="fa fa-trash"></i> Delete</a> |
227 |
<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=[% rule.current_branch | html %]"><i class="fa fa-trash"></i> Delete</a> |
229 |
- |
|
|