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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt (-6 / +5 lines)
Lines 45-50 Link Here
45
                            <a class="circ-button" href="/cgi-bin/koha/circ/checkout-notes.pl"><i class="fa fa-sticky-note"></i> Checkout notes</a>
45
                            <a class="circ-button" href="/cgi-bin/koha/circ/checkout-notes.pl"><i class="fa fa-sticky-note"></i> Checkout notes</a>
46
                        </li>
46
                        </li>
47
                    [% END %]
47
                    [% END %]
48
                    [% IF Koha.Preference('OnSiteCheckouts') %]
49
                        <li>
50
                            <a class="circ-button" href="/cgi-bin/koha/circ/on-site_checkouts.pl"><i class="fa fa-map-marker"></i> Pending on-site checkouts</a>
51
                        </li>
52
                    [% END %]
48
                </ul>
53
                </ul>
49
            </div>
54
            </div>
50
55
Lines 110-120 Link Here
110
                            title="Limited to your library.  See report help for other details."
115
                            title="Limited to your library.  See report help for other details."
111
                        ><i class="fa fa-clock-o"></i> Overdues with fines</a>
116
                        ><i class="fa fa-clock-o"></i> Overdues with fines</a>
112
                    </li>
117
                    </li>
113
                    [% IF Koha.Preference('OnSiteCheckouts') %]
114
                        <li>
115
                            <a class="circ-button" href="/cgi-bin/koha/circ/on-site_checkouts.pl">Pending on-site checkouts</a>
116
                        </li>
117
                    [% END %]
118
                </ul>
118
                </ul>
119
            </div>
119
            </div>
120
        </div>
120
        </div>
121
- 

Return to bug 21350