function template_preprocess_tmgmt_data_items_form in Translation Management Tool 8
Preprocess function for tmgmt_data_items_form.
File
- ./
tmgmt.module, line 574 - 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'];
}