Skip to content
Snippets Groups Projects
Commit efdb8203 authored by Kurund Jalmi's avatar Kurund Jalmi
Browse files

added unit for units, CRM-13327

----------------------------------------
* CRM-13327: Add support for 3 additional event badge formats AND remove Name Badge labels from Label Formats admin
  http://issues.civicrm.org/jira/browse/CRM-13327
parent 46c53d72
Branches
Tags
No related merge requests found
......@@ -122,13 +122,13 @@ class CRM_Badge_Form_Layout extends CRM_Admin_Form {
$attributes = array('readonly'=> true);
$this->add('text', 'image_1', ts('Image (top left)'),
$attributes + CRM_Core_DAO::getAttribute('CRM_Core_DAO_PrintLabel', 'title'));
$this->add('text', 'width_image_1', ts('Width'), array('size' => 6));
$this->add('text', 'height_image_1', ts('Height'), array('size' => 6));
$this->add('text', 'width_image_1', ts('Width (mm)'), array('size' => 6));
$this->add('text', 'height_image_1', ts('Height (mm)'), array('size' => 6));
$this->add('text', 'image_2', ts('Image (top right)'),
$attributes + CRM_Core_DAO::getAttribute('CRM_Core_DAO_PrintLabel', 'title'));
$this->add('text', 'width_image_2', ts('Width'), array('size' => 6));
$this->add('text', 'height_image_2', ts('Height'), array('size' => 6));
$this->add('text', 'width_image_2', ts('Width (mm)'), array('size' => 6));
$this->add('text', 'height_image_2', ts('Height (mm)'), array('size' => 6));
$this->add('checkbox', 'is_default', ts('Default?'));
$this->add('checkbox', 'is_active', ts('Enabled?'));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment