improved footer display
This commit is contained in:
@@ -47,10 +47,10 @@ class MaterioSubscriptionsBlockForm extends SubscriptionsFormBase {
|
||||
|
||||
$form = parent::form($form, $form_state);
|
||||
|
||||
// $form['message'] = array(
|
||||
// '#type' => 'item',
|
||||
// '#markup' => $this->message,
|
||||
// );
|
||||
$form['message'] = array(
|
||||
'#type' => 'item',
|
||||
'#markup' => $this->message,
|
||||
);
|
||||
|
||||
unset($form['subscriptions']['widget']['#title']);
|
||||
unset($form['subscriptions']['widget']['#description']);
|
||||
|
Reference in New Issue
Block a user