Ignore:
Timestamp:
Oct 2, 2011, 10:12:02 PM (13 years ago)
Author:
Zaphod
Message:

version 1.5.0 update

Location:
extensions/stripped/admin
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped/admin/admin.inc.php

    r12153 r12321  
    1717        $config['animatedMenu']=isset($_POST['f_animatedMenu']);
    1818        $config['animatedTabs']=isset($_POST['f_animatedTabs']);
    19         $config['replaceActionIcons']=isset($_POST['f_replaceActionIcons']);
    2019        $config['noLowercase']=!isset($_POST['f_forceLowercase']);
    2120        $config['showThumbLegend']=isset($_POST['f_showThumbLegend']);
  • extensions/stripped/admin/admin.tpl

    r12153 r12321  
    1919                                        <span class="property">{'Animate tabs on picture page'|@translate}</span>&nbsp;
    2020                                        <input type="checkbox" name="f_animatedTabs" {if $options.animatedTabs}checked{/if}>
    21                                 </label></li>
    22                                 <li><label>
    23                                         <span class="property">{'Replace all icons by ALT text'|@translate}</span>&nbsp;
    24                                         <input type="checkbox" name="f_replaceActionIcons" {if $options.replaceActionIcons}checked{/if}>
    2521                                </label></li>
    2622                                <li><label>
  • extensions/stripped/admin/maintain.inc.php

    r12153 r12321  
    1111        'animatedMenu'                                  => true,
    1212        'animatedTabs'                                  => true,
    13         'replaceActionIcons'                    => true,
    1413        'noLowercase'                                   => false,
    1514        'showThumbLegend'                               => false,
  • extensions/stripped/admin/upgrade.inc.php

    r12153 r12321  
    1111        'animatedMenu'                                  => true,
    1212        'animatedTabs'                                  => true,
    13         'replaceActionIcons'                    => true,
    1413        'noLowercase'                                   => false,
    1514        'showThumbLegend'                               => false,
Note: See TracChangeset for help on using the changeset viewer.