diff --git a/administrator/components/com_tags/models/forms/tag.xml b/administrator/components/com_tags/models/forms/tag.xml index 0f45a536bc7b9..5e9c87df72250 100644 --- a/administrator/components/com_tags/models/forms/tag.xml +++ b/administrator/components/com_tags/models/forms/tag.xml @@ -1,15 +1,5 @@
- - -
- -
-
- state->get('params'); -$params = $params->toArray(); - JFactory::getDocument()->addScriptDeclaration(" Joomla.submitbutton = function(task) { @@ -31,7 +24,7 @@ "); // Fieldsets to not automatically render by /layouts/joomla/edit/params.php -$this->ignore_fieldsets = array('jmetadata', 'urls'); +$this->ignore_fieldsets = array('jmetadata'); ?> @@ -66,11 +59,6 @@ - - - form->renderFieldset('images'); ?> - - form->renderFieldset('urls'); ?>