$this->add('select', 'progress_bar', ts('Progress bar'), $this->getProgressBars());
$this->addWysiwyg('description', ts('Description'), '');
$this->add('select', 'email_signup_group_id', ts('Newsletter signup'), $this->getGroupOptions());
- $this->add('select', 'size_variant', ts('Size variant<br><SMALL>Fixed width. Height depends on what contents selected.</SMALL>'), $this->getSizeOptions());
+ $this->add('select', 'size_variant', ts('Size variant'), $this->getSizeOptions());
// $fieldset = $this->addElement('fieldset')->setLabel('Advanced Settings');
$this->add('checkbox', 'hide_title', ts('Hide Title'));
$this->add('checkbox', 'hide_border', ts('Hide border'));
$action = array_sum(array_keys($this->actionLinks()));
//build the normal action links.
$emb_code[$dao->id]['action'] = CRM_Core_Action::formLink(self::actionLinks(),
- $action,
- array('id' => $dao->id),
- ts('more'),
- TRUE
- );
+ $action, array('id' => $dao->id));
}
if (isset($emb_code)) {
$action = array_sum(array_keys($this->actionLinks()));
//build the normal action links.
$con_page[$dao->id]['action'] = CRM_Core_Action::formLink(self::actionLinks(),
- $action,
- array('id' => $dao->id),
- ts('more'),
- TRUE
- );
+ $action, array('id' => $dao->id));
}
if (isset($con_page)) {
$action = array_sum(array_keys($this->actionLinks()));
//build the normal action links.
$wid_page[$dao->id]['action'] = CRM_Core_Action::formLink(self::actionLinks(),
- $action,
- array('id' => $dao->id),
- ts('more'),
- TRUE
- );
+ $action, array('id' => $dao->id));
}
if (isset($wid_page)) {
$('#image').after('<label><br><SMALL>Select a smaller image than Size variant</SMALL></label>');
$('#logo_image').after('<label><br><SMALL>Select smaller image appropriate for logo</SMALL></label>');
+ $('#email_signup_group_id').after("<label><br><SMALL>Those groups that are 'Mailing List' selected are shown.</SMALL></label>");
+ $('#size_variant').after("<label><br><SMALL>Fixed width. Height depends on what contents selected.</SMALL></label>");
}
$(document).ready(setState)