Changeset 1558 in ExiteCMS for trunk/includes/templates/admin.settings_security.tpl
- Timestamp:
- 07/30/08 16:04:17 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/templates/admin.settings_security.tpl
r1341 r1558 88 88 <tr> 89 89 <td width='50%' class='tbl'> 90 {$locale.537} 91 </td> 92 <td width='50%' class='tbl'> 93 <select name='auth_method' class='textbox'> 94 <option value='0'{if $auth_method == "0"} selected="selected"{/if}>{$locale.538}</option> 95 <option value='1'{if $auth_method == "1"} selected="selected"{/if}>{$locale.539}</option> 96 <option value='1+'{if $auth_method == "1+"} selected="selected"{/if}>{$locale.539}{$locale.541}{$locale.538}</option> 97 <option value='2'{if $auth_method == "2"} selected="selected"{/if}>{$locale.540}</option> 98 <option value='2+'{if $auth_method == "2+"} selected="selected"{/if}>{$locale.540}{$locale.541}{$locale.538}</option> 99 <option value='3+'{if $auth_method == "3+"} selected="selected"{/if}>{$locale.538}{$locale.542}</option> 100 </select> 101 </td> 102 </tr> 103 <tr> 104 <td align='center' colspan='2' class='tbl'> 105 <hr /> 106 </td> 107 </tr> 108 <tr> 109 <td width='50%' class='tbl'> 90 110 {$locale.528} 91 111 </td>
Note: See TracChangeset
for help on using the changeset viewer.
