From ed00d0ddc6803c9a1c19c8114bfe2db46fd6bb7e Mon Sep 17 00:00:00 2001 From: Wainui Witika-Park Date: Sun, 6 Jun 2021 06:52:12 +0000 Subject: [PATCH] Bug 27741: about.tt Bug 27631 corrected the

tags in each of the pages in the staff client. This bug deals with correcting the hierarchy of each of the other headings. To test: 1) Apply patch and dependencies 2) Go to each of the pages and check the headings under

are in the correct order and hierarchy Sponsored-by: Catalyst IT Signed-off-by: Owen Leonard --- .../intranet-tmpl/prog/en/modules/about.tt | 123 +++++++++--------- 1 file changed, 63 insertions(+), 60 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt index 3b5a3ae6b8..d763f9a9bb 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -41,7 +41,7 @@
- + @@ -173,7 +173,7 @@
Server information

Server information

Koha version: [% kohaVersion | html %]
OS version ('uname -a'): [% osVersion | html %]
Perl interpreter: [% perlPath | html %]
- + [% FOREACH tabl IN table %] [% FOREACH ro IN tabl.row %] @@ -215,15 +215,16 @@
+

System information

[% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatronOPACPrivacy || warnPrefAnonymousPatronAnonSuggestions || warnPrefAnonymousPatronOPACPrivacy_PatronDoesNotExist || warnPrefAnonymousPatronAnonSuggestions_PatronDoesNotExist || warnPrefKohaAdminEmailAddress || warnPrefOpacHiddenItems || invalid_yesno.count || warnNoActiveCurrency || warnIsRootUser || xml_config_warnings.size || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration || has_ai_issues || oauth2_missing_deps || bad_yaml_prefs || warnRelationships || log4perl_errors || config_bcrypt_settings_no_set || warnHiddenBiblionumbers.size || warnConnectBroker %] [% IF (warnIsRootUser) %] -

Warning regarding current user

+

Warning regarding current user

You are logged in as the database administrative user. This is not recommended because some parts of Koha will not function as expected when using this account.

Please log in instead with a regular staff account. To create a staff account, create a library, a patron category 'Staff' and add a new patron. Then give this patron permissions from 'More' in the toolbar.

[% END %] [% IF has_ai_issues %] -

Data problems

+

Data problems

Some of your tables have problems with their auto_increment values which may lead to data loss.

You should not ignore this warning.

The problem is that InnoDB does not keep auto_increment across SQL server restarts (it is only set in memory). So on server startup the auto_increment values are set to max(table.id)+1.

@@ -231,29 +232,29 @@ DBMS auto increment fix

-

Problems found

+

Problems found

[% IF ai_patrons %] -

Patrons

+
Patrons

The following ids exist in both tables [% "borrowers" | $HtmlTags tag="strong" %] and [% "deletedborrowers" | $HtmlTags tag="strong" %]:

[% FOR p IN ai_patrons %][% p.borrowernumber | html %][% UNLESS loop.last %], [% END %][% END %]

[% END %] [% IF ai_biblios %] -

Bibliographic records

+
Bibliographic records

The following ids exist in both tables [% "biblio" | $HtmlTags tag="strong" %] and [% "deletedbiblio" | $HtmlTags tag="strong" %]:

[% FOR b IN ai_biblios %][% b.biblionumber | html %][% UNLESS loop.last %], [% END %][% END %]

[% END %] [% IF ai_items %] -

Items

+
Items

The following ids exist in both tables [% "items" | $HtmlTags tag="strong" %] and [% "deleteditems" | $HtmlTags tag="strong" %]:

[% FOR i IN ai_items %][% i.itemnumber | html %][% UNLESS loop.last %], [% END %][% END %]

[% END %] [% IF ai_checkouts %] -

Checkouts

+
Checkouts

The following ids exist in both tables [% "issues" | $HtmlTags tag="strong" %] and [% "old_issues" | $HtmlTags tag="strong" %]:

[% FOR c IN ai_checkouts %][% c.issue_id | html %][% UNLESS loop.last %], [% END %][% END %]

[% END %] [% IF ai_holds %] -

Holds

+
Holds

The following ids exist in both tables [% "reserves" | $HtmlTags tag="strong" %] and [% "old_reserves" | $HtmlTags tag="strong" %]:

[% FOR h IN ai_holds %][% h.reserve_id | html %][% UNLESS loop.last %], [% END %][% END %]

[% END %] @@ -261,7 +262,7 @@ [% END %] [% IF warnRelationships %] -

Patron relationship problems

+

Patron relationship problems

[% IF bad_relationships_count %]

Your database contained guarantee/guarantor pairs with no defined relationship. They have been set the value '_bad_data' in the [% "borrowers.relationship" | $HtmlTags tag="strong" %] and/or [% "borrower_relationships.relationship" | $HtmlTags tag="strong" %] columns. Fix them manually by recreating those relationships, or have your system's administrator correct the values.

[% END %] @@ -278,7 +279,7 @@ [% END %] [% IF log4perl_errors %] -

Logging system does not behave correctly

+

Logging system does not behave correctly

[% FOR e IN log4perl_errors %] [% SWITCH e %] [% CASE 'missing_config_entry' %]There is no 'log4perl_conf' entry in the config file. @@ -291,7 +292,7 @@ [% END %] [% IF warnConnectBroker %] -

Impossible to connect to the message broker

+

Impossible to connect to the message broker

There is an error when trying to connect to the message broker (RabbitMQ), check the Koha log files.
Maybe it is not installed and configured correctly? @@ -300,7 +301,7 @@ [% END %] [% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatronOPACPrivacy || warnPrefAnonymousPatronAnonSuggestions || warnPrefAnonymousPatronOPACPrivacy_PatronDoesNotExist || warnPrefAnonymousPatronAnonSuggestions_PatronDoesNotExist || warnPrefKohaAdminEmailAddress || warnPrefOpacHiddenItems || invalid_yesno.count || warnNoActiveCurrency || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration || warnXSLT || oauth2_missing_deps || bad_yaml_prefs || warnIssuingRules || config_bcrypt_settings_no_set || warnHiddenBiblionumbers.size %] -

Warnings regarding the system configuration

+

Warnings regarding the system configuration

Perl modules

Perl modules

[% IF (warnPrefBiblioAddsAuthorities) %] @@ -509,7 +510,8 @@
-

Special thanks to the following organizations

+

Koha team

+

Special thanks to the following organizations

-

Koha release teams

+

Koha release teams

[% IF maintenance_team %]
-

Koha [% short_version | html %] release team

+

Koha [% short_version | html %] release team

[% IF development_version %]

You are running a development version of Koha

[% ELSE %] @@ -537,7 +539,7 @@
-

Current maintenance team

+

Current maintenance team

[% INCLUDE team t=maintenance_team v=short_version %]
@@ -547,7 +549,7 @@
[% END %] -

Koha development team

+

Koha development team

[% IF contributors.size %]
Preferences and parameters