Changeset 13086
- Timestamp:
- Nov 2, 2009, 8:01:22 PM (13 years ago)
- Location:
- OpenPNE/branches/stable-2.14.x/webapp/modules/pc/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/stable-2.14.x/webapp/modules/pc/templates/c_event_detail.tpl
r12528 r13086 79 79 </dl> 80 80 81 ({if $is_c_ event_admin || $is_c_commu_admin})81 ({if $is_c_commu_admin || ($is_c_event_admin && $c_commu.is_topic !== 'admin_only')}) 82 82 <div class="operation"> 83 83 ({t_form_block m=pc a=page_c_event_edit}) -
OpenPNE/branches/stable-2.14.x/webapp/modules/pc/templates/c_topic_detail.tpl
r13059 r13086 37 37 </dd> 38 38 </dl> 39 ({if $is_c_commu_admin || $is_c_topic_admin})39 ({if $is_c_commu_admin || ($is_c_topic_admin && $c_commu.is_topic !== 'admin_only')}) 40 40 <div class="operation"> 41 41 ({t_form_block _method=get m=pc a=page_c_topic_edit})
Note: See TracChangeset
for help on using the changeset viewer.