From f326916f905092cf4cd01e218d02b55a3e6fccc9 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Wed, 30 Apr 2014 19:19:27 -0700 Subject: [PATCH] CRM_Tag_Form_Tag - cleanup --- CRM/Tag/Form/Tag.php | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/CRM/Tag/Form/Tag.php b/CRM/Tag/Form/Tag.php index 2b2a97ae63..afb3b784b9 100644 --- a/CRM/Tag/Form/Tag.php +++ b/CRM/Tag/Form/Tag.php @@ -110,24 +110,6 @@ class CRM_Tag_Form_Tag extends CRM_Core_Form { //build tag widget $parentNames = CRM_Core_BAO_Tag::getTagSet('civicrm_contact'); CRM_Core_Form_Tag::buildQuickForm($this, $parentNames, $this->_entityTable, $this->_entityID); - - if ($this->_action & CRM_Core_Action::BROWSE) { - //$this->freeze(); - } - else { - $this->addButtons(array( - array( - 'type' => 'next', - 'name' => ts('Update Tags'), - 'isDefault' => TRUE, - ), - array( - 'type' => 'cancel', - 'name' => ts('Cancel'), - ), - ) - ); - } } /** -- 2.25.1