Ignore:
Timestamp:
10/19/08 12:10:12 (4 years ago)
Author:
hverton
Message:

updated the language pack code
fixed not being able to login when in maintenance mode
retro fix for rev1339 due to a bug in the v7.1 setup code
removed the .keys class from wikka.css, now uses the .button theme class

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        1 Copy of config.php 
        2 config.backup.php 
        3 _revision_.svn 
         1config.php 
  • trunk/administration/tools/templates/admin.tools.languagepack.tpl

    r1802 r1871  
    9292                            {buttonlink name=$locale.302 link=$smarty.const.FUSION_SELF|cat:$aidlink|cat:"&step=install"}  
    9393                        {/if} 
    94                         {if $settings.sitename == "ExiteCMS Development Site" || ($can_upgrade && $last_update != $smarty.const.LP_DATE)} 
     94                        {if $settings.sitename == "ExiteCMS Development Site" || $can_upgrade} 
    9595                        {buttonlink name=$locale.304 link=$smarty.const.FUSION_SELF|cat:$aidlink|cat:"&step=upgrade"}  
    9696                        {/if} 
    97                         {if $can_remove && $smarty.const.LP_LOCALE != "en"} 
     97                        {if $can_remove} 
    9898                        {buttonlink name=$locale.303 link=$smarty.const.FUSION_SELF|cat:$aidlink|cat:"&step=remove"}    
    9999                        {/if} 
Note: See TracChangeset for help on using the changeset viewer.