X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=CRM%2FAdmin%2FForm%2FLabelFormats.php;h=a0645235b422bb9f0036c93bb1009c17db4e3635;hb=0d5147553408267419ef1e8fbe3cfecb83dff7ba;hp=3548ef1a59cae65c9bc80e1b0dee8b0c79f8ebcc;hpb=43625993dc97312d2b2296dceb7e83dcce8be27b;p=civicrm-core.git diff --git a/CRM/Admin/Form/LabelFormats.php b/CRM/Admin/Form/LabelFormats.php index 3548ef1a59..a0645235b4 100644 --- a/CRM/Admin/Form/LabelFormats.php +++ b/CRM/Admin/Form/LabelFormats.php @@ -24,7 +24,7 @@ | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ -*/ + */ /** * @@ -90,16 +90,16 @@ class CRM_Admin_Form_LabelFormats extends CRM_Admin_Form { // currently we support only mailing label creation, hence comment below code /* $options = array( - 'label_format' => ts('Mailing Label'), - 'name_badge' => ts('Name Badge'), + 'label_format' => ts('Mailing Label'), + 'name_badge' => ts('Name Badge'), ); $labelType = $this->addRadio('label_type', ts('Used For'), $options, null, '  '); if ($this->_action != CRM_Core_Action::ADD) { - $labelType->freeze(); + $labelType->freeze(); } - */ + */ $this->add('select', 'paper_size', ts('Sheet Size'), array( @@ -250,4 +250,5 @@ class CRM_Admin_Form_LabelFormats extends CRM_Admin_Form { } CRM_Core_Session::setStatus($status, ts('Saved'), 'success'); } + }