Ignore:
Timestamp:
11/08/07 00:06:27 (5 years ago)
Author:
hverton
Message:

added the site location country selection (also the explicit country for user_id 1)
added some missing country codes to rev01079.php
birthday in the profile is displayed using the date format and months names of the locale set
forced maintenance mode if uninstalled updates are detected
updated the dbsetup_include.php file to reflect the latest database changes
removed the country name from the GeoIP table, now uses the country name from the locales table

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/templates/admin.settings_languages.tpl

    r864 r1085  
    3232        </tr> 
    3333        <tr> 
     34            <td width='50%' class='tbl'> 
     35                {$locale.404} 
     36            </td> 
     37            <td width='50%' class='tbl'> 
     38                {html_options name="country" options=$countries selected=$settings2.country|default:"--" class="textbox"} 
     39            </td> 
     40        </tr> 
     41        <tr> 
    3442            <td align='center' colspan='2' class='tbl'> 
    3543                <br /> 
    3644                <input type='hidden' name='old_localeset' value='{$settings2.locale}' /> 
     45                <input type='hidden' name='old_country' value='{$settings2.country|default:""}' /> 
    3746                <input type='submit' name='savesettings' value='{$locale.750}' class='button' /> 
    3847            </td> 
Note: See TracChangeset for help on using the changeset viewer.