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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-4 / +3 lines)
Lines 177-183 Link Here
177
                                      <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=[% 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&amp;itemtype=[% rule.itemtype || '*' | html %]&amp;categorycode=[% rule.categorycode || '*' | html %]&amp;branch=[% current_branch | html %]"><i class="fa fa-trash"></i> Delete</a>
178
                                    </td>
178
                                    </td>
179
                                    <td>
179
                                    <td>
180
                                        [% IF note.defined %]
180
                                        [% IF note.defined && note != '' %]
181
                                            <a name="viewnote" data-toggle="popover" title="Note" data-content="[% note | html %]" data-placement="top" data-trigger="hover">View note</a>
181
                                            <a name="viewnote" data-toggle="popover" title="Note" data-content="[% note | html %]" data-placement="top" data-trigger="hover">View note</a>
182
                                        [% ELSE %]<span>&nbsp;</span>[% END %]
182
                                        [% ELSE %]<span>&nbsp;</span>[% END %]
183
                                    </td>
183
                                    </td>
Lines 247-256 Link Here
247
                                        [% END %]
247
                                        [% END %]
248
                                    </td>
248
                                    </td>
249
                                    <td>[% no_auto_renewal_after | html %]</td>
249
                                    <td>[% no_auto_renewal_after | html %]</td>
250
                                    <td>[% no_auto_renewal_after_hard_limit | html %]</td>
250
                                    <td>[% no_auto_renewal_after_hard_limit | $KohaDates %]</td>
251
                                    <td>[% reservesallowed | html %]</td>
251
                                    <td>[% reservesallowed | html %]</td>
252
                                    <td>
252
                                    <td>
253
                                        [% IF holds_per_day.defined && holds != '' %]
253
                                        [% IF holds_per_day.defined && holds_per_day != '' %]
254
                                            [% holds_per_day | html %]
254
                                            [% holds_per_day | html %]
255
                                        [% ELSE %]
255
                                        [% ELSE %]
256
                                            <span>Unlimited</span>
256
                                            <span>Unlimited</span>
257
- 

Return to bug 18936