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

Return to bug 35097