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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/usage_statistics.tt (-10 lines)
Lines 211-225 Link Here
211
                                You do not have anything public yet.
211
                                You do not have anything public yet.
212
                            [% END %]
212
                            [% END %]
213
                        </li>
213
                        </li>
214
                        <li>
215
                            <label for="MyPublicLink">See your public page: </label>
216
                            [% IF Koha.Preference('UsageStatsPublicID') %]
217
                                [% SET my_url = 'https://hea.koha-community.org/libraries/' _  Koha.Preference('UsageStatsPublicID') %]
218
                                <a href="[% my_url | html %]">[% my_url | html %]</a>
219
                            [% ELSE %]
220
                                You do not have anything public yet.
221
                            [% END %]
222
                        </li>
223
214
224
                    </ol>
215
                    </ol>
225
                </fieldset>
216
                </fieldset>
226
- 

Return to bug 20743