- Timestamp:
- May 15, 2009, 5:28:14 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE3/trunk/apps/pc_frontend/modules/community/templates/editSuccess.php
r10939 r11635 16 16 17 17 op_include_form('formCommunity', array($communityForm, $communityConfigForm, $communityFileForm), $options); 18 19 if (!$communityForm->isNew()) 20 { 21 op_include_parts('buttonBox', 'deleteForm', array( 22 'title' => __('Delete this community'), 23 'body' => __('delete this community.if you delete this community please to report in advance for all this community members.'), 24 'button' => __('Delete'), 25 'method' => 'get', 26 'url' => url_for('community/delete?id=' . $community->getId()), 27 )); 28 } 29 18 30 ?>
Note: See TracChangeset
for help on using the changeset viewer.