Changeset 844 in ExiteCMS for modules/common/mail2forum/php-files/modules/mail2forum/templates/modules.mail2forum.subscriptions.tpl
- Timestamp:
- 09/27/07 19:37:06 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/common/mail2forum/php-files/modules/mail2forum/templates/modules.mail2forum.subscriptions.tpl
r784 r844 41 41 <select name='m2f_html' class='textbox' style='width:150px'> 42 42 {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> 44 44 {/foreach} 45 45 </select> … … 53 53 <select name='m2f_attach' class='textbox' style='width:150px'> 54 54 {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> 56 56 {/foreach} 57 57 </select> … … 67 67 <select name='m2f_inline' class='textbox' style='width:150px'> 68 68 {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> 70 70 {/foreach} 71 71 </select> … … 79 79 <select name='m2f_thumbnail' class='textbox' style='width:150px'> 80 80 {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> 82 82 {/foreach} 83 83 </select> … … 110 110 {if $smarty.section.id.first} 111 111 <tr> 112 <td width=''class='tbl2'>112 <td class='tbl2'> 113 113 <b>{$locale.m2f400}</b> 114 114 </td> … … 116 116 <b>{$locale.m2f401}</b> 117 117 </td> 118 <td width=''class='tbl2' style='white-space:nowrap'>118 <td class='tbl2' style='white-space:nowrap'> 119 119 <b>{$locale.m2f402}</b> 120 120 </td> … … 130 130 <td align='center' class='{cycle values='tbl1,tbl2' advance=no}'> 131 131 <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> 134 134 </select> 135 135 </td>
Note: See TracChangeset
for help on using the changeset viewer.
