@@ -, +, @@ Tags - Tools -> Tags - View list of tags - Click tag to view the list of titles tagged with that term --- .../intranet-tmpl/prog/en/modules/tags/list.tt | 44 +++++++++++----------- .../intranet-tmpl/prog/en/modules/tags/review.tt | 34 +++++++++-------- 2 files changed, 41 insertions(+), 37 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt @@ -5,7 +5,7 @@ Koha › Tools › Tags › [% IF ( do_it ) %]Review › [% ELSE %]Review tags[% END %] [% INCLUDE 'doc-head-close.inc' %] [% Asset.css("css/datatables.css") | $raw %] - @@ -15,10 +15,11 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : -
-
-
-
+
+
+
+
+ [% IF ( titles ) %]

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

@@ -61,25 +62,26 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
There are no titles tagged with the term [% tag | html %]
[% END %] - - - - + + + + +
+ +
+ [% MACRO jsinclude BLOCK %] [% INCLUDE 'datatables.inc' %] -