Changeset 1159 in ExiteCMS for trunk/includes/templates/main.profile.members.tpl
- Timestamp:
- 12/08/07 00:04:43 (4 years ago)
- File:
-
- 1 edited
-
trunk/includes/templates/main.profile.members.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/templates/main.profile.members.tpl
r1121 r1159 23 23 <td class='tbl2'> 24 24 <b>{$data.user_name}</b> 25 {if $data.user_status == 1} <span class='small'>({$locale.425})</span>{/if} 26 {if $data.user_status == 2} <span class='small'>({$locale.426})</span>{/if} 25 {if $data.user_status != 0} 26 · 27 <div class='small' style='display:inline;color:red;font-weight:bold;'> 28 {if $data.user_status == 1}{$locale.425}{/if} 29 {if $data.user_status == 2}{$locale.426}{/if} 30 {if $data.user_status == 3}{$locale.428}{/if} 31 </div> 32 {/if} 27 33 </td> 28 34 <td align='right' class='tbl2'>{$data.user_level}</td>
Note: See TracChangeset
for help on using the changeset viewer.
