X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FTag%2FForm%2FTag.php;h=2e65e28a8fdb59fa6068bca91c935056fef16e4e;hb=45dff925845496499b5c426f53f875ec2e3a219d;hp=cb1e8755ba73184f272182590da744e39aedbb4c;hpb=e68bce7b9d941cb8dbf44bc27ca08571df3a4811;p=civicrm-core.git diff --git a/CRM/Tag/Form/Tag.php b/CRM/Tag/Form/Tag.php index cb1e8755ba..2e65e28a8f 100644 --- a/CRM/Tag/Form/Tag.php +++ b/CRM/Tag/Form/Tag.php @@ -1,9 +1,9 @@ _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'), - ), - ) - ); - } } /** - * * @access public * * @return void @@ -148,6 +129,5 @@ class CRM_Tag_Form_Tag extends CRM_Core_Form { CRM_Core_Session::setStatus(ts('Your update(s) have been saved.'), ts('Saved'), 'success'); } - //end of function }