Changeset 1280 in ExiteCMS for trunk/includes/templates/main.edit_profile.tpl
- Timestamp:
- 02/14/08 15:02:48 (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
r1130 r1280 102 102 <input type='radio' name='user_forum_fullscreen' value='1' {if $this_userdata.user_forum_fullscreen == "1"}checked="checked"{/if} />{$locale.u007} 103 103 <input type='radio' name='user_forum_fullscreen' value='0' {if $this_userdata.user_forum_fullscreen == "0"}checked="checked"{/if} />{$locale.u008} 104 </td> 105 </tr> 106 <tr> 107 <td class='tbl'> 108 {$locale.u035} 109 </td> 110 <td class='tbl'> 111 <input type='radio' name='user_posts_unread' value='1' {if $this_userdata.user_posts_unread == "1"}checked="checked"{/if} />{$locale.u007} 112 <input type='radio' name='user_posts_unread' value='0' {if $this_userdata.user_posts_unread == "0"}checked="checked"{/if} />{$locale.u008} 104 113 </td> 105 114 </tr>
Note: See TracChangeset
for help on using the changeset viewer.
