Bug #75838 » patch.diff
typo3/sysext/rtehtmlarea/Classes/BrowseLinks.php | ||
---|---|---|
<td><label>' . $GLOBALS['LANG']->getLL('anchor_class', TRUE) . ':</label></td>
|
||
<td colspan="3">
|
||
<select name="anchor_class" onchange="' . htmlspecialchars($this->getClassOnChangeJS()) . '">
|
||
' . htmlspecialchars($this->classesAnchorJSOptions[$this->act]) . '
|
||
' . $this->classesAnchorJSOptions[$this->act] . '
|
||
</select>
|
||
</td>
|
||
</tr>';
|
- « Previous
- 1
- 2
- Next »