Bug #18008 ยป 0007184.patch
t3lib/class.t3lib_tceforms.php (Arbeitskopie) | ||
---|---|---|
if (count($elements)) {
|
||
$out .= '
|
||
TBE_EDITOR.addElements('.t3lib_div::array2json($elements).');
|
||
TBE_EDITOR.initRequired()
|
||
TBE_EDITOR.initRequired();
|
||
';
|
||
}
|
||
// $this->additionalJS_submit:
|
t3lib/class.t3lib_tceforms_inline.php (Arbeitskopie) | ||
---|---|---|
$permsEdit = ($isPagesTable && ($localCalcPerms&2)) || (!$isPagesTable && ($calcPerms&16));
|
||
// Icon to visualize that a required field is nested in this inline level:
|
||
$cells[] = '<img id="'.$nameObjectFtId.'_req" src="clear.gif" width="10" height="10" hspace="4" vspace="3" alt="" />';
|
||
$cells[] = '<img name="'.$nameObjectFtId.'_req" src="clear.gif" width="10" height="10" hspace="4" vspace="3" alt="" />';
|
||
// "Info": (All records)
|
||
if (!$isNewItem)
|
typo3/template.php (Arbeitskopie) | ||
---|---|---|
}
|
||
$mouseOverOut = ' onmouseover="DTM_mouseOver(this);" onmouseout="DTM_mouseOut(this);"';
|
||
$requiredIcon = '<img id="'.$id.'-'.$index.'-REQ" src="clear.gif" width="10" height="10" hspace="4" alt="" />';
|
||
$requiredIcon = '<img name="'.$id.'-'.$index.'-REQ" src="clear.gif" width="10" height="10" hspace="4" alt="" />';
|
||
if (!$foldout) {
|
||
// Create TAB cell:
|