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

(-)a/circ/waitingreserves.pl (-1 / +2 lines)
Lines 155-161 $template->param( Link Here
155
    overloop    => \@overloop,
155
    overloop    => \@overloop,
156
    overcount   => $overcount,
156
    overcount   => $overcount,
157
    show_date   => format_date(C4::Dates->today('iso')),
157
    show_date   => format_date(C4::Dates->today('iso')),
158
	dateformat  => C4::Context->preference("dateformat"),
158
    dateformat  => C4::Context->preference("dateformat"),
159
    ReservesMaxPickUpDelay => C4::Context->preference('ReservesMaxPickUpDelay')
159
);
160
);
160
161
161
output_html_with_http_headers $input, $cookie, $template->output;
162
output_html_with_http_headers $input, $cookie, $template->output;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tmpl (-2 / +2 lines)
Lines 116-121 $.tablesorter.addParser({ Link Here
116
        <!-- /TMPL_IF -->
116
        <!-- /TMPL_IF -->
117
        </div>
117
        </div>
118
        <div id="holdsover">
118
        <div id="holdsover">
119
                <p>Holds listed here have been awaiting pickup for more than <!-- TMPL_VAR NAME="ReservesMaxPickUpDelay" --> days.</p>
119
                <!-- TMPL_IF NAME="overloop" -->
120
                <!-- TMPL_IF NAME="overloop" -->
120
               <table id="holdso">
121
               <table id="holdso">
121
               <thead><tr>
122
               <thead><tr>
Lines 130-136 $.tablesorter.addParser({ Link Here
130
                        <td><p><!-- TMPL_VAR NAME="waitingdate" --></p></td>
131
                        <td><p><!-- TMPL_VAR NAME="waitingdate" --></p></td>
131
                        <td><!-- TMPL_INCLUDE NAME="biblio-default-view.inc" --><!-- TMPL_VAR NAME="title" escape="html" --> <!-- TMPL_VAR NAME="subtitle" ESCAPE="html" -->
132
                        <td><!-- TMPL_INCLUDE NAME="biblio-default-view.inc" --><!-- TMPL_VAR NAME="title" escape="html" --> <!-- TMPL_VAR NAME="subtitle" ESCAPE="html" -->
132
                        </a>
133
                        </a>
133
                            &nbsp; (<b><!-- TMPL_VAR NAME="itemtype" --></b>)
134
                            <!-- TMPL_UNLESS NAME="item_level_itypes" --><!-- TMPL_IF NAME="itemtype" -->&nbsp; (<b><!-- TMPL_VAR NAME="itemtype" --></b>)<!-- /TMPL_IF --><!-- /TMPL_UNLESS -->
134
                        <br />Barcode: <!-- TMPL_VAR NAME="barcode" -->
135
                        <br />Barcode: <!-- TMPL_VAR NAME="barcode" -->
135
                    </td>
136
                    </td>
136
                    <td><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!--TMPL_VAR Name="borrowernum"-->"><!-- TMPL_VAR NAME="borrowername" -->, <!-- TMPL_VAR NAME="borrowerfirstname" --></a><br /><!-- TMPL_VAR NAME="borrowerphone" --><br />
137
                    <td><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!--TMPL_VAR Name="borrowernum"-->"><!-- TMPL_VAR NAME="borrowername" -->, <!-- TMPL_VAR NAME="borrowerfirstname" --></a><br /><!-- TMPL_VAR NAME="borrowerphone" --><br />
137
- 

Return to bug 5715