Bug 2780 - Follow up - Capitalize strings consistently (Admin pages)
Fixes some missed strings. Signed-off-by: Owen Leonard <oleonard@myacpl.org>
This commit is contained in:
parent
643c80663d
commit
4de45e4309
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
[% INCLUDE 'doc-head-open.inc' %]
|
[% INCLUDE 'doc-head-open.inc' %]
|
||||||
<title>Koha › Administration › Libraries and groups
|
<title>Koha › Administration › Libraries and groups
|
||||||
[% IF ( editcategory ) %]
|
[% IF ( editcategory ) %]
|
||||||
›[% IF ( categorycode ) %]Edit group [% categorycode %][% ELSE %]New Group[% END %]
|
›[% IF ( categorycode ) %]Edit group [% categorycode %][% ELSE %]New group[% END %]
|
||||||
[% ELSIF ( delete_category ) %]
|
[% ELSIF ( delete_category ) %]
|
||||||
› Confirm deletion of group [% categorycode %]
|
› Confirm deletion of group [% categorycode %]
|
||||||
[% ELSIF ( add ) %]
|
[% ELSIF ( add ) %]
|
||||||
|
@ -287,7 +287,7 @@ tinyMCE.init({
|
||||||
<td><a href="[% catloo.action %]?op=delete_category&categorycode=[% catloo.categorycode |url %]">Delete</a>
|
<td><a href="[% catloo.action %]?op=delete_category&categorycode=[% catloo.categorycode |url %]">Delete</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
[% END %][% ELSE %]<tr><td colspan="5">No [% IF ( branchcategorie.properties ) %]Properties[% ELSIF ( branchcategorie.searchdomain ) %]Search domain[% END %] Defined</td></tr>[% END %]
|
[% END %][% ELSE %]<tr><td colspan="5">No [% IF ( branchcategorie.properties ) %]properties[% ELSIF ( branchcategorie.searchdomain ) %]search domain[% END %] defined</td></tr>[% END %]
|
||||||
</table>
|
</table>
|
||||||
[% END %]
|
[% END %]
|
||||||
[% ELSE %]
|
[% ELSE %]
|
||||||
|
|
|
@ -41,7 +41,7 @@ $(document).ready(function() {
|
||||||
<a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> › <a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC frameworks</a> › <a href="/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode=[% frameworkcode %]&searchfield=[% tagfield %]">[% frameworkcode %] framework structure</a> ›
|
<a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> › <a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC frameworks</a> › <a href="/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode=[% frameworkcode %]&searchfield=[% tagfield %]">[% frameworkcode %] framework structure</a> ›
|
||||||
[% IF ( add_form ) %]
|
[% IF ( add_form ) %]
|
||||||
[% IF ( use_heading_flags_p ) %]
|
[% IF ( use_heading_flags_p ) %]
|
||||||
[% IF ( heading_edit_subfields_p ) %] <a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=[% tagfield %]&frameworkcode=[% frameworkcode %]">Tag [% tagfield %] Subfield structure</a> › Edit subfields constraints
|
[% IF ( heading_edit_subfields_p ) %] <a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=[% tagfield %]&frameworkcode=[% frameworkcode %]">Tag [% tagfield %] subfield structure</a> › Edit subfields constraints
|
||||||
[% END %]
|
[% END %]
|
||||||
[% ELSE %] <a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=[% tagfield %]&frameworkcode=[% frameworkcode %]">Tag [% tagfield %] Subfield structure</a> › [% action %]
|
[% ELSE %] <a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=[% tagfield %]&frameworkcode=[% frameworkcode %]">Tag [% tagfield %] Subfield structure</a> › [% action %]
|
||||||
[% END %]
|
[% END %]
|
||||||
|
|
Loading…
Reference in a new issue