Bug 20743: Remove duplicated line 'See your public page'
authorNick Clemens <nick@bywatersolutions.com>
Fri, 21 Sep 2018 11:39:30 +0000 (11:39 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 21 Sep 2018 12:17:04 +0000 (12:17 +0000)
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/usage_statistics.tt

index 1749928..39c89c8 100644 (file)
                                 You do not have anything public yet.
                             [% END %]
                         </li>
-                        <li>
-                            <label for="MyPublicLink">See your public page: </label>
-                            [% IF Koha.Preference('UsageStatsPublicID') %]
-                                [% SET my_url = 'https://hea.koha-community.org/libraries/' _  Koha.Preference('UsageStatsPublicID') %]
-                                <a href="[% my_url | html %]">[% my_url | html %]</a>
-                            [% ELSE %]
-                                You do not have anything public yet.
-                            [% END %]
-                        </li>
 
                     </ol>
                 </fieldset>