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 / +7 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"
51
			    href="/cgi-bin/koha/circ/on-site_checkouts.pl">
52
			    <i class="fa fa-map-marker"></i> Pending on-site checkouts</a>
53
                         </li>
54
                    [% END %]
48
                </ul>
55
                </ul>
49
            </div>
56
            </div>
50
57
Lines 110-120 Link Here
110
                            title="Limited to your library.  See report help for other details."
117
                            title="Limited to your library.  See report help for other details."
111
                        ><i class="fa fa-clock-o"></i> Overdues with fines</a>
118
                        ><i class="fa fa-clock-o"></i> Overdues with fines</a>
112
                    </li>
119
                    </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>
120
                </ul>
119
            </div>
121
            </div>
120
        </div>
122
        </div>
121
- 

Return to bug 21350