Changeset 838 in ExiteCMS for trunk/themes/PLiTheme/templates/source/main.pm.options.tpl
- Timestamp:
- 09/25/07 22:15:58 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/themes/PLiTheme/templates/source/main.pm.options.tpl
r835 r838 75 75 </td> 76 76 </tr> 77 78 {* FUTURE EXTENSION: AUTO ARCHIVE HASN'T BEEN ACTIVATED YET 79 77 80 <tr> 78 81 <td align='right' class='tbl1' width='70%'> … … 80 83 </td> 81 84 <td class='tbl1' width='30%'> 82 <select name='pm_auto_archive' class='textbox'>85 <select disabled readonly name='pm_auto_archive' class='textbox'> 83 86 {if $global_options.pmconfig_auto_archive == '0'}<option value='0' {if $user_options.pmconfig_auto_archive == "0"} selected{/if}>{$locale.636}</option>{/if} 84 87 {if $global_options.pmconfig_auto_archive == '0' || $global_options.pmconfig_auto_archive >= '30'}<option value='30' {if $user_options.pmconfig_auto_archive == "30"} selected{/if}> 30 {$locale.637}</option>{/if} … … 97 100 </td> 98 101 </tr> 102 *} 99 103 <tr> 100 104 <td align='right' class='tbl1' width='70%'>
Note: See TracChangeset
for help on using the changeset viewer.
