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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt (+12 lines)
Lines 195-200 Link Here
195
                                [% END # IF language.plural %]
195
                                [% END # IF language.plural %]
196
                            [% END # FOREACH language %]
196
                            [% END # FOREACH language %]
197
                        </ul> <!-- / ul.sortable -->
197
                        </ul> <!-- / ul.sortable -->
198
                    [% ELSIF ( CHUNK.type_countries ) %]
199
                        [% PROCESS 'country-list.inc' %]
200
                        <select name="pref_[% CHUNK.name | html %]" id="pref_[% CHUNK.name | html %]" class="preference preference-[% CHUNK.class or "choice" | html %]">
201
                            <option value="">&nbsp;</option>
202
                            [% FOREACH country IN country_strings.split(',') %]
203
                                [% IF country.trim == CHUNK.value %]
204
                                    <option value="[% country.trim | html %]" selected="selected">[% country.trim | html %]</option>
205
                                [% ELSE %]
206
                                    <option value="[% country.trim | html %]">[% country.trim | html %]</option>
207
                                [% END %]
208
                            [% END %]
209
                        </select>
198
                    [% END %]
210
                    [% END %]
199
                    [% END %]
211
                    [% END %]
200
                    [% IF LINE.WARNINGS.size %]
212
                    [% IF LINE.WARNINGS.size %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref (-198 / +1 lines)
Lines 229-431 Administration: Link Here
229
        -
229
        -
230
            - "The country where your library is located to be shown on the Hea Community website: "
230
            - "The country where your library is located to be shown on the Hea Community website: "
231
            - pref: UsageStatsCountry
231
            - pref: UsageStatsCountry
232
              default: ""
232
              type: countries
233
              choices:
234
                ""             : ""
235
                Afghanistan    : "Afghanistan"
236
                Albania        : "Albania"
237
                Algeria        : "Algeria"
238
                Andorra        : "Andorra"
239
                Angola         : "Angola"
240
                Antigua & Deps : "Antigua & Deps"
241
                Argentina      : "Argentina"
242
                Armenia        : "Armenia"
243
                Australia      : "Australia"
244
                Austria        : "Austria"
245
                Azerbaijan     : "Azerbaijan"
246
                Bahamas        : "Bahamas"
247
                Bahrain        : "Bahrain"
248
                Bangladesh     : "Bangladesh"
249
                Barbados       : "Barbados"
250
                Belarus        : "Belarus"
251
                Belgium        : "Belgium"
252
                Belize         : "Belize"
253
                Benin          : "Benin"
254
                Bhutan         : "Bhutan"
255
                Bolivia        : "Bolivia"
256
                Bosnia Herz.   : "Bosnia Herz."
257
                Botswana       : "Botswana"
258
                Brazil         : "Brazil"
259
                Brunei         : "Brunei"
260
                Bulgaria       : "Bulgaria"
261
                Burkina        : "Burkina"
262
                Burundi        : "Burundi"
263
                Cambodia       : "Cambodia"
264
                Cameroon       : "Cameroon"
265
                Canada         : "Canada"
266
                Cape Verde     : "Cape Verde"
267
                Centr. Afr. Rep: "Centr. Afr. Rep"
268
                Chad           : "Chad"
269
                Chile          : "Chile"
270
                China          : "China"
271
                Colombia       : "Colombia"
272
                Comoros        : "Comoros"
273
                Congo          : "Congo"
274
                Costa Rica     : "Costa Rica"
275
                Croatia        : "Croatia"
276
                Cuba           : "Cuba"
277
                Cyprus         : "Cyprus"
278
                Czech Republic : "Czech Republic"
279
                Denmark        : "Denmark"
280
                Djibouti       : "Djibouti"
281
                Dominica       : "Dominica"
282
                Dominican Rep. : "Dominican Rep."
283
                East Timor     : "East Timor"
284
                Ecuador        : "Ecuador"
285
                Egypt          : "Egypt"
286
                El Salvador    : "El Salvador"
287
                Equator. Guinea: "Equator. Guinea"
288
                Eritrea        : "Eritrea"
289
                Estonia        : "Estonia"
290
                Ethiopia       : "Ethiopia"
291
                Fiji           : "Fiji"
292
                Finland        : "Finland"
293
                France         : "France"
294
                Gabon          : "Gabon"
295
                Gambia         : "Gambia"
296
                Georgia        : "Georgia"
297
                Germany        : "Germany"
298
                Ghana          : "Ghana"
299
                Greece         : "Greece"
300
                Grenada        : "Grenada"
301
                Guatemala      : "Guatemala"
302
                Guinea         : "Guinea"
303
                Guinea-Bissau  : "Guinea-Bissau"
304
                Guyana         : "Guyana"
305
                Haiti          : "Haiti"
306
                Honduras       : "Honduras"
307
                Hungary        : "Hungary"
308
                Iceland        : "Iceland"
309
                India          : "India"
310
                Indonesia      : "Indonesia"
311
                Iran           : "Iran"
312
                Iraq           : "Iraq"
313
                Ireland        : "Ireland"
314
                Israel         : "Israel"
315
                Italy          : "Italy"
316
                Ivory Coast    : "Ivory Coast"
317
                Jamaica        : "Jamaica"
318
                Japan          : "Japan"
319
                Jordan         : "Jordan"
320
                Kazakhstan     : "Kazakhstan"
321
                Kenya          : "Kenya"
322
                Kiribati       : "Kiribati"
323
                Korea North    : "Korea North"
324
                Korea South    : "Korea South"
325
                Kosovo         : "Kosovo"
326
                Kuwait         : "Kuwait"
327
                Kyrgyzstan     : "Kyrgyzstan"
328
                Laos           : "Laos"
329
                Latvia         : "Latvia"
330
                Lebanon        : "Lebanon"
331
                Lesotho        : "Lesotho"
332
                Liberia        : "Liberia"
333
                Libya          : "Libya"
334
                Liechtenstein  : "Liechtenstein"
335
                Lithuania      : "Lithuania"
336
                Luxembourg     : "Luxembourg"
337
                Macedonia      : "Macedonia"
338
                Madagascar     : "Madagascar"
339
                Malawi         : "Malawi"
340
                Malaysia       : "Malaysia"
341
                Maldives       : "Maldives"
342
                Mali           : "Mali"
343
                Malta          : "Malta"
344
                Marshall Isl.  : "Marshall Isl."
345
                Mauritania     : "Mauritania"
346
                Mauritius      : "Mauritius"
347
                Mexico         : "Mexico"
348
                Micronesia     : "Micronesia"
349
                Moldova        : "Moldova"
350
                Monaco         : "Monaco"
351
                Mongolia       : "Mongolia"
352
                Montenegro     : "Montenegro"
353
                Morocco        : "Morocco"
354
                Mozambique     : "Mozambique"
355
                Myanmar        : "Myanmar"
356
                Namibia        : "Namibia"
357
                Nauru          : "Nauru"
358
                Nepal          : "Nepal"
359
                Netherlands    : "Netherlands"
360
                New Zealand    : "New Zealand"
361
                Nicaragua      : "Nicaragua"
362
                Niger          : "Niger"
363
                Nigeria        : "Nigeria"
364
                Norway         : "Norway"
365
                Oman           : "Oman"
366
                Pakistan       : "Pakistan"
367
                Palau          : "Palau"
368
                Panama         : "Panama"
369
                Papua N. Guinea: "Papua N. Guinea"
370
                Paraguay       : "Paraguay"
371
                Peru           : "Peru"
372
                Philippines    : "Philippines"
373
                Poland         : "Poland"
374
                Portugal       : "Portugal"
375
                Qatar          : "Qatar"
376
                Romania        : "Romania"
377
                Russian Fed.   : "Russian Fed."
378
                Rwanda         : "Rwanda"
379
                St Kitts & Nev.: "St Kitts & Nev."
380
                St Lucia       : "St Lucia"
381
                St Vincent     : "Saint Vincent"
382
                Samoa          : "Samoa"
383
                San Marino     : "San Marino"
384
                Sao Tome       : "Sao Tome"
385
                Saudi Arabia   : "Saudi Arabia"
386
                Senegal        : "Senegal"
387
                Serbia         : "Serbia"
388
                Seychelles     : "Seychelles"
389
                Sierra Leone   : "Sierra Leone"
390
                Singapore      : "Singapore"
391
                Slovakia       : "Slovakia"
392
                Slovenia       : "Slovenia"
393
                Solomon Islands: "Solomon Islands"
394
                Somalia        : "Somalia"
395
                South Africa   : "South Africa"
396
                Spain          : "Spain"
397
                Sri Lanka      : "Sri Lanka"
398
                Sudan          : "Sudan"
399
                Suriname       : "Suriname"
400
                Swaziland      : "Swaziland"
401
                Sweden         : "Sweden"
402
                Switzerland    : "Switzerland"
403
                Syria          : "Syria"
404
                Taiwan         : "Taiwan"
405
                Tajikistan     : "Tajikistan"
406
                Tanzania       : "Tanzania"
407
                Thailand       : "Thailand"
408
                Togo           : "Togo"
409
                Tonga          : "Tonga"
410
                Trinidad & Tob.: "Trinidad & Tob."
411
                Tunisia        : "Tunisia"
412
                Turkey         : "Turkey"
413
                Turkmenistan   : "Turkmenistan"
414
                Tuvalu         : "Tuvalu"
415
                Uganda         : "Uganda"
416
                Ukraine        : "Ukraine"
417
                UAE            : "UAE"
418
                United Kingdom : "United Kingdom"
419
                USA            : "USA"
420
                Uruguay        : "Uruguay"
421
                Uzbekistan     : "Uzbekistan"
422
                Vanuatu        : "Vanuatu"
423
                Vatican City   : "Vatican City"
424
                Venezuela      : "Venezuela"
425
                Vietnam        : "Vietnam"
426
                Yemen          : "Yemen"
427
                Zambia         : "Zambia"
428
                Zimbabwe       : "Zimbabwe"
429
233
430
            - . This will be shown on the <a href="https://hea.koha-community.org">Hea Koha community website</a>.
234
            - . This will be shown on the <a href="https://hea.koha-community.org">Hea Koha community website</a>.
431
            - <br><strong>NOTE:</strong> This value has no effect if the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=UsageStats">UsageStats</a> system preference is set to "No" (don't share).
235
            - <br><strong>NOTE:</strong> This value has no effect if the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=UsageStats">UsageStats</a> system preference is set to "No" (don't share).
432
- 

Return to bug 35097