Ignore:
Timestamp:
02/10/08 16:01:38 (4 years ago)
Author:
hverton
Message:

added M2F configuration to the admin module, removed the old m2f_config.php file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/common/mail2forum/php-files/modules/mail2forum/templates/modules.mail2forum.admin_panel_edit.tpl

    r767 r1257  
    1515{*                                                                         *} 
    1616{***************************************************************************} 
    17 {include file="_opentable.tpl" name=$locale.m2f100|cat:" - "|cat:$locale.m2f300|cat:" '"|cat:$forum_name|cat:"'" state=$_state style=$_style} 
     17{include file="_opentable.tpl" name=$_name title=$locale.m2f100|cat:" - "|cat:$locale.m2f300|cat:" '"|cat:$forum_name|cat:"'" state=$_state style=$_style} 
    1818{if $error != ""} 
    1919<center> 
     
    9797            </td> 
    9898        </tr> 
    99 {elseif $m2f_type_text == $locale.m2f231}       {* SMTP/IMAP *} 
    100 {elseif $m2f_type_text == $locale.m2f232}       {* GMail via HTTPS *} 
    101 {elseif $m2f_type_text == $locale.m2f233}       {* Majordomo listserver *} 
     99{* {elseif $m2f_type_text == $locale.m2f231}        {* SMTP/IMAP *} 
     100{* {elseif $m2f_type_text == $locale.m2f232}        {* GMail via HTTPS *} 
     101{* {elseif $m2f_type_text == $locale.m2f233}        {* Majordomo listserver *} 
    102102{else} 
    103103        <tr> 
    104104            <td width='50%' class='tbl' colspan='2' align='center'> 
    105                 The '{$m2f_type_text}' method is not supported by this version of M2F! 
     105                The '{$m2f_type_text}' method is not yet supported by this version of M2F! 
    106106            </td> 
    107107        </tr> 
Note: See TracChangeset for help on using the changeset viewer.