fixed line spacing in getform method
This commit is contained in:
@ -506,7 +506,6 @@ class ComponentbuilderModelAdmin_view extends JModelAdmin
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// update all editors to use this components global editor
|
||||
$global_editor = JComponentHelper::getParams('com_componentbuilder')->get('editor', 'none');
|
||||
$editors = $form->getXml()->xpath("//field[@type='editor']");
|
||||
|
@ -327,7 +327,6 @@ class ComponentbuilderModelCustom_admin_view extends JModelAdmin
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// update all editors to use this components global editor
|
||||
$global_editor = JComponentHelper::getParams('com_componentbuilder')->get('editor', 'none');
|
||||
$editors = $form->getXml()->xpath("//field[@type='editor']");
|
||||
|
@ -184,7 +184,6 @@ class ComponentbuilderModelCustom_code extends JModelAdmin
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// update all editors to use this components global editor
|
||||
$global_editor = JComponentHelper::getParams('com_componentbuilder')->get('editor', 'none');
|
||||
$editors = $form->getXml()->xpath("//field[@type='editor']");
|
||||
|
@ -334,7 +334,6 @@ class ComponentbuilderModelDynamic_get extends JModelAdmin
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// update all editors to use this components global editor
|
||||
$global_editor = JComponentHelper::getParams('com_componentbuilder')->get('editor', 'none');
|
||||
$editors = $form->getXml()->xpath("//field[@type='editor']");
|
||||
|
@ -362,7 +362,6 @@ class ComponentbuilderModelJoomla_component extends JModelAdmin
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// update all editors to use this components global editor
|
||||
$global_editor = JComponentHelper::getParams('com_componentbuilder')->get('editor', 'none');
|
||||
$editors = $form->getXml()->xpath("//field[@type='editor']");
|
||||
|
@ -222,7 +222,6 @@ class ComponentbuilderModelLayout extends JModelAdmin
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// update all editors to use this components global editor
|
||||
$global_editor = JComponentHelper::getParams('com_componentbuilder')->get('editor', 'none');
|
||||
$editors = $form->getXml()->xpath("//field[@type='editor']");
|
||||
|
@ -345,7 +345,6 @@ class ComponentbuilderModelSite_view extends JModelAdmin
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// update all editors to use this components global editor
|
||||
$global_editor = JComponentHelper::getParams('com_componentbuilder')->get('editor', 'none');
|
||||
$editors = $form->getXml()->xpath("//field[@type='editor']");
|
||||
|
@ -222,7 +222,6 @@ class ComponentbuilderModelTemplate extends JModelAdmin
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// update all editors to use this components global editor
|
||||
$global_editor = JComponentHelper::getParams('com_componentbuilder')->get('editor', 'none');
|
||||
$editors = $form->getXml()->xpath("//field[@type='editor']");
|
||||
|
Reference in New Issue
Block a user