Changeset 9312
- Timestamp:
- Nov 21, 2008, 11:29:05 AM (14 years ago)
- Location:
- OpenPNE/branches/stable-2.12.x
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/stable-2.12.x/webapp/modules/ktai/templates/inc_f_home_h_prof.tpl
r9211 r9312 84 84 ({/if}) 85 85 86 ({if !$item.value== ''})86 ({if $item.value !== ''}) 87 87 <font color="#({$ktai_color_config.font_06})">({$item.caption}):</font><br> 88 88 ({if $item.form_type == 'checkbox'}) … … 106 106 ({foreach from=$target_c_member.profile key=key item=item}) 107 107 ({if $item.public_flag != "private" && ($item.public_flag == "public" || ($item.public_flag == "friend" && ($is_friend || $is_h_prof)))}) 108 ({if !$item.value== ''})108 ({if $item.value !== ''}) 109 109 ({if $item.form_type == 'textarea'}) 110 110 <font color="#({$ktai_color_config.font_06})">({$item.caption}):</font><br> -
OpenPNE/branches/stable-2.12.x/webapp/modules/pc/templates/inc_f_home_h_prof.tpl
r9211 r9312 272 272 ({/if}) 273 273 ({/strip}) 274 ({if !$item.value== ''})274 ({if $item.value !== ''}) 275 275 <tr><th>({$item.caption})</th><td> 276 276 ({if $item.form_type == 'textarea'}) -
OpenPNE/branches/stable-2.12.x/webapp_biz/modules/ktai/templates/inc_f_home_h_prof.tpl
r9214 r9312 90 90 ({/if}) 91 91 92 ({if !$item.value== ''})92 ({if $item.value !== ''}) 93 93 <font color="#({$ktai_color_config.font_06})">({$item.caption}):</font><br> 94 94 ({if $item.form_type == 'checkbox'}) … … 112 112 ({foreach from=$target_c_member.profile key=key item=item}) 113 113 ({if $item.public_flag != "private" && ($item.public_flag == "public" || ($item.public_flag == "friend" && ($is_friend || $is_h_prof)))}) 114 ({if !$item.value== ''})114 ({if $item.value !== ''}) 115 115 ({if $item.form_type == 'textarea'}) 116 116 <font color="#({$ktai_color_config.font_06})">({$item.caption}):</font><br> -
OpenPNE/branches/stable-2.12.x/webapp_biz/modules/pc/templates/inc_f_home_h_prof.tpl
r9214 r9312 258 258 ({/if}) 259 259 ({/strip}) 260 ({if !$item.value== ''})260 ({if $item.value !== ''}) 261 261 <tr><th>({$item.caption})</th><td> 262 262 ({if $item.form_type == 'textarea'})
Note: See TracChangeset
for help on using the changeset viewer.