Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Won't Fix
-
Affects Version/s: 2.0
-
Fix Version/s: 2.1
-
Component/s: Core CiviCRM
-
Labels:None
Description
The confirm group delete page uses the following template:
/templates/CRM/Group/Form/Delete.tpl
But when looking at the HTML for the confirm group delete page the comments concerning the .tpl file are as follows:
<!-- .tpl file invoked: CRM/Group/Page/Group.tpl. Call via form.tpl if we have a form in the page. -->
Presumably this should state:
<!-- .tpl file invoked: CRM/Group/Form/Delete.tpl. Call via form.tpl if we have a form in the page. -->
To see this behaviour on the demo server look here:
http://drupal.demo.civicrm.org/civicrm/group?reset=1&action=delete&id=4
then view the page source and search for ".tpl"