@@ -, +, @@ --- .../prog/en/modules/tools/additional-contents.tt | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt @@ -180,7 +180,7 @@ [% BLOCK add_form %] [% IF additional_content %] -

Modify an additional content

+

Modify additional content

[% ELSE %]

New additional content ([% IF category == 'news' %]News[% ELSIF category == 'pages' %]Pages[% ELSE %]HTML customizations[% END %])

[% END %] @@ -245,16 +245,23 @@
[% INCLUDE 'date-format.inc' %]
+ [% IF ( category == 'news' ) %] +
+ News without a publication date will not display +
+ [% END %]
  • [% INCLUDE 'date-format.inc' %] - [% IF category == 'news' %] -
    News will still be accessible by direct URL if expired. - [% END %]
    + [% IF category == 'news' %] +
    + News will still be accessible by direct URL if expired. +
    + [% END %]
  • --