Ignore:
Timestamp:
Feb 22, 2011, 11:32:59 AM (13 years ago)
Author:
patdenice
Message:

Use ENGINE=MyISAM for table creation.
Compatibility with AMM.
Compatibility with $confrandom_index_redirect parameter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AdditionalPages/admin/template/config.tpl

    r9310 r9345  
    6969    </li>
    7070
     71    {if !$AMM_INSTALLED}
    7172    <li>
    7273      <label>
    7374        <span class="property">{'ap_show_menu'|@translate}</span>
    74         <input type="checkbox" name="show_menu" id="show_menu" value="on" {if isset($SHOW_MENU)}checked="checked"{/if}/>
     75        <input type="checkbox" name="show_menu" id="show_menu" value="on" {if $SHOW_MENU}checked="checked"{/if}/>
    7576      </label>
    7677    </li>
     78    {/if}
    7779
    78     <li id="menu_name" {if !isset($SHOW_MENU)}style="display:none;{/if}">
     80    <li id="menu_name" {if !$AMM_INSTALLED and !$SHOW_MENU}style="display:none;{/if}">
    7981      <span class="property">{'ap_menu_name'|@translate} :
    8082        <select name="lang_desc_select" style="margin-left:30px;">
     
    8890      </span>
    8991    </li>
     92
     93    {if $AMM_INSTALLED}
     94    <li style="margin-top:40px;">
     95      <span class="property"><a href="{$AMM_URI}">{'g002_setmenu_nfo'|@translate}</a></span>
     96    </li>
     97    {/if}
    9098  </ul>
    9199</fieldset>
Note: See TracChangeset for help on using the changeset viewer.