Ignore:
Timestamp:
09/27/07 19:37:06 (5 years ago)
Author:
hverton
Message:

XHTML fixes

File:
1 edited

Legend:

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

    r784 r844  
    4141                <select name='m2f_html' class='textbox' style='width:150px'> 
    4242                {foreach from=$ar_html item=choice name=fe} 
    43                 <option value='{$smarty.foreach.fe.index}'{if $smarty.foreach.fe.index == $config.m2f_html} selected{/if}>{$choice}</option> 
     43                <option value='{$smarty.foreach.fe.index}'{if $smarty.foreach.fe.index == $config.m2f_html} selected="selected"{/if}>{$choice}</option> 
    4444                {/foreach} 
    4545                </select> 
     
    5353                <select name='m2f_attach' class='textbox' style='width:150px'> 
    5454                {foreach from=$ar_attach item=choice name=fe} 
    55                 <option value='{$smarty.foreach.fe.index}'{if $smarty.foreach.fe.index == $config.m2f_attach} selected{/if}>{$choice}</option> 
     55                <option value='{$smarty.foreach.fe.index}'{if $smarty.foreach.fe.index == $config.m2f_attach} selected="selected"{/if}>{$choice}</option> 
    5656                {/foreach} 
    5757                </select> 
     
    6767                <select name='m2f_inline' class='textbox' style='width:150px'> 
    6868                {foreach from=$ar_inline item=choice name=fe} 
    69                 <option value='{$smarty.foreach.fe.index}'{if $smarty.foreach.fe.index == $config.m2f_inline} selected{/if}>{$choice}</option> 
     69                <option value='{$smarty.foreach.fe.index}'{if $smarty.foreach.fe.index == $config.m2f_inline} selected="selected"{/if}>{$choice}</option> 
    7070                {/foreach} 
    7171                </select> 
     
    7979                <select name='m2f_thumbnail' class='textbox' style='width:150px'> 
    8080                {foreach from=$ar_thumbnail item=choice name=fe} 
    81                 <option value='{$smarty.foreach.fe.index}'{if $smarty.foreach.fe.index == $config.m2f_thumbnail} selected{/if}>{$choice}</option> 
     81                <option value='{$smarty.foreach.fe.index}'{if $smarty.foreach.fe.index == $config.m2f_thumbnail} selected="selected"{/if}>{$choice}</option> 
    8282                {/foreach} 
    8383                </select> 
     
    110110        {if $smarty.section.id.first} 
    111111        <tr> 
    112             <td width='' class='tbl2'> 
     112            <td class='tbl2'> 
    113113                <b>{$locale.m2f400}</b> 
    114114            </td> 
     
    116116                <b>{$locale.m2f401}</b> 
    117117            </td> 
    118             <td width='' class='tbl2' style='white-space:nowrap'> 
     118            <td class='tbl2' style='white-space:nowrap'> 
    119119                <b>{$locale.m2f402}</b> 
    120120            </td> 
     
    130130            <td align='center' class='{cycle values='tbl1,tbl2' advance=no}'> 
    131131                <select name='m2f_subscribed[{$smarty.section.id.index}]' class='textbox'> 
    132                     <option value='0'{if $subscriptions[id].subscribed == "0"} selected{/if}>{$locale.m2f306}</option> 
    133                     <option value='1'{if $subscriptions[id].subscribed == "1"} selected{/if}>{$locale.m2f307}</option> 
     132                    <option value='0'{if $subscriptions[id].subscribed == "0"} selected="selected"{/if}>{$locale.m2f306}</option> 
     133                    <option value='1'{if $subscriptions[id].subscribed == "1"} selected="selected"{/if}>{$locale.m2f307}</option> 
    134134                </select> 
    135135            </td> 
Note: See TracChangeset for help on using the changeset viewer.