['OrderedList','UnorderedList','-','Outdent','Indent'],
['JustifyLeft','JustifyCenter','JustifyRight'],
['Link','Unlink','Anchor'],
- ['Image','Flash','Table','Rule','SpecialChar','PageBreak','UniversalKey'],
+ ['Image','Flash','Table','Rule','SpecialChar','PageBreak'],
'/',
['FontFormat'],
['TextColor','BGColor']
if (variable_get('fckeditor_popup', '0')) {
// Add the script file with the popup open function.
drupal_add_js($module_drupal_path . '/fckeditor.popup.js');
- $element['#title'] .= " <span class=\"fckeditor_popuplink\">(<a href=\"#\" onclick=\"FCKeditor_OpenPopup('".$module_full_path."/fckeditor.popup.html?var=".$js_id."&el=".$element['#id']."');return false;\">" . t('Open rich editor') . "</a>)</span>";
+ $element['#suffix'] .= " <span class=\"fckeditor_popuplink\">(<a href=\"#\" onclick=\"FCKeditor_OpenPopup('".$module_full_path."/fckeditor.popup.html?var=".$js_id."&el=".$element['#id']."');return false;\">" . t('Open rich editor') . "</a>)</span>";
}
else {
// if no popup mode, add the editor
// display the field id for administrators
if (user_access('administer site configuration')) {
- $element['#suffix'] .= '<span class="textarea-identifier">The ID for this element is: '.$element['#id'].'</span>';
+ $element['#suffix'] .= '<span class="textarea-identifier">The ID for for excluding or including this element is: '.$element['#id'].' - the path is: '.$_GET['q'].'</span>';
}
return $element;