Bugzilla – Attachment 75445 Details for
Bug 20791
Correct capitalization on 'Notices and slips' page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20791: Correct capitalization on 'Notices & slips' page
Bug-20791-Correct-capitalization-on-Notices--slips.patch (text/plain), 2.63 KB, created by
Katrin Fischer
on 2018-05-19 22:52:10 UTC
(
hide
)
Description:
Bug 20791: Correct capitalization on 'Notices & slips' page
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2018-05-19 22:52:10 UTC
Size:
2.63 KB
patch
obsolete
>From 9e1b7ba8d22f0c68851d641aaa44d7f340f6aaa9 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Fri, 18 May 2018 05:39:19 +0000 >Subject: [PATCH] Bug 20791: Correct capitalization on 'Notices & slips' page > >- Standardizes spelling to 'Notices & slips' >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >index 7149499..0e12c41 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >@@ -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 %] >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 20791
:
75445
|
75481
|
75558