From: Coleman Watts Date: Thu, 1 May 2014 02:19:27 +0000 (-0700) Subject: CRM_Tag_Form_Tag - cleanup X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f326916f905092cf4cd01e218d02b55a3e6fccc9;p=civicrm-core.git CRM_Tag_Form_Tag - cleanup --- 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'), - ), - ) - ); - } } /**