Changeset 864 in ExiteCMS for trunk/includes/templates/admin.settings_time.tpl
- Timestamp:
- 10/03/07 21:38:21 (5 years ago)
- File:
-
- 1 edited
-
trunk/includes/templates/admin.settings_time.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/templates/admin.settings_time.tpl
r843 r864 100 100 <select name='timeoffset' class='textbox' style='width:75px;'> 101 101 {foreach from=$settings.timezones item=timezone} 102 <option{if $settings2.timeoffset == $timezone} selected {/if}>{$timezone}</option>102 <option{if $settings2.timeoffset == $timezone} selected="selected"{/if}>{$timezone}</option> 103 103 {/foreach} 104 104 </select>
Note: See TracChangeset
for help on using the changeset viewer.
