Ignore:
Timestamp:
05/15/08 22:25:54 (4 years ago)
Author:
hverton
Message:

Merged trunk revisions 1342:1407 into the PLi-Fusion branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PLi-Fusion/includes/templates/main.pm.options.tpl

    r1124 r1408  
    4141</table> 
    4242<form name='options_form' method='post' action='{$smarty.const.FUSION_SELF}?folder=options'> 
    43     <table align='center' cellpadding='0' cellspacing='1' class='tbl' width='500px'> 
     43    <table align='center' cellpadding='0' cellspacing='1' class='tbl' width='500'> 
    4444        <tr> 
    4545            <td align='right' class='tbl1' width='70%'> 
     
    4848            <td class='tbl1' width='30%'> 
    4949                <select name='pm_email_notify' class='textbox'> 
    50                     <option value='1'{if $user_options.pmconfig_email_notify == "1"} selected{/if}>{$locale.631}</option> 
    51                     <option value='0'{if $user_options.pmconfig_email_notify == "0"} selected{/if}>{$locale.632}</option> 
     50                    <option value='1'{if $user_options.pmconfig_email_notify == "1"} selected='selected'{/if}>{$locale.631}</option> 
     51                    <option value='0'{if $user_options.pmconfig_email_notify == "0"} selected='selected'{/if}>{$locale.632}</option> 
    5252                </select> 
    5353            </td> 
     
    5959            <td class='tbl1' width='30%'> 
    6060                <select name='pm_read_notify' class='textbox'> 
    61                     <option value='1'{if $user_options.pmconfig_read_notify == "1"} selected{/if}>{$locale.631}</option> 
    62                     <option value='0'{if $user_options.pmconfig_read_notify == "0"} selected{/if}>{$locale.632}</option> 
     61                    <option value='1'{if $user_options.pmconfig_read_notify == "1"} selected='selected'{/if}>{$locale.631}</option> 
     62                    <option value='0'{if $user_options.pmconfig_read_notify == "0"} selected='selected'{/if}>{$locale.632}</option> 
    6363                </select> 
    6464            </td> 
     
    7070            <td class='tbl1' width='30%'> 
    7171                <select name='pm_save_sent' class='textbox'> 
    72                     <option value='1'{if $user_options.pmconfig_save_sent == "1"} selected{/if}>{$locale.631}</option> 
    73                     <option value='0'{if $user_options.pmconfig_save_sent == "0"} selected{/if}>{$locale.632}</option> 
     72                    <option value='1'{if $user_options.pmconfig_save_sent == "1"} selected='selected'{/if}>{$locale.631}</option> 
     73                    <option value='0'{if $user_options.pmconfig_save_sent == "0"} selected='selected'{/if}>{$locale.632}</option> 
    7474                </select> 
    7575            </td> 
     
    107107            <td class='tbl1' width='30%'> 
    108108                <select name='pm_view' class='textbox'> 
    109                     <option value='0'{if $user_options.pmconfig_view == "0"} selected{/if}>{$locale.639}</option> 
    110                     <option value='1'{if $user_options.pmconfig_view == "1"} selected{/if}>{$locale.640}</option> 
     109                    <option value='0'{if $user_options.pmconfig_view == "0"} selected='selected'{/if}>{$locale.639}</option> 
     110                    <option value='1'{if $user_options.pmconfig_view == "1"} selected='selected'{/if}>{$locale.640}</option> 
    111111                </select> 
    112112            </td> 
     
    115115            <td align='center' colspan='2' class='tbl1'> 
    116116                <br /> 
    117                 <input type='hidden' name='update_type' value='{$update_type}'> 
    118                 <input type='submit' name='save_options' value='{$locale.623}' class='button'> 
     117                <input type='hidden' name='update_type' value='{$update_type}' /> 
     118                <input type='submit' name='save_options' value='{$locale.623}' class='button' /> 
    119119            </td> 
    120120        </tr> 
Note: See TracChangeset for help on using the changeset viewer.