function template_preprocess_tmgmt_data_items_form

Preprocess function for tmgmt_data_items_form.

File

./tmgmt.module, line 580
Main module file for the Translation Management module.

Code

function template_preprocess_tmgmt_data_items_form(&$variables) {
  $element = $variables['element'];
  $variables['ajaxid'] = $element['#ajaxid'];
  $variables['top_label'] = $element['#top_label'];
}