Revision e5e66f93
Added by Assos Assos over 8 years ago
drupal7/sites/all/modules/panelizer/plugins/views/panelizer_handler_panelizer_status.inc | ||
---|---|---|
32 | 32 |
'#type' => 'textfield', |
33 | 33 |
'#title' => t('Customized text'), |
34 | 34 |
'#default_value' => $this->options['custom'], |
35 |
'#description' => t('Text to display if the entity has a custom panel.'),
|
|
35 |
'#description' => t('Text to display if the entity has a custom display.'),
|
|
36 | 36 |
); |
37 | 37 |
$form['not_panelized'] = array( |
38 | 38 |
'#type' => 'textfield', |
Also available in: Unified diff
Weekly update of contrib modules