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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-3 / +1 lines)
Lines 123-129 Link Here
123
123
124
                                                        <td>
124
                                                        <td>
125
                                                            [% IF rule.note %]
125
                                                            [% IF rule.note %]
126
                                                                <a name="viewnote" data-toggle="popover" title="Note" data-content="[% rule.note %]" data-placement="top" data-trigger="hover">View note</a>
126
                                                                <a name="viewnote" data-toggle="popover" title="Note" data-content="[% rule.note | html %]" data-placement="top" data-trigger="hover">View note</a>
127
                                                            [% ELSE %]&nbsp;[% END %]
127
                                                            [% ELSE %]&nbsp;[% END %]
128
                                                        </td>
128
                                                        </td>
129
							<td>[% IF ( rule.unlimited_maxissueqty ) %]
129
							<td>[% IF ( rule.unlimited_maxissueqty ) %]
Lines 229-235 Link Here
229
                                                            [% END %]
229
                                                            [% END %]
230
                                                        </td>
230
                                                        </td>
231
                                                        <td>[% rule.rentaldiscount | html %]</td>
231
                                                        <td>[% rule.rentaldiscount | html %]</td>
232
                                                        <td>[% rule.note | html %]</td>
233
                                                        <td class="actions">
232
                                                        <td class="actions">
234
                                                          <a href="#" class="editrule btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a>
233
                                                          <a href="#" class="editrule btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a>
235
                                                          <a class="btn btn-default btn-xs delete" href="/cgi-bin/koha/admin/smart-rules.pl?op=delete&amp;itemtype=[% rule.itemtype | html %]&amp;categorycode=[% rule.categorycode | html %]&amp;branch=[% rule.current_branch | html %]"><i class="fa fa-trash"></i> Delete</a>
234
                                                          <a class="btn btn-default btn-xs delete" href="/cgi-bin/koha/admin/smart-rules.pl?op=delete&amp;itemtype=[% rule.itemtype | html %]&amp;categorycode=[% rule.categorycode | html %]&amp;branch=[% rule.current_branch | html %]"><i class="fa fa-trash"></i> Delete</a>
236
- 

Return to bug 12365