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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-4 / +7 lines)
Lines 182-190 function checkMultiHold() { Link Here
182
	<div id="yui-main">
182
	<div id="yui-main">
183
	<div class="yui-b">
183
	<div class="yui-b">
184
[% IF ( noitems ) %]
184
[% IF ( noitems ) %]
185
<div class="dialog alert">
185
    <div class="dialog alert">
186
<strong>Cannot place hold:</strong> this record has no items attached.
186
    [%IF (multi_hold) %]
187
</div>
187
        <strong>Cannot place hold:</strong> one or more records without items attached.
188
    [% ELSE %]
189
        <strong>Cannot place hold:</strong> this record has no items attached.
190
    [% END %]
191
    </ div>
188
[% ELSE %]
192
[% ELSE %]
189
  [% IF ( messagetransfert ) %]
193
  [% IF ( messagetransfert ) %]
190
		<div class="dialog message">
194
		<div class="dialog message">
191
- 

Return to bug 4231