Bug 20791: Correct capitalization on 'Notices & slips' page
- Standardizes spelling to 'Notices & slips' Signed-off-by: Mark Tompsett <mtompset@hotmail.com> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This commit is contained in:
parent
6773a5e300
commit
62595687c1
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
[% INCLUDE 'header.inc' %]
|
||||
[% INCLUDE 'letters-search.inc' %]
|
||||
|
||||
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> › [% IF ( add_form or copy_form) %][% IF ( modify ) %]<a href="/cgi-bin/koha/tools/letter.pl">Notices & Slips</a> › Modify notice[% ELSE %] <a href="/cgi-bin/koha/tools/letter.pl">Notices & Slips</a> › Add notice[% END %][% ELSE %][% IF ( add_validate or copy_validate) %] <a href="/cgi-bin/koha/tools/letter.pl">Notices & Slips</a> › Notice added[% ELSE %][% IF ( delete_confirm ) %] <a href="/cgi-bin/koha/tools/letter.pl">Notices & Slips</a> › Confirm deletion[% ELSE %]Notices & Slips[% END %][% END %][% END %]</div>
|
||||
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> › [% IF ( add_form or copy_form) %][% IF ( modify ) %]<a href="/cgi-bin/koha/tools/letter.pl">Notices & slips</a> › Modify notice[% ELSE %] <a href="/cgi-bin/koha/tools/letter.pl">Notices & slips</a> › Add notice[% END %][% ELSE %][% IF ( add_validate or copy_validate) %] <a href="/cgi-bin/koha/tools/letter.pl">Notices & slips</a> › Notice added[% ELSE %][% IF ( delete_confirm ) %] <a href="/cgi-bin/koha/tools/letter.pl">Notices & slips</a> › Confirm deletion[% ELSE %]Notices & slips[% END %][% END %][% END %]</div>
|
||||
|
||||
<div id="preview_template" class="modal in" tabindex="-1" role="dialog" aria-labelledby="preview_template_label" aria-hidden="true">
|
||||
<div class="modal-dialog modal-lg">
|
||||
|
@ -45,7 +45,7 @@
|
|||
[% END %]
|
||||
|
||||
[% IF ( no_op_set ) %]
|
||||
<h1>Notices and Slips</h1>
|
||||
<h1>Notices & slips</h1>
|
||||
<form method="get" action="/cgi-bin/koha/tools/letter.pl" id="selectlibrary">
|
||||
<input type="hidden" name="searchfield" value="[% searchfield | html %]" />
|
||||
[% UNLESS independant_branch %]
|
||||
|
|
Loading…
Reference in a new issue