Changeset 1513
- Timestamp:
- 06/06/08 16:38:10 (7 months ago)
- Files:
-
- cherokee/trunk/admin/CherokeeManagement.py (modified) (1 diff)
- cherokee/trunk/admin/ModuleGeoip.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/admin/CherokeeManagement.py
r1512 r1513 228 228 except: 229 229 pass 230 if cont:231 break232 230 233 231 try: cherokee/trunk/admin/ModuleGeoip.py
r1509 r1513 8 8 ISO3166_URL = "http://www.iso.org/iso/country_codes/iso_3166_code_lists/english_country_names_and_code_elements.htm" 9 9 NOTE_NEW_COUNTRY = "Add the initial country. It's possible to add more later on." 10 NOTE_ADD_COUNTRY = "Pick an additional country to add to the country list." 10 11 NOTE_COUNTRIES = "List of countries from the client IPs. It must use the " + \ 11 12 "<a target=\"_blank\" href=\"%s\">ISO 3166</a> contry notation." % (ISO3166_URL) … … 44 45 45 46 content = ADD_FLAGS_TO_KEY_JS + str(flags) + button 46 self.AddProp (table, 'Add Country', "", content, NOTE_ NEW_COUNTRY)47 self.AddProp (table, 'Add Country', "", content, NOTE_ADD_COUNTRY) 47 48 48 49 return str(table)