Changeset 1499

Show
Ignore:
Timestamp:
06/05/08 19:01:45 (7 months ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/admin/ModuleGeoip.py

    r1498 r1499  
    44import validations 
    55 
    6 NOTE_COUNTRIES = "Country list to which content the configuration will be applied." 
     6ISO3166_URL    = "http://www.iso.org/iso/country_codes/iso_3166_code_lists/english_country_names_and_code_elements.htm" 
     7NOTE_COUNTRIES = "List of countries from the client IPs. It must use the " + \ 
     8                 "<a target=\"_blank\" href=\"%s\">ISO 3166</a> contry notation." % (ISO3166_URL) 
    79 
    810class ModuleGeoip (Module, FormHelper):