Browse Source

Fixed typo for arrange panel page.

Chun-Huai Cheng 9 years ago
parent
commit
31bf3779bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tripal_fields_layout/tripal_fields_layout.module

+ 1 - 1
tripal_fields_layout/tripal_fields_layout.module

@@ -670,7 +670,7 @@ function theme_tripal_fields_layout_form_arrange_panels ($variables) {
   }
 
   // Create table header
-  $header = array(t('Panel'), t('Weight'), t('New Lable'), t('Rename'), t('Remove'));
+  $header = array(t('Panel'), t('Weight'), array('data' => t('Rename'), 'colspan' => 2), t('Action'));
 
   // Create a unique id for drupal_add_tabledrag() to find the table object
   $table_id = 'tripal_panel-arrange_panel_table';