Browse Source

Bug 26703: tools folder

Swapped the order of the page titles to have the unique information
first, i.e. the name of the specific page displays first, and the name of the website (e.g. Koha) displays at the end.

To test:
1) Apply patch
2) Ensure each of the files in the tools folder are swapped around
to display the most unique information first, and the website name is at the end
3) Ensure the pages displayed on the Staff Client that correspond to
these files also display the changes

Sponsored-by: Catalyst IT
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Henry Bolshaw <bolshawh@parliament.uk>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
21.05.x
Wainui Witika-Park 3 years ago
committed by Jonathan Druart
parent
commit
b6f036a7ac
  1. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/tools/automatic_item_modification_by_age.tt
  2. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt
  3. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt
  4. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt
  5. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt
  6. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt
  7. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt
  8. 8
      koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt
  9. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt
  10. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt
  11. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt
  12. 6
      koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt
  13. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt
  14. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt
  15. 17
      koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt
  16. 6
      koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt
  17. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt
  18. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt
  19. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt
  20. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/tools/picture-upload.tt
  21. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/tools/preview_letter.tt
  22. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/tools/problem-reports.tt
  23. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt
  24. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt
  25. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/tools/scheduler.tt
  26. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/tools/showdiffmarc.tt
  27. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt
  28. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt
  29. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt
  30. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload-images.tt
  31. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt
  32. 10
      koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt

2
koha-tmpl/intranet-tmpl/prog/en/modules/tools/automatic_item_modification_by_age.tt

@ -2,7 +2,7 @@
[% USE Asset %] [% USE Asset %]
[% SET footerjs = 1 %] [% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %] [% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Tools &rsaquo; Automatic item modifications by age</title> <title>Automatic item modifications by age &rsaquo; Tools &rsaquo; Koha</title>
[% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'doc-head-close.inc' %]
</head> </head>

2
koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt

@ -3,7 +3,7 @@
[% SET footerjs = 1 %] [% SET footerjs = 1 %]
[% PROCESS 'i18n.inc' %] [% PROCESS 'i18n.inc' %]
[% INCLUDE 'doc-head-open.inc' %] [% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Tools &rsaquo; Batch item deletion</title> <title>Batch item deletion &rsaquo; Tools &rsaquo; Koha</title>
[% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'doc-head-close.inc' %]
<!--[if IE]> <!--[if IE]>
<style>#selections { display: none; }</style> <style>#selections { display: none; }</style>

2
koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt

@ -3,7 +3,7 @@
[% USE Koha %] [% USE Koha %]
[% SET footerjs = 1 %] [% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %] [% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Tools &rsaquo; Batch item modification</title> <title>Batch item modification &rsaquo; Tools &rsaquo; Koha</title>
[% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'doc-head-close.inc' %]
<style>input[type=checkbox]{ margin : 0 .5em; }</style> <style>input[type=checkbox]{ margin : 0 .5em; }</style>
[% Asset.css("css/addbiblio.css") | $raw %] [% Asset.css("css/addbiblio.css") | $raw %]

2
koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt

@ -2,7 +2,7 @@
[% USE Asset %] [% USE Asset %]
[% SET footerjs = 1 %] [% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %] [% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Tools &rsaquo; [% IF ( del ) %]Batch item deletion[% ELSE %]Batch item modification[% END %] </title> <title>[% IF ( del ) %]Batch item deletion[% ELSE %]Batch item modification[% END %] &rsaquo; Tools &rsaquo; Koha</title>
[% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'doc-head-close.inc' %]
</head> </head>
<body id="tools_batchMod" class="tools"> <body id="tools_batchMod" class="tools">

2
koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt

@ -3,7 +3,7 @@
[% SET footerjs = 1 %] [% SET footerjs = 1 %]
[% PROCESS 'authorities-search-results.inc' %] [% PROCESS 'authorities-search-results.inc' %]
[% INCLUDE 'doc-head-open.inc' %] [% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Tools &rsaquo; Batch record deletion</title> <title>Batch record deletion &rsaquo; Tools &rsaquo; Koha</title>
[% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'doc-head-close.inc' %]
</head> </head>

2
koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt

@ -8,7 +8,7 @@
[% PROCESS 'html_helpers.inc' %] [% PROCESS 'html_helpers.inc' %]
[% INCLUDE 'doc-head-open.inc' %] [% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Tools &rsaquo; Batch extend due dates</title> <title>Batch extend due dates &rsaquo; Tools &rsaquo; Koha</title>
[% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'doc-head-close.inc' %]
[% Asset.css("css/humanmsg.css") | $raw %] [% Asset.css("css/humanmsg.css") | $raw %]
</head> </head>

2
koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt

@ -3,7 +3,7 @@
[% SET footerjs = 1 %] [% SET footerjs = 1 %]
[% PROCESS 'authorities-search-results.inc' %] [% PROCESS 'authorities-search-results.inc' %]
[% INCLUDE 'doc-head-open.inc' %] [% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Tools &rsaquo; Batch record modification</title> <title>Batch record modification &rsaquo; Tools &rsaquo; Koha</title>
[% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'doc-head-close.inc' %]
[% Asset.css("css/humanmsg.css") | $raw %] [% Asset.css("css/humanmsg.css") | $raw %]
</head> </head>

8
koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt

@ -5,7 +5,13 @@
[% USE Branches %] [% USE Branches %]
[% SET footerjs = 1 %] [% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %] [% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Tools &rsaquo; Batch patron deletion and anonymization [% IF step == 2 %]&rsaquo; Confirm[% END %][% IF step == 3 %]&rsaquo; Finished[% END %]</title> <title>
[% IF step == 2 %]
Confirm &rsaquo; [% END %]
[% IF step == 3 %]
Finished &rsaquo; [% END %]
Batch patron deletion and anonymization &rsaquo; Tools &rsaquo; Koha
</title>
[% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'doc-head-close.inc' %]
</head> </head>

2
koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt

@ -3,7 +3,6 @@
[% SET footerjs = 1 %] [% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %] [% INCLUDE 'doc-head-open.inc' %]
<title> <title>
Koha &rsaquo; Tools &rsaquo; CSV profiles
[% IF op == 'add_form' %] [% IF op == 'add_form' %]
[% IF csv_profile %] [% IF csv_profile %]
&rsaquo; Modify a CSV profile &rsaquo; Modify a CSV profile
@ -11,6 +10,7 @@
&rsaquo; New CSV profile &rsaquo; New CSV profile
[% END %] [% END %]
[% END %] [% END %]
&rsaquo; CSV export profiles &rsaquo; Tools &rsaquo; Koha
</title> </title>
[% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'doc-head-close.inc' %]
</head> </head>

2
koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt

@ -3,7 +3,7 @@
[% USE Branches %] [% USE Branches %]
[% SET footerjs = 1 %] [% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %] [% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Tools &rsaquo; Export data</title> <title>Export data &rsaquo; Tools &rsaquo; Koha</title>
[% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'doc-head-close.inc' %]
<style> <style>
fieldset.rows fieldset.rows { fieldset.rows fieldset.rows {

2
koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt

@ -3,7 +3,7 @@
[% USE Branches %] [% USE Branches %]
[% SET footerjs = 1 %] [% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %] [% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Tools &rsaquo; [% Branches.GetName( branch ) | html %] calendar</title> <title>[% Branches.GetName( branch ) | html %] calendar &rsaquo; Tools &rsaquo; Koha</title>
[% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'doc-head-close.inc' %]
[% Asset.css("css/calendar.css") | $raw %] [% Asset.css("css/calendar.css") | $raw %]
</head> </head>

6
koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt

@ -4,7 +4,11 @@
[% USE Branches %] [% USE Branches %]
[% SET footerjs = 1 %] [% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %] [% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Tools &rsaquo; Import patrons [% IF ( uploadborrowers ) %]&rsaquo; Results[% END %]</title> <title>
[% IF ( uploadborrowers ) %]
Results &rsaquo; [% END %]
Import patrons &rsaquo; Tools &rsaquo; Koha
</title>
[% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'doc-head-close.inc' %]
<style> <style>
.yui-u fieldset.rows .widelabel { width: 12em; } .yui-u fieldset.rows .widelabel { width: 12em; }

2
koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt

@ -4,7 +4,7 @@
[% USE Branches %] [% USE Branches %]
[% SET footerjs = 1 %] [% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %] [% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Tools &rsaquo; Inventory</title> <title>Inventory &rsaquo; Tools &rsaquo; Koha</title>
[% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'doc-head-close.inc' %]
</head> </head>

2
koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt

@ -5,7 +5,7 @@
[% USE Branches %] [% USE Branches %]
[% SET footerjs = 1 %] [% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %] [% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Tools &rsaquo; News</title> <title>News &rsaquo; Tools &rsaquo; Koha</title>
[% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'doc-head-close.inc' %]
[% IF ( opac_news_count ) %] [% IF ( opac_news_count ) %]
[% END %] [% END %]

17
koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt

@ -7,20 +7,19 @@
[% SET footerjs = 1 %] [% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %] [% INCLUDE 'doc-head-open.inc' %]
<title> <title>
Koha &rsaquo; Tools &rsaquo; Notices
[% IF ( add_form or copy_form ) %] [% IF ( add_form or copy_form ) %]
[% IF ( modify ) %] [% IF ( modify ) %]
&rsaquo; Modify notice Modify notice &rsaquo; [% ELSE %]
[% ELSE %] Add notice &rsaquo; [% END %]
&rsaquo; Add notice
[% END %]
[% END %] [% END %]
[% IF ( add_validate or copy_validate) %] [% IF ( add_validate or copy_validate) %]
&rsaquo; Notice added Notice added &rsaquo; [% END %]
[% END %]
[% IF ( delete_confirm ) %] [% IF ( delete_confirm ) %]
&rsaquo; Confirm deletion Confirm deletion &rsaquo; [% END %]
[% END %]
Notices &rsaquo; Tools &rsaquo; Koha
</title> </title>
[% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'doc-head-close.inc' %]
<style>#preview_template .modal-dialog { width : 80%; } .spinner { display: none; } @media (max-width: 767px) { #preview_template { margin: 0; width : auto; } }</style> <style>#preview_template .modal-dialog { width : 80%; } .spinner { display: none; } @media (max-width: 767px) { #preview_template { margin: 0; width : auto; } }</style>

6
koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt

@ -3,10 +3,10 @@
[% USE KohaDates %] [% USE KohaDates %]
[% SET footerjs = 1 %] [% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %] [% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Tools &rsaquo; Manage staged MARC records <title>
[% IF ( import_batch_id ) %] [% IF ( import_batch_id ) %]
&rsaquo; Batch [% import_batch_id | html %] Batch [% import_batch_id | html %] &rsaquo; [% END %]
[% END %] Manage staged MARC records &rsaquo; Tools &rsaquo; Koha
</title> </title>
[% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'doc-head-close.inc' %]
[% Asset.css("css/humanmsg.css") | $raw %] [% Asset.css("css/humanmsg.css") | $raw %]

2
koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt

@ -3,7 +3,7 @@
[% USE Asset %] [% USE Asset %]
[% SET footerjs = 1 %] [% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %] [% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Tools &rsaquo; MARC modification templates</title> <title>MARC modification templates &rsaquo; Tools &rsaquo; Koha</title>
[% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'doc-head-close.inc' %]
[% FILTER collapse %] [% FILTER collapse %]
<style> <style>

2
koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt

@ -7,7 +7,7 @@
[% USE TablesSettings %] [% USE TablesSettings %]
[% SET footerjs = 1 %] [% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %] [% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Tools &rsaquo; Batch patron modification</title> <title>Batch patron modification &rsaquo; Tools &rsaquo; Koha</title>
[% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'doc-head-close.inc' %]
</head> </head>

2
koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt

@ -4,7 +4,7 @@
[% USE Branches %] [% USE Branches %]
[% SET footerjs = 1 %] [% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %] [% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Tools &rsaquo; Overdue notice/status triggers</title> <title>Overdue notice/status triggers &rsaquo; Tools &rsaquo; Koha</title>
[% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'doc-head-close.inc' %]
</head> </head>

2
koha-tmpl/intranet-tmpl/prog/en/modules/tools/picture-upload.tt

@ -2,7 +2,7 @@
[% USE Asset %] [% USE Asset %]
[% SET footerjs = 1 %] [% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %] [% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Tools &rsaquo; Upload patron images</title> <title>Upload patron images &rsaquo; Tools &rsaquo; Koha</title>
[% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'doc-head-close.inc' %]
</head> </head>

2
koha-tmpl/intranet-tmpl/prog/en/modules/tools/preview_letter.tt

@ -1,5 +1,5 @@
[% INCLUDE 'doc-head-open.inc' %] [% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Tools &rsaquo; Preview notice template</title> <title>Preview notice template &rsaquo; Tools &rsaquo; Koha</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head> </head>
<body id="preview_letter" class="catalog"> <body id="preview_letter" class="catalog">

2
koha-tmpl/intranet-tmpl/prog/en/modules/tools/problem-reports.tt

@ -4,7 +4,7 @@
[% USE KohaDates %] [% USE KohaDates %]
[% SET footerjs = 1 %] [% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %] [% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Administration &rsaquo; OPAC problem reports</title> <title>OPAC problem reports &rsaquo; Administration &rsaquo; Koha</title>
[% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'doc-head-close.inc' %]
</head> </head>

2
koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt

@ -2,7 +2,7 @@
[% USE Asset %] [% USE Asset %]
[% SET footerjs = 1 %] [% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %] [% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Tools &rsaquo; Quote uploader</title> <title>Quote uploader &rsaquo; Tools &rsaquo; Koha</title>
[% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'doc-head-close.inc' %]
[% Asset.css("css/uploader.css") | $raw %] [% Asset.css("css/uploader.css") | $raw %]
[% Asset.css("css/quotes.css") | $raw %] [% Asset.css("css/quotes.css") | $raw %]

2
koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt

@ -2,7 +2,7 @@
[% USE Asset %] [% USE Asset %]
[% SET footerjs = 1 %] [% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %] [% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Tools &rsaquo; Quote editor</title> <title>Quote editor &rsaquo; Tools &rsaquo; Koha</title>
[% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'doc-head-close.inc' %]
[% Asset.css("css/quotes.css") | $raw %] [% Asset.css("css/quotes.css") | $raw %]
</head> </head>

2
koha-tmpl/intranet-tmpl/prog/en/modules/tools/scheduler.tt

@ -2,7 +2,7 @@
[% USE Asset %] [% USE Asset %]
[% SET footerjs = 1 %] [% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %] [% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Tools &rsaquo; Task scheduler</title> <title>Task scheduler &rsaquo; Tools &rsaquo; Koha</title>
[% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'doc-head-close.inc' %]
</head> </head>

2
koha-tmpl/intranet-tmpl/prog/en/modules/tools/showdiffmarc.tt

@ -2,7 +2,7 @@
[% USE Asset %] [% USE Asset %]
[% SET footerjs = 1 %] [% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %] [% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Tools &rsaquo; Manage staged MARC records &rsaquo; Compare matched records</title> <title>Compare matched records &rsaquo; Manage staged MARC records &rsaquo; Tools &rsaquo; Koha</title>
[% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'doc-head-close.inc' %]
<style> <style>
ins { background-color: #e6ffe6; } ins { background-color: #e6ffe6; }

2
koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt

@ -2,7 +2,7 @@
[% USE Asset %] [% USE Asset %]
[% SET footerjs = 1 %] [% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %] [% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Tools &rsaquo; Stage MARC records for import</title> <title>Stage MARC records for import &rsaquo; Tools &rsaquo; Koha</title>
[% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'doc-head-close.inc' %]
<style> <style>
#fileuploadstatus,#fileuploadfailed,#fileuploadcancel,#jobpanel,#jobstatus,#jobfailed { display : none; } #fileuploadstatus,#fileuploadfailed,#fileuploadcancel,#jobpanel,#jobstatus,#jobfailed { display : none; }

2
koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt

@ -6,7 +6,7 @@
[% USE TablesSettings %] [% USE TablesSettings %]
[% SET footerjs = 1 %] [% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %] [% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Stock rotation</title> <title>Stock rotation &rsaquo; Koha</title>
[% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'doc-head-close.inc' %]
</head> </head>

2
koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt

@ -1,7 +1,7 @@
[% USE Koha %] [% USE Koha %]
[% INCLUDE 'doc-head-open.inc' %] [% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Tools</title> <title>Tools &rsaquo; Koha</title>
[% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'doc-head-close.inc' %]
</head> </head>
<body id="tools_tools-home" class="tools"> <body id="tools_tools-home" class="tools">

2
koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload-images.tt

@ -2,7 +2,7 @@
[% USE Asset %] [% USE Asset %]
[% SET footerjs = 1 %] [% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %] [% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Tools &rsaquo; Upload images</title> <title>Upload images &rsaquo; Tools &rsaquo; Koha</title>
[% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'doc-head-close.inc' %]
<style> <style>
#fileuploadstatus,#fileuploadfailed,#jobpanel,#jobstatus,#jobfailed { display : none; } #fileuploadstatus,#fileuploadfailed,#jobpanel,#jobstatus,#jobfailed { display : none; }

2
koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt

@ -7,7 +7,7 @@
[% IF plugin %] [% IF plugin %]
<title>Upload plugin</title> <title>Upload plugin</title>
[% ELSE %] [% ELSE %]
<title>Koha &rsaquo; Tools &rsaquo; Upload</title> <title>Upload &rsaquo; Tools &rsaquo; Koha</title>
[% END %] [% END %]
[% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'doc-head-close.inc' %]

10
koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt

@ -8,12 +8,10 @@
[% SET footerjs = 1 %] [% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %] [% INCLUDE 'doc-head-open.inc' %]
<title> <title>
Koha &rsaquo; Tools &rsaquo; [% IF ( do_it ) %]
[% IF ( do_it ) %] Results &rsaquo; [% END %]
Logs &rsaquo; Results
[% ELSE %] Logs &rsaquo; Tools &rsaquo; Koha
Logs
[% END %]
</title> </title>
[% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'doc-head-close.inc' %]
[% Asset.css("css/humanmsg.css") | $raw %] [% Asset.css("css/humanmsg.css") | $raw %]

Loading…
Cancel
Save