Lines 172-178
Link Here
|
172 |
<li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=serial">Serials (new issue)</a></li> |
172 |
<li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=serial">Serials (new issue)</a></li> |
173 |
<li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=suggestions">Suggestions</a></li> |
173 |
<li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=suggestions">Suggestions</a></li> |
174 |
<li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=pos">Point of sale</a></li> |
174 |
<li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=pos">Point of sale</a></li> |
175 |
<li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=report">Report</a></li> |
175 |
<li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=report">Reports</a></li> |
176 |
</ul> |
176 |
</ul> |
177 |
</div> |
177 |
</div> |
178 |
</div> <!-- /#toolbar --> |
178 |
</div> <!-- /#toolbar --> |
Lines 231-237
Link Here
|
231 |
[% CASE 'serial' %]<span>Serials (new issue)</span> |
231 |
[% CASE 'serial' %]<span>Serials (new issue)</span> |
232 |
[% CASE 'suggestions' %]<span>Suggestions</span> |
232 |
[% CASE 'suggestions' %]<span>Suggestions</span> |
233 |
[% CASE 'pos' %]<span>Point of sale</span> |
233 |
[% CASE 'pos' %]<span>Point of sale</span> |
234 |
[% CASE 'report' %]<span>Report</span> |
234 |
[% CASE 'report' %]<span>Reports</span> |
235 |
[% CASE %]<span>[% lette.module | html %]</span> |
235 |
[% CASE %]<span>[% lette.module | html %]</span> |
236 |
[% END %] |
236 |
[% END %] |
237 |
</td> |
237 |
</td> |
Lines 414-422
Link Here
|
414 |
<option value="pos">Point of sale</option> |
414 |
<option value="pos">Point of sale</option> |
415 |
[% END %] |
415 |
[% END %] |
416 |
[% IF ( module == "report" ) %] |
416 |
[% IF ( module == "report" ) %] |
417 |
<option value="report" selected="selected">Report</option> |
417 |
<option value="report" selected="selected">Reports</option> |
418 |
[% ELSE %] |
418 |
[% ELSE %] |
419 |
<option value="report">Report</option> |
419 |
<option value="report">Reports</option> |
420 |
[% END %] |
420 |
[% END %] |
421 |
</select> |
421 |
</select> |
422 |
</li> |
422 |
</li> |
423 |
- |
|
|