Changeset 1520 in ExiteCMS for trunk/includes/templates/main.edit_profile.tpl
- Timestamp:
- 07/03/08 16:21:19 (4 years ago)
- File:
-
- 1 edited
-
trunk/includes/templates/main.edit_profile.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/templates/main.edit_profile.tpl
r1280 r1520 127 127 <td class='tbl'> 128 128 {html_select_date prefix='user_' time=$this_userdata.user_birthdate start_year="1900" end_year="-1" day_empty="--" month_empty="--" year_empty="--" all_extra="class='textbox'"} 129 </td> 130 </tr> 131 <tr> 132 <td class='tbl'> 133 {$locale.u062} 134 </td> 135 <td class='tbl'> 136 <select name='user_gender' class='textbox' style='width:200px;'> 137 <option value='' {if $this_userdata.user_gender == ''}selected="selected"{/if}>{$locale.u065}</option> 138 <option value='F' {if $this_userdata.user_gender == 'F'}selected="selected"{/if}>{$locale.u064}</option> 139 <option value='M' {if $this_userdata.user_gender == 'M'}selected="selected"{/if}>{$locale.u063}</option> 140 </select> 129 141 </td> 130 142 </tr>
Note: See TracChangeset
for help on using the changeset viewer.
