Changeset 1558 in ExiteCMS for trunk/includes/templates/main.edit_profile.tpl
- Timestamp:
- 07/30/08 16:04:17 (4 years ago)
- File:
-
- 1 edited
-
trunk/includes/templates/main.edit_profile.tpl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/templates/main.edit_profile.tpl
r1520 r1558 37 37 {/if} 38 38 {/if} 39 {if $auth_userpass} 39 40 <tr> 40 41 <td class='tbl'> … … 45 46 </td> 46 47 </tr> 48 {/if} 47 49 <tr> 48 50 <td class='tbl'> … … 53 55 </td> 54 56 </tr> 57 {if $auth_userpass} 55 58 <tr> 56 59 <td class='tbl'> … … 68 71 </td> 69 72 </tr> 73 {/if} 74 {if $auth_openid} 75 <tr> 76 <td class='tbl'> 77 {$locale.u066}</td> 78 <td class='tbl'> 79 <input type='text' name='user_openid_url' value='{$this_userdata.user_openid_url}' maxlength='200' class='textbox' style='width:275px;background: url({$smarty.const.IMAGES}openid_small_logo.png) no-repeat; padding-left: 18px;' /> 80 </td> 81 </tr> 82 {/if} 70 83 <tr> 71 84 <td class='tbl'>
Note: See TracChangeset
for help on using the changeset viewer.
