@@ -, +, @@ comments - Tags - Main page - Viewing tags by status: Approved, pending, and rejected (link in the right-hand column) - List of records by tag - This page has been modified so that the menu of tag link in the left-hand sidebar is styled consistently with other sidebar menus. - Comments - Approved comments - Comments awaiting moderation --- .../prog/en/modules/reviews/reviewswaiting.tt | 12 ++++++- .../prog/en/modules/tags/list.tt | 27 ++++++++------ .../prog/en/modules/tags/review.tt | 36 +++++++++++++++++-- 3 files changed, 61 insertions(+), 14 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reviews/reviewswaiting.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/reviews/reviewswaiting.tt @@ -1,8 +1,18 @@ [% USE raw %] [% USE Asset %] +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -[% IF ( status ) %]Approved comments[% ELSE %]Comments awaiting moderation[% END %] › Comments › Tools › Koha +[% FILTER collapse %] + [% IF( status ) %] + [% t("Approved comments") | html %] + [% ELSE %] + [% t("Comments awaiting moderation") | html %] + [% END %] › + [% t("Comments") | html %] › + [% t("Tools") | html %] › + [% t("Koha") | html %] +[% END %] [% INCLUDE 'doc-head-close.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt @@ -2,9 +2,15 @@ [% USE Asset %] [% USE AuthorisedValues %] [% USE Branches %] +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -[% IF ( do_it ) %]Review[% ELSE %]Review tags[% END %] › Tags › Tools › Koha +[% FILTER collapse %] + [% tx("Results for tag '{tag}'", { tag = tag }) | html %] › + [% t("Tags") | html %] › + [% t("Tools") | html %] › + [% t("Koha") | html %] +[% END %] [% INCLUDE 'doc-head-close.inc' %] @@ -24,7 +30,7 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Tags [% END %] [% WRAPPER breadcrumb_item bc_active= 1 %] - Results for tag [% tag | html %] + [% tx("Results for tag '{tag}'", { tag = tag }) | html %] [% END %] [% END #/ WRAPPER breadcrumbs %] [% END #/ WRAPPER sub-header.inc %] @@ -34,10 +40,9 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
-

Results for tag [% tag | html %]

+

[% tx("Results for tag '{tag}'", { tag = tag }) | html %]

[% IF ( titles ) %] -

Titles tagged with the term [% tag | html %]

@@ -89,12 +94,14 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt @@ -4,7 +4,18 @@ [% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -[% IF ( do_it ) %]Review[% ELSE %]Review tags[% END %] › Tags › Tools › Koha +[% FILTER collapse %] + [% IF ( filter_approved_ok ) %] + [% t("Approved") | html %] › + [% ELSIF ( filter_approved_pending ) %] + [% t("Pending") | html %] › + [% ELSIF ( filter_approved_rej ) %] + [% t("Rejected") | html %] › + [% END %] + [% t("Tags") | html %] › + [% t("Tools") | html %] › + [% t("Koha") | html %] +[% END %] [% INCLUDE 'doc-head-close.inc' %]