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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/usage_statistics.tt (-2 / +1 lines)
Lines 99-105 Link Here
99
                            [% PROCESS 'country-list.inc' %]
99
                            [% PROCESS 'country-list.inc' %]
100
                            <select name="UsageStatsCountry" id="UsageStatsCountry">
100
                            <select name="UsageStatsCountry" id="UsageStatsCountry">
101
                                <option value="">&nbsp;</option>
101
                                <option value="">&nbsp;</option>
102
                                [% FOREACH country IN country_strings.split(',') %]
102
                                [% FOREACH country IN country_strings.split('\s*,\s*') %]
103
                                    [% IF country == UsageStatsCountry %]
103
                                    [% IF country == UsageStatsCountry %]
104
                                        <option value="[% country.trim | html %]" selected="selected">[% country.trim | html %]</option>
104
                                        <option value="[% country.trim | html %]" selected="selected">[% country.trim | html %]</option>
105
                                        [% SET IsUsageStatsCountryValid = 1 %]
105
                                        [% SET IsUsageStatsCountryValid = 1 %]
106
- 

Return to bug 36163