#884960 follow-up by bfroehle: Remove phantom empty column on date settings.
parent
b8d02bf0e7
commit
3a37a9c01b
|
@ -2039,7 +2039,6 @@ function theme_system_date_time_settings($variables) {
|
|||
$row = array();
|
||||
$row[] = $form['format'][$key]['#title'];
|
||||
$form['format'][$key]['#title_display'] = 'invisible';
|
||||
$row[] = $form['format'][$key]['#title_display'];
|
||||
$row[] = array('data' => drupal_render($form['format'][$key]));
|
||||
$row[] = array('data' => drupal_render($form['delete'][$delete_key]));
|
||||
$rows[] = $row;
|
||||
|
|
Loading…
Reference in New Issue