View | Details | Raw Unified | Return to bug 29528
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt (-3 / +3 lines)
Lines 46-55 Link Here
46
            <li>
46
            <li>
47
                <a href="#" aria-current="page">
47
                <a href="#" aria-current="page">
48
                    [% IF additional_content.idnew %]
48
                    [% IF additional_content.idnew %]
49
                        Modify additional content ([% IF category == 'news' %]News[% ELSE %]HTML customizations[% END %])
49
                        <span>Modify additional content<span>
50
                    [% ELSE %]
50
                    [% ELSE %]
51
                        Add additional content ([% IF category == 'news' %]News[% ELSE %]HTML customizations[% END %])
51
                        <span>Add additional content<span>
52
                    [% END %]
52
                    [% END %]
53
                    ([% IF category == 'news' %]<span>News</span>[% ELSE %]<span>HTML customizations</span>[% END %])
53
                </a>
54
                </a>
54
            </li>
55
            </li>
55
        [% ELSE %]
56
        [% ELSE %]
56
- 

Return to bug 29528