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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt (+11 lines)
Lines 166-171 $(document).ready(function() { Link Here
166
            </select>
166
            </select>
167
            [% END %]
167
            [% END %]
168
        [% END %]
168
        [% END %]
169
170
[% IF ( letter ) %]
169
        <table id="lettert">
171
        <table id="lettert">
170
		<thead><tr>
172
		<thead><tr>
171
			<th>Library</th>
173
			<th>Library</th>
Lines 218-223 $(document).ready(function() { Link Here
218
    [% END %]
220
    [% END %]
219
        </tbody>
221
        </tbody>
220
		</table>
222
		</table>
223
[% ELSE %]
224
    <div class="dialog message">
225
        [% IF ( branchcode ) %]
226
           <p>There are no notices for this library.</p>
227
        [% ELSE %]
228
            <p>There are no notices.</p>
229
        [% END %]
230
    </div>
231
[% END %]
221
[% END %]
232
[% END %]
222
233
223
	
234
	
(-)a/tools/letter.pl (-1 / +1 lines)
Lines 115-120 $template->param( Link Here
115
    independant_branch => $my_branch,
115
    independant_branch => $my_branch,
116
	script_name => $script_name,
116
	script_name => $script_name,
117
  searchfield => $searchfield,
117
  searchfield => $searchfield,
118
    branchcode => $branchcode,
118
	action => $script_name
119
	action => $script_name
119
);
120
);
120
121
121
- 

Return to bug 9650