Changeset 10775
- Timestamp:
- Feb 16, 2009, 6:05:23 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/stable-2.12.x/webapp/modules/pc/templates/h_search_list.tpl
r6308 r10775 10 10 ({foreach from=$profile_list item=profile}) 11 11 ({if $profile.disp_search && ($profile.form_type == 'select' || $profile.form_type == 'checkbox' || $profile.form_type == 'radio')}) 12 ({if $profile.public_flag_edit || $profile.public_flag_default == 'public'}) 12 13 <dl> 13 14 <dt><span class="label">({$profile.caption})</span></dt> … … 23 24 </dl> 24 25 ({/if}) 26 ({/if}) 25 27 ({/foreach}) 26 28 </div>
Note: See TracChangeset
for help on using the changeset viewer.