From c0b6925aa55bd777889f5cfe438fbafbe2032675 Mon Sep 17 00:00:00 2001 From: Sami Mokaddem Date: Tue, 22 Feb 2022 14:07:01 +0100 Subject: [PATCH] chg: Removed unused commented code --- templates/MailingLists/index.php | 8 --- templates/MailingLists/list_individuals.php | 1 - templates/MetaTemplates/update.php | 59 --------------------- 3 files changed, 68 deletions(-) diff --git a/templates/MailingLists/index.php b/templates/MailingLists/index.php index e96410c..dbcfae0 100644 --- a/templates/MailingLists/index.php +++ b/templates/MailingLists/index.php @@ -75,14 +75,6 @@ echo $this->element('genericElements/IndexTable/index_table', [ 'sort' => 'deleted', 'element' => 'boolean', ], - - // [ - // 'name' => __('Members'), - // 'data_path' => 'alignments', - // 'element' => 'count_summary', - // 'url' => '/sharingGroups/view/{{id}}', - // 'url_data_path' => 'id' - // ] ], 'title' => __('Mailing Lists Index'), 'description' => __('Mailing list are email distribution lists containing individuals.'), diff --git a/templates/MailingLists/list_individuals.php b/templates/MailingLists/list_individuals.php index cf932ca..c1b37fc 100644 --- a/templates/MailingLists/list_individuals.php +++ b/templates/MailingLists/list_individuals.php @@ -2,7 +2,6 @@ echo $this->element('genericElements/IndexTable/index_table', [ 'data' => [ 'data' => $individuals, - // 'skip_pagination' => 1, 'top_bar' => [ 'children' => [ [ diff --git a/templates/MetaTemplates/update.php b/templates/MetaTemplates/update.php index 3cbdc15..22ee831 100644 --- a/templates/MetaTemplates/update.php +++ b/templates/MetaTemplates/update.php @@ -67,64 +67,5 @@ echo $this->Bootstrap->modal([ 'size' => $modalSize, 'type' => $modalType, 'confirmText' => __('Update meta-templates'), - // 'confirmFunction' => 'updateMetaTemplate', ]); ?> - - \ No newline at end of file