diff --git a/administrator/language/en-GB/com_wrapper.ini b/administrator/language/en-GB/com_wrapper.ini index 77b4170ca246c..a7b374ce082f8 100644 --- a/administrator/language/en-GB/com_wrapper.ini +++ b/administrator/language/en-GB/com_wrapper.ini @@ -6,12 +6,9 @@ COM_WRAPPER="Wrapper" COM_WRAPPER_FIELD_ADD_DESC="By default, http:// will be added unless it detects http:// or https:// in the URL you provide. This allows you to switch off this functionality." COM_WRAPPER_FIELD_ADD_LABEL="Auto Add" -COM_WRAPPER_FIELD_FRAME_LABEL="Frame Border" COM_WRAPPER_FIELD_HEIGHT_LABEL="Height" COM_WRAPPER_FIELD_HEIGHTAUTO_LABEL="Auto Height" COM_WRAPPER_FIELD_LABEL_SCROLLBARSPARAMS="Scroll Bar Parameters" COM_WRAPPER_FIELD_LAZYLOADING_LABEL="Lazy Loading" -COM_WRAPPER_FIELD_SCROLLBARS_LABEL="Scroll Bars" COM_WRAPPER_FIELD_URL_LABEL="URL" -COM_WRAPPER_FIELD_VALUE_AUTO="Auto" COM_WRAPPER_XML_DESCRIPTION="Displays an iframe to wrap an external page or site into Joomla!" diff --git a/components/com_wrapper/tmpl/wrapper/default.php b/components/com_wrapper/tmpl/wrapper/default.php index 6c56273e4388b..73fdd91bf0eb3 100644 --- a/components/com_wrapper/tmpl/wrapper/default.php +++ b/components/com_wrapper/tmpl/wrapper/default.php @@ -33,8 +33,6 @@ src="escape($this->wrapper->url); ?>" width="escape($this->params->get('width')); ?>" height="escape($this->params->get('height')); ?>" - scrolling="escape($this->params->get('scrolling')); ?>" - frameborder="escape($this->params->get('frameborder', 1)); ?>" loading="params->get('lazyloading', 'lazy'); ?>" escape($this->params->get('page_heading'))) : ?> title="escape($this->params->get('page_heading')); ?>" diff --git a/components/com_wrapper/tmpl/wrapper/default.xml b/components/com_wrapper/tmpl/wrapper/default.xml index 786d4468ec2f4..855745c998bf9 100644 --- a/components/com_wrapper/tmpl/wrapper/default.xml +++ b/components/com_wrapper/tmpl/wrapper/default.xml @@ -27,18 +27,6 @@
- - - - - - JYES - - - - get('target'), ENT_COMPAT, 'UTF-8'); $width = htmlspecialchars($params->get('width'), ENT_COMPAT, 'UTF-8'); $height = htmlspecialchars($params->get('height'), ENT_COMPAT, 'UTF-8'); -$scroll = htmlspecialchars($params->get('scrolling'), ENT_COMPAT, 'UTF-8'); -$frameborder = htmlspecialchars($params->get('frameborder'), ENT_COMPAT, 'UTF-8'); $ititle = $module->title; $id = $module->id; $lazyloading = $params->get('lazyloading', 'lazy'); diff --git a/modules/mod_wrapper/mod_wrapper.xml b/modules/mod_wrapper/mod_wrapper.xml index d4dda9b3a0939..f0798ff929610 100644 --- a/modules/mod_wrapper/mod_wrapper.xml +++ b/modules/mod_wrapper/mod_wrapper.xml @@ -43,18 +43,6 @@ - - - - - - JYES - - - - -