Changeset 1408 in ExiteCMS for branches/PLi-Fusion/includes/templates/main.pm.options.tpl
- Timestamp:
- 05/15/08 22:25:54 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PLi-Fusion/includes/templates/main.pm.options.tpl
r1124 r1408 41 41 </table> 42 42 <form name='options_form' method='post' action='{$smarty.const.FUSION_SELF}?folder=options'> 43 <table align='center' cellpadding='0' cellspacing='1' class='tbl' width='500 px'>43 <table align='center' cellpadding='0' cellspacing='1' class='tbl' width='500'> 44 44 <tr> 45 45 <td align='right' class='tbl1' width='70%'> … … 48 48 <td class='tbl1' width='30%'> 49 49 <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> 52 52 </select> 53 53 </td> … … 59 59 <td class='tbl1' width='30%'> 60 60 <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> 63 63 </select> 64 64 </td> … … 70 70 <td class='tbl1' width='30%'> 71 71 <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> 74 74 </select> 75 75 </td> … … 107 107 <td class='tbl1' width='30%'> 108 108 <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> 111 111 </select> 112 112 </td> … … 115 115 <td align='center' colspan='2' class='tbl1'> 116 116 <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' /> 119 119 </td> 120 120 </tr>
Note: See TracChangeset
for help on using the changeset viewer.
