diff --git a/system/modules/multicolumnwizard/MultiColumnWizard.php b/system/modules/multicolumnwizard/MultiColumnWizard.php index bc2b075..37ca477 100644 --- a/system/modules/multicolumnwizard/MultiColumnWizard.php +++ b/system/modules/multicolumnwizard/MultiColumnWizard.php @@ -17,7 +17,7 @@ * @copyright Andreas Schempp 2011 * @copyright certo web & design GmbH 2011 * @copyright MEN AT WORK 2013 - * @author Ingolf Steinhardt + * @author Ingolf Steinhardt 2017 * @package MultiColumnWizard */ class MultiColumnWizard extends Widget implements uploadable @@ -886,6 +886,9 @@ protected function initializeWidget(&$arrField, $intRow, $strKey, $varValue) $xlabel .= ' ' . $this->generateImage('filemanager.gif', $GLOBALS['TL_LANG']['MSC']['fileManager'], 'style="vertical-align:text-bottom;"') . ''; $arrField['strField'] = $this->strField . '__' . $strKey; + + // Add title at modal window. + $GLOBALS['TL_DCA'][$this->strTable]['fields'][$arrField['strField']]['label'][0] = (is_array($arrField['label']) && $arrField['label'][0] != '') ? $arrField['label'][0] : $strKey; } // Add the table import wizard