diff --git a/administrator/components/com_banners/views/banners/tmpl/default.php b/administrator/components/com_banners/views/banners/tmpl/default.php index 4363bd611c82e..a758f259b00fc 100644 --- a/administrator/components/com_banners/views/banners/tmpl/default.php +++ b/administrator/components/com_banners/views/banners/tmpl/default.php @@ -103,7 +103,7 @@ } elseif (!$saveOrder) { - $iconClass = ' inactive tip-top hasTooltip" title="' . JHtml::tooltipText('JORDERINGDISABLED'); + $iconClass = ' inactive tip-top hasTooltip" title="' . JHtml::_('tooltipText', 'JORDERINGDISABLED'); } ?> diff --git a/administrator/components/com_categories/views/categories/tmpl/default.php b/administrator/components/com_categories/views/categories/tmpl/default.php index 1c20157630420..34c393eb7be66 100644 --- a/administrator/components/com_categories/views/categories/tmpl/default.php +++ b/administrator/components/com_categories/views/categories/tmpl/default.php @@ -170,7 +170,7 @@ } elseif (!$saveOrder) { - $iconClass = ' inactive tip-top hasTooltip" title="' . JHtml::tooltipText('JORDERINGDISABLED'); + $iconClass = ' inactive tip-top hasTooltip" title="' . JHtml::_('tooltipText', 'JORDERINGDISABLED'); } ?> diff --git a/administrator/components/com_contact/helpers/html/contact.php b/administrator/components/com_contact/helpers/html/contact.php index aa7e225a1285e..5dc9a80598467 100644 --- a/administrator/components/com_contact/helpers/html/contact.php +++ b/administrator/components/com_contact/helpers/html/contact.php @@ -114,11 +114,11 @@ public static function featured($value = 0, $i, $canChange = true) if ($canChange) { $html = ''; + . ($value == 1 ? ' active' : '') . '" title="' . JHtml::_('tooltipText', $state[3]) . '">'; } else { - $html = ''; } diff --git a/administrator/components/com_contact/views/contacts/tmpl/default.php b/administrator/components/com_contact/views/contacts/tmpl/default.php index cb8b96f445420..2bb1223e8511b 100644 --- a/administrator/components/com_contact/views/contacts/tmpl/default.php +++ b/administrator/components/com_contact/views/contacts/tmpl/default.php @@ -107,7 +107,7 @@ } elseif (!$saveOrder) { - $iconClass = ' inactive tip-top hasTooltip" title="' . JHtml::tooltipText('JORDERINGDISABLED'); + $iconClass = ' inactive tip-top hasTooltip" title="' . JHtml::_('tooltipText', 'JORDERINGDISABLED'); } ?> diff --git a/administrator/components/com_content/helpers/html/contentadministrator.php b/administrator/components/com_content/helpers/html/contentadministrator.php index 9ec3e2dd73f05..068116d486301 100644 --- a/administrator/components/com_content/helpers/html/contentadministrator.php +++ b/administrator/components/com_content/helpers/html/contentadministrator.php @@ -114,12 +114,12 @@ public static function featured($value = 0, $i, $canChange = true) if ($canChange) { $html = ''; + . ($value == 1 ? ' active' : '') . '" title="' . JHtml::_('tooltipText', $state[3]) . '">'; } else { $html = ''; + . JHtml::_('tooltipText', $state[2]) . '">'; } return $html; diff --git a/administrator/components/com_content/views/articles/tmpl/default.php b/administrator/components/com_content/views/articles/tmpl/default.php index eb0f9b8af6d26..2e174a2488f51 100644 --- a/administrator/components/com_content/views/articles/tmpl/default.php +++ b/administrator/components/com_content/views/articles/tmpl/default.php @@ -140,7 +140,7 @@ } elseif (!$saveOrder) { - $iconClass = ' inactive tip-top hasTooltip" title="' . JHtml::tooltipText('JORDERINGDISABLED'); + $iconClass = ' inactive tip-top hasTooltip" title="' . JHtml::_('tooltipText', 'JORDERINGDISABLED'); } ?> diff --git a/administrator/components/com_content/views/featured/tmpl/default.php b/administrator/components/com_content/views/featured/tmpl/default.php index e506f0b9878ff..6ea400d2d80f3 100644 --- a/administrator/components/com_content/views/featured/tmpl/default.php +++ b/administrator/components/com_content/views/featured/tmpl/default.php @@ -134,7 +134,7 @@ } elseif (!$saveOrder) { - $iconClass = ' inactive tip-top hasTooltip" title="' . JHtml::tooltipText('JORDERINGDISABLED'); + $iconClass = ' inactive tip-top hasTooltip" title="' . JHtml::_('tooltipText', 'JORDERINGDISABLED'); } ?> diff --git a/administrator/components/com_installer/views/discover/tmpl/default.php b/administrator/components/com_installer/views/discover/tmpl/default.php index 706b484487232..36264244ad711 100644 --- a/administrator/components/com_installer/views/discover/tmpl/default.php +++ b/administrator/components/com_installer/views/discover/tmpl/default.php @@ -83,8 +83,8 @@ extension_id); ?> - - + name; ?> diff --git a/administrator/components/com_languages/views/languages/tmpl/default.php b/administrator/components/com_languages/views/languages/tmpl/default.php index c52b7dee7e480..4bf145db56a4b 100644 --- a/administrator/components/com_languages/views/languages/tmpl/default.php +++ b/administrator/components/com_languages/views/languages/tmpl/default.php @@ -121,7 +121,7 @@ published, $i, 'languages.', $canChange); ?> - + escape($item->title); ?> diff --git a/administrator/components/com_languages/views/overrides/tmpl/default.php b/administrator/components/com_languages/views/overrides/tmpl/default.php index 556cc33e435ed..4aebd94ad0e77 100644 --- a/administrator/components/com_languages/views/overrides/tmpl/default.php +++ b/administrator/components/com_languages/views/overrides/tmpl/default.php @@ -35,11 +35,11 @@
- - + +
diff --git a/administrator/components/com_media/views/medialist/tmpl/details_doc.php b/administrator/components/com_media/views/medialist/tmpl/details_doc.php new file mode 100644 index 0000000000000..70af24ba0e96e --- /dev/null +++ b/administrator/components/com_media/views/medialist/tmpl/details_doc.php @@ -0,0 +1,42 @@ +trigger('onContentBeforeDisplay', array('com_media.file', &$this->_tmp_doc, &$params)); +?> + + + + + _tmp_doc->icon_16, $this->_tmp_doc->title, null, true, true) ? JHtml::_('image', $this->_tmp_doc->icon_16, $this->_tmp_doc->title, array('width' => 16, 'height' => 16), true) : JHtml::_('image', 'media/con_info.png', $this->_tmp_doc->title, array('width' => 16, 'height' => 16), true);?> + + + _tmp_doc->title; ?> + +   + + + + _tmp_doc->size); ?> + +authorise('core.delete', 'com_media')):?> + + + + + + +trigger('onContentAfterDisplay', array('com_media.file', &$this->_tmp_doc, &$params)); diff --git a/administrator/components/com_media/views/medialist/tmpl/details_folder.php b/administrator/components/com_media/views/medialist/tmpl/details_folder.php new file mode 100644 index 0000000000000..2465ebbca2d13 --- /dev/null +++ b/administrator/components/com_media/views/medialist/tmpl/details_folder.php @@ -0,0 +1,35 @@ + + + + + + + + _tmp_folder->name; ?> + +   + + +   + + + authorise('core.delete', 'com_media')):?> + + + + + + diff --git a/administrator/components/com_media/views/medialist/tmpl/details_img.php b/administrator/components/com_media/views/medialist/tmpl/details_img.php new file mode 100644 index 0000000000000..218c78db502d9 --- /dev/null +++ b/administrator/components/com_media/views/medialist/tmpl/details_img.php @@ -0,0 +1,42 @@ +trigger('onContentBeforeDisplay', array('com_media.file', &$this->_tmp_img, &$params)); +?> + + + + _tmp_img->path_relative, JText::sprintf('COM_MEDIA_IMAGE_TITLE', $this->_tmp_img->title, JHtml::_('number.bytes', $this->_tmp_img->size)), array('width' => $this->_tmp_img->width_16, 'height' => $this->_tmp_img->height_16)); ?> + + + escape($this->_tmp_img->title); ?> + + + _tmp_img->width, $this->_tmp_img->height); ?> + + + _tmp_img->size); ?> + + authorise('core.delete', 'com_media')):?> + + + + + + +trigger('onContentAfterDisplay', array('com_media.file', &$this->_tmp_img, &$params)); diff --git a/administrator/components/com_media/views/medialist/tmpl/details_video.php b/administrator/components/com_media/views/medialist/tmpl/details_video.php new file mode 100644 index 0000000000000..4f74a50e79524 --- /dev/null +++ b/administrator/components/com_media/views/medialist/tmpl/details_video.php @@ -0,0 +1,54 @@ +trigger('onContentBeforeDisplay', array('com_media.file', &$this->_tmp_video, &$params)); + +JFactory::getDocument()->addScriptDeclaration(" +jQuery(document).ready(function($){ + window.parent.jQuery('#videoPreview').on('hidden', function () { + window.parent.jQuery('#mejsPlayer')[0].player.pause(); + }); +}); +"); +?> + + + + _tmp_video->icon_16, $this->_tmp_video->title, null, true); ?> + + + + _tmp_video->name, 10, false); ?> + + + + + + + _tmp_video->size); ?> + + authorise('core.delete', 'com_media')):?> + + + + + + + +trigger('onContentAfterDisplay', array('com_media.file', &$this->_tmp_video, &$params)); diff --git a/administrator/components/com_menus/views/items/tmpl/default.php b/administrator/components/com_menus/views/items/tmpl/default.php index eccf43fe48e0f..35a38151bd593 100644 --- a/administrator/components/com_menus/views/items/tmpl/default.php +++ b/administrator/components/com_menus/views/items/tmpl/default.php @@ -148,7 +148,7 @@ } elseif (!$saveOrder) { - $iconClass = ' inactive tip-top hasTooltip" title="' . JHtml::tooltipText('JORDERINGDISABLED'); + $iconClass = ' inactive tip-top hasTooltip" title="' . JHtml::_('tooltipText', 'JORDERINGDISABLED'); } ?> diff --git a/administrator/components/com_messages/helpers/html/messages.php b/administrator/components/com_messages/helpers/html/messages.php index dc793b974130e..10f4aef988622 100644 --- a/administrator/components/com_messages/helpers/html/messages.php +++ b/administrator/components/com_messages/helpers/html/messages.php @@ -81,7 +81,7 @@ public static function status($i, $value = 0, $canChange = false) if ($canChange) { $html = ''; + . ($value == 1 ? ' active' : '') . '" title="' . JHtml::_('tooltipText', $state[3]) . '">'; } return $html; diff --git a/administrator/components/com_modules/views/module/tmpl/edit.php b/administrator/components/com_modules/views/module/tmpl/edit.php index 87dc15ebe0d85..3c20b6d039f8f 100644 --- a/administrator/components/com_modules/views/module/tmpl/edit.php +++ b/administrator/components/com_modules/views/module/tmpl/edit.php @@ -185,7 +185,7 @@ ?>
- + item->client_id == 0 ? JText::_('JSITE') : JText::_('JADMINISTRATOR'); ?>
diff --git a/administrator/components/com_modules/views/modules/tmpl/default.php b/administrator/components/com_modules/views/modules/tmpl/default.php index f18ddbf0c691b..ff808cdefaad9 100644 --- a/administrator/components/com_modules/views/modules/tmpl/default.php +++ b/administrator/components/com_modules/views/modules/tmpl/default.php @@ -98,7 +98,7 @@ } elseif (!$saveOrder) { - $iconClass = ' inactive tip-top hasTooltip" title="' . JHtml::tooltipText('JORDERINGDISABLED'); + $iconClass = ' inactive tip-top hasTooltip" title="' . JHtml::_('tooltipText', 'JORDERINGDISABLED'); } ?> diff --git a/administrator/components/com_newsfeeds/views/newsfeeds/tmpl/default.php b/administrator/components/com_newsfeeds/views/newsfeeds/tmpl/default.php index f8dfd33b261e3..97075b05526d5 100644 --- a/administrator/components/com_newsfeeds/views/newsfeeds/tmpl/default.php +++ b/administrator/components/com_newsfeeds/views/newsfeeds/tmpl/default.php @@ -107,7 +107,7 @@ } elseif (!$saveOrder) { - $iconClass = ' inactive tip-top hasTooltip" title="' . JHtml::tooltipText('JORDERINGDISABLED'); + $iconClass = ' inactive tip-top hasTooltip" title="' . JHtml::_('tooltipText', 'JORDERINGDISABLED'); } ?> diff --git a/administrator/components/com_plugins/views/plugin/tmpl/edit.php b/administrator/components/com_plugins/views/plugin/tmpl/edit.php index 35343a31c8930..2f34af3edc8be 100644 --- a/administrator/components/com_plugins/views/plugin/tmpl/edit.php +++ b/administrator/components/com_plugins/views/plugin/tmpl/edit.php @@ -51,10 +51,10 @@ ?>
- + form->getValue('folder'); ?> / - + form->getValue('element'); ?>
diff --git a/administrator/components/com_plugins/views/plugins/tmpl/default.php b/administrator/components/com_plugins/views/plugins/tmpl/default.php index 58fe7edebd2c7..8d8a0acf05121 100644 --- a/administrator/components/com_plugins/views/plugins/tmpl/default.php +++ b/administrator/components/com_plugins/views/plugins/tmpl/default.php @@ -96,7 +96,7 @@ } elseif (!$saveOrder) { - $iconClass = ' inactive tip-top hasTooltip" title="' . JHtml::tooltipText('JORDERINGDISABLED'); + $iconClass = ' inactive tip-top hasTooltip" title="' . JHtml::_('tooltipText', 'JORDERINGDISABLED'); } ?> diff --git a/administrator/components/com_redirect/helpers/html/redirect.php b/administrator/components/com_redirect/helpers/html/redirect.php index f50376671e35d..97ae357618163 100644 --- a/administrator/components/com_redirect/helpers/html/redirect.php +++ b/administrator/components/com_redirect/helpers/html/redirect.php @@ -53,7 +53,7 @@ public static function published($value = 0, $i = null, $canChange = true) if ($canChange) { $html = ''; + . ($value == 1 ? ' active' : '') . '" title="' . JHtml::_('tooltipText', $state[3]) . '">'; } return $html; diff --git a/administrator/components/com_tags/views/tags/tmpl/default.php b/administrator/components/com_tags/views/tags/tmpl/default.php index 7d24ed45e8bfe..daf95a73968b6 100644 --- a/administrator/components/com_tags/views/tags/tmpl/default.php +++ b/administrator/components/com_tags/views/tags/tmpl/default.php @@ -178,7 +178,7 @@ } elseif (!$saveOrder) { - $iconClass = ' inactive tip-top hasTooltip" title="' . JHtml::tooltipText('JORDERINGDISABLED'); + $iconClass = ' inactive tip-top hasTooltip" title="' . JHtml::_('tooltipText', 'JORDERINGDISABLED'); } ?> diff --git a/administrator/components/com_templates/helpers/html/templates.php b/administrator/components/com_templates/helpers/html/templates.php index e26b8507b8648..2e6b1763ec95e 100644 --- a/administrator/components/com_templates/helpers/html/templates.php +++ b/administrator/components/com_templates/helpers/html/templates.php @@ -45,7 +45,7 @@ public static function thumb($template, $clientId = 0) if (file_exists($preview)) { $html = '' . $html . ''; + JHtml::_('tooltipText', 'COM_TEMPLATES_CLICK_TO_ENLARGE') . '">' . $html . ''; } } diff --git a/administrator/components/com_templates/views/style/tmpl/edit.php b/administrator/components/com_templates/views/style/tmpl/edit.php index c7bc7a17e687b..5e27592b26c80 100644 --- a/administrator/components/com_templates/views/style/tmpl/edit.php +++ b/administrator/components/com_templates/views/style/tmpl/edit.php @@ -41,7 +41,7 @@ item->template); ?>
- + item->client_id == 0 ? JText::_('JSITE') : JText::_('JADMINISTRATOR'); ?>
diff --git a/administrator/components/com_templates/views/styles/tmpl/default.php b/administrator/components/com_templates/views/styles/tmpl/default.php index 66e78b6dfae22..491bfbcd88cfd 100644 --- a/administrator/components/com_templates/views/styles/tmpl/default.php +++ b/administrator/components/com_templates/views/styles/tmpl/default.php @@ -83,11 +83,11 @@ preview && $item->client_id == '0') : ?> - + client_id == '1') : ?> - - - + + + diff --git a/administrator/components/com_templates/views/template/tmpl/default_modal_file_body.php b/administrator/components/com_templates/views/template/tmpl/default_modal_file_body.php index 11705f07db4bd..532be92558173 100644 --- a/administrator/components/com_templates/views/template/tmpl/default_modal_file_body.php +++ b/administrator/components/com_templates/views/template/tmpl/default_modal_file_body.php @@ -50,8 +50,8 @@
-
-
diff --git a/administrator/components/com_templates/views/template/tmpl/default_modal_resize_body.php b/administrator/components/com_templates/views/template/tmpl/default_modal_resize_body.php index 48ec0c071e72a..c63b5bdedab13 100644 --- a/administrator/components/com_templates/views/template/tmpl/default_modal_resize_body.php +++ b/administrator/components/com_templates/views/template/tmpl/default_modal_resize_body.php @@ -12,8 +12,8 @@
-
@@ -22,8 +22,8 @@
-
diff --git a/administrator/components/com_templates/views/templates/tmpl/default.php b/administrator/components/com_templates/views/templates/tmpl/default.php index 669e4ba485069..6fdd4a4a54d2d 100644 --- a/administrator/components/com_templates/views/templates/tmpl/default.php +++ b/administrator/components/com_templates/views/templates/tmpl/default.php @@ -77,7 +77,7 @@ client_id == '1') : ?> - +
diff --git a/administrator/components/com_users/views/debuggroup/tmpl/default.php b/administrator/components/com_users/views/debuggroup/tmpl/default.php index e0620c34b4706..a970d7459ba25 100644 --- a/administrator/components/com_users/views/debuggroup/tmpl/default.php +++ b/administrator/components/com_users/views/debuggroup/tmpl/default.php @@ -41,7 +41,7 @@ actions as $key => $action) : ?> - + diff --git a/administrator/components/com_users/views/debuguser/tmpl/default.php b/administrator/components/com_users/views/debuguser/tmpl/default.php index ff115f2ca7e8b..646352b024f8c 100644 --- a/administrator/components/com_users/views/debuguser/tmpl/default.php +++ b/administrator/components/com_users/views/debuguser/tmpl/default.php @@ -41,7 +41,7 @@ actions as $key => $action) : ?> - + diff --git a/administrator/components/com_users/views/levels/tmpl/default.php b/administrator/components/com_users/views/levels/tmpl/default.php index 1687b5218df30..010ec9711e51b 100644 --- a/administrator/components/com_users/views/levels/tmpl/default.php +++ b/administrator/components/com_users/views/levels/tmpl/default.php @@ -89,7 +89,7 @@ } elseif (!$saveOrder) { - $iconClass = ' inactive tip-top hasTooltip" title="' . JHtml::tooltipText('JORDERINGDISABLED'); + $iconClass = ' inactive tip-top hasTooltip" title="' . JHtml::_('tooltipText', 'JORDERINGDISABLED'); } ?> diff --git a/administrator/components/com_users/views/notes/tmpl/modal.php b/administrator/components/com_users/views/notes/tmpl/modal.php index edcfed284288f..0cec05ed63db9 100644 --- a/administrator/components/com_users/views/notes/tmpl/modal.php +++ b/administrator/components/com_users/views/notes/tmpl/modal.php @@ -28,7 +28,7 @@
- created_time, 'D d M Y H:i'); ?> + created_time, 'D d M Y H:i'); ?>
cparams->get('image'); ?> diff --git a/administrator/components/com_users/views/users/tmpl/default.php b/administrator/components/com_users/views/users/tmpl/default.php index e995544ff7cb9..91c9fa6540a1f 100644 --- a/administrator/components/com_users/views/users/tmpl/default.php +++ b/administrator/components/com_users/views/users/tmpl/default.php @@ -139,7 +139,7 @@ group_names, "\n") > 1) : ?> - + group_names); ?> diff --git a/administrator/modules/mod_latest/tmpl/default.php b/administrator/modules/mod_latest/tmpl/default.php index e4727d3bf7ce9..d2168d44d9f30 100644 --- a/administrator/modules/mod_latest/tmpl/default.php +++ b/administrator/modules/mod_latest/tmpl/default.php @@ -30,12 +30,12 @@ - + author_name; ?>
-
+
created, JText::_('DATE_FORMAT_LC5')); ?>
diff --git a/administrator/modules/mod_logged/tmpl/default.php b/administrator/modules/mod_logged/tmpl/default.php index bdd7c085c70b5..088ec36ad90fa 100644 --- a/administrator/modules/mod_logged/tmpl/default.php +++ b/administrator/modules/mod_logged/tmpl/default.php @@ -16,21 +16,21 @@
client_id == 0) : ?> - + editLink)) : ?> - + name; ?> name; ?> - + client_id === null) : ?> client_id) : ?> @@ -41,7 +41,7 @@
-
+
time, JText::_('DATE_FORMAT_LC5')); ?>
diff --git a/administrator/modules/mod_login/tmpl/default.php b/administrator/modules/mod_login/tmpl/default.php index 7384869c9d5a4..efdf64cc12bcb 100644 --- a/administrator/modules/mod_login/tmpl/default.php +++ b/administrator/modules/mod_login/tmpl/default.php @@ -75,7 +75,7 @@
- + diff --git a/administrator/modules/mod_popular/tmpl/default.php b/administrator/modules/mod_popular/tmpl/default.php index 41ce2511723bf..85b36f2bf454e 100644 --- a/administrator/modules/mod_popular/tmpl/default.php +++ b/administrator/modules/mod_popular/tmpl/default.php @@ -19,7 +19,7 @@ = 10000 ? 'important' : ($hits >= 1000 ? 'warning' : ($hits >= 100 ? 'info' : ''))); ?>
- hits; ?> + hits; ?> checked_out) : ?> editor, $item->checked_out_time); ?> @@ -34,7 +34,7 @@
-
+
created, JText::_('DATE_FORMAT_LC5')); ?>
diff --git a/administrator/templates/hathor/html/com_finder/index/default.php b/administrator/templates/hathor/html/com_finder/index/default.php index f94cd0d81f934..7564aa159f692 100644 --- a/administrator/templates/hathor/html/com_finder/index/default.php +++ b/administrator/templates/hathor/html/com_finder/index/default.php @@ -132,7 +132,7 @@ publish_start_date or (int) $item->publish_end_date or (int) $item->start_date or (int) $item->end_date) : ?> - + escape($item->title); ?> diff --git a/administrator/templates/hathor/html/com_installer/discover/default.php b/administrator/templates/hathor/html/com_installer/discover/default.php index 16a7ce1b2a8a1..278503711dac5 100644 --- a/administrator/templates/hathor/html/com_installer/discover/default.php +++ b/administrator/templates/hathor/html/com_installer/discover/default.php @@ -54,14 +54,14 @@ items as $i => $item) : ?> extension_id); ?> - name; ?> + name; ?> type); ?> version != '' ? $item->version : ' '; ?> creationDate != '' ? $item->creationDate : ' '; ?> folder != '' ? $item->folder : JText::_('COM_INSTALLER_TYPE_NONAPPLICABLE'); ?> client; ?> - + author != '' ? $item->author : ' '; ?> diff --git a/administrator/templates/hathor/html/com_installer/manage/default.php b/administrator/templates/hathor/html/com_installer/manage/default.php index aa4c32388c759..a6643c90d949b 100644 --- a/administrator/templates/hathor/html/com_installer/manage/default.php +++ b/administrator/templates/hathor/html/com_installer/manage/default.php @@ -83,7 +83,7 @@ extension_id); ?> - + name; ?> @@ -107,7 +107,7 @@ creationDate != '' ? $item->creationDate : ' '; ?> - + author != '' ? $item->author : ' '; ?> diff --git a/administrator/templates/hathor/html/com_installer/update/default.php b/administrator/templates/hathor/html/com_installer/update/default.php index 485618cf67177..47ca35a1adaa0 100644 --- a/administrator/templates/hathor/html/com_installer/update/default.php +++ b/administrator/templates/hathor/html/com_installer/update/default.php @@ -55,7 +55,7 @@ update_id); ?> - + name; ?> diff --git a/administrator/templates/hathor/html/com_languages/languages/default.php b/administrator/templates/hathor/html/com_languages/languages/default.php index 00df30ad21427..2f00b40a8b167 100644 --- a/administrator/templates/hathor/html/com_languages/languages/default.php +++ b/administrator/templates/hathor/html/com_languages/languages/default.php @@ -107,7 +107,7 @@ lang_id); ?> - + escape($item->title); ?> diff --git a/administrator/templates/hathor/html/com_templates/styles/default.php b/administrator/templates/hathor/html/com_templates/styles/default.php index 15611de2e62ca..2fc97b5f7b3bb 100644 --- a/administrator/templates/hathor/html/com_templates/styles/default.php +++ b/administrator/templates/hathor/html/com_templates/styles/default.php @@ -95,11 +95,11 @@ preview && $item->client_id == '0') : ?> - + client_id == '1') : ?> - + - + diff --git a/administrator/templates/hathor/html/com_templates/template/default.php b/administrator/templates/hathor/html/com_templates/template/default.php index 1282d08e059d2..b3ca5ed89763b 100644 --- a/administrator/templates/hathor/html/com_templates/template/default.php +++ b/administrator/templates/hathor/html/com_templates/template/default.php @@ -230,7 +230,7 @@ function clearCoords()
- +
@@ -261,12 +261,12 @@ function clearCoords()
'; } else diff --git a/layouts/joomla/form/renderlabel.php b/layouts/joomla/form/renderlabel.php index 05ee30100d2cf..e526218107ad2 100644 --- a/layouts/joomla/form/renderlabel.php +++ b/layouts/joomla/form/renderlabel.php @@ -45,7 +45,7 @@ { JHtml::_('bootstrap.tooltip'); $classes[] = 'hasTooltip'; - $title = ' title="' . JHtml::tooltipText(trim($text, ':'), $description, 0) . '"'; + $title = ' title="' . JHtml::_('tooltipText', trim($text, ':'), $description, 0) . '"'; } } diff --git a/layouts/joomla/searchtools/default/bar.php b/layouts/joomla/searchtools/default/bar.php index e7859b542e3c1..862da7c67c22d 100644 --- a/layouts/joomla/searchtools/default/bar.php +++ b/layouts/joomla/searchtools/default/bar.php @@ -42,20 +42,20 @@ description) : ?> JText::_($filters['filter_search']->description))); ?> -
-
-
diff --git a/libraries/cms/html/grid.php b/libraries/cms/html/grid.php index ea9ed92e987f4..b3d21ed0683d1 100644 --- a/libraries/cms/html/grid.php +++ b/libraries/cms/html/grid.php @@ -36,7 +36,7 @@ public static function boolean($i, $value, $taskOn = null, $taskOff = null) // Build the title. $title = ($value) ? JText::_('JYES') : JText::_('JNO'); - $title = JHtml::tooltipText($title, JText::_('JGLOBAL_CLICK_TO_TOGGLE_STATE'), 0); + $title = JHtml::_('tooltipText', $title, JText::_('JGLOBAL_CLICK_TO_TOGGLE_STATE'), 0); // Build the tag. $bool = ($value) ? 'true' : 'false'; @@ -126,7 +126,7 @@ public static function checkall($name = 'checkall-toggle', $tip = 'JGLOBAL_CHECK JHtml::_('behavior.core'); JHtml::_('bootstrap.tooltip'); - return ''; } @@ -299,7 +299,7 @@ protected static function _checkedOut(&$row, $overlib = true) $date = JHtml::_('date', $row->checked_out_time, JText::_('DATE_FORMAT_LC1')); $time = JHtml::_('date', $row->checked_out_time, 'H:i'); - $hover = ''; } diff --git a/libraries/cms/html/html.php b/libraries/cms/html/html.php index ef4596aedca24..b252b0cd54b10 100644 --- a/libraries/cms/html/html.php +++ b/libraries/cms/html/html.php @@ -665,7 +665,7 @@ public static function stylesheet($file, $options = array(), $attribs = array()) * * @return array|string|null Nothing if $returnPath is false, null, path or array of path if specific JavaScript browser files were detected * - * @see JHtml::stylesheet() + * @see JHtml::_('stylesheet', ) * @since 1.5 * @deprecated 4.0 The (file, framework, relative, pathOnly, detectBrowser, detectDebug) method signature is deprecated, * use (file, options, attributes) instead. diff --git a/libraries/cms/html/jgrid.php b/libraries/cms/html/jgrid.php index d413d19415583..3da159a208366 100644 --- a/libraries/cms/html/jgrid.php +++ b/libraries/cms/html/jgrid.php @@ -61,7 +61,7 @@ public static function action($i, $task, $prefix = '', $text = '', $active_title $title = $enabled ? $active_title : $inactive_title; $title = $translate ? JText::_($title) : $title; - $title = JHtml::tooltipText($title, '', 0); + $title = JHtml::_('tooltipText', $title, '', 0); } if ($enabled) @@ -339,8 +339,8 @@ public static function checkedout($i, $editorName, $time, $prefix = '', $enabled } $text = $editorName . '
' . JHtml::_('date', $time, JText::_('DATE_FORMAT_LC')) . '
' . JHtml::_('date', $time, 'H:i'); - $active_title = JHtml::tooltipText(JText::_('JLIB_HTML_CHECKIN'), $text, 0); - $inactive_title = JHtml::tooltipText(JText::_('JLIB_HTML_CHECKED_OUT'), $text, 0); + $active_title = JHtml::_('tooltipText', JText::_('JLIB_HTML_CHECKIN'), $text, 0); + $inactive_title = JHtml::_('tooltipText', JText::_('JLIB_HTML_CHECKED_OUT'), $text, 0); return static::action( $i, 'checkin', $prefix, JText::_('JLIB_HTML_CHECKED_OUT'), html_entity_decode($active_title, ENT_QUOTES, 'UTF-8'), diff --git a/libraries/fof/form/field/imagelist.php b/libraries/fof/form/field/imagelist.php index 59d29169eb2aa..c0c41ce81e2d0 100644 --- a/libraries/fof/form/field/imagelist.php +++ b/libraries/fof/form/field/imagelist.php @@ -135,7 +135,7 @@ public function getStatic() $src = ''; } - return JHtml::image($src, $alt, $imgattr); + return JHtml::_('image', $src, $alt, $imgattr); } /** diff --git a/libraries/fof/form/field/media.php b/libraries/fof/form/field/media.php index 58968b36f657e..6a26fcb023e83 100644 --- a/libraries/fof/form/field/media.php +++ b/libraries/fof/form/field/media.php @@ -132,7 +132,7 @@ public function getStatic() $src = ''; } - return JHtml::image($src, $alt, $imgattr); + return JHtml::_('image', $src, $alt, $imgattr); } /** diff --git a/libraries/joomla/form/fields/spacer.php b/libraries/joomla/form/fields/spacer.php index 332f117621e84..ed47b8278986c 100644 --- a/libraries/joomla/form/fields/spacer.php +++ b/libraries/joomla/form/fields/spacer.php @@ -78,7 +78,7 @@ protected function getLabel() if (!empty($this->description)) { JHtml::_('bootstrap.tooltip'); - $label .= ' title="' . JHtml::tooltipText(trim($text, ':'), JText::_($this->description), 0) . '"'; + $label .= ' title="' . JHtml::_('tooltipText', trim($text, ':'), JText::_($this->description), 0) . '"'; } // Add the label text and closing tag. diff --git a/plugins/system/debug/debug.php b/plugins/system/debug/debug.php index 1774f7dd387c2..0fc0938e89e4c 100644 --- a/plugins/system/debug/debug.php +++ b/plugins/system/debug/debug.php @@ -1151,7 +1151,7 @@ protected function displayQueries() } $htmlQuery = '
' . JText::_('PLG_DEBUG_QUERY_DUPLICATES') . ': ' . implode('  ', $dups) . '
' - . '
' . $text . '
'; + . '
' . $text . '
'; } else { @@ -1307,7 +1307,7 @@ protected function renderBars(&$bars, $class = '', $id = null) if (isset($bar->tip) && $bar->tip) { $barClass .= ' hasTooltip'; - $tip = JHtml::tooltipText($bar->tip, '', 0); + $tip = JHtml::_('tooltipText', $bar->tip, '', 0); } $html[] = '
' + . JHtml::_('tooltipText', 'PLG_DEBUG_WARNING_NO_INDEX_DESC') . '">' . JText::_('PLG_DEBUG_WARNING_NO_INDEX') . '' . ''; $hasWarnings = true; } @@ -1421,7 +1421,7 @@ protected function tableToHtml($table, &$hasWarnings) $htmlTdWithWarnings = str_replace( 'Using filesort', '' + . JHtml::_('tooltipText', 'PLG_DEBUG_WARNING_USING_FILESORT_DESC') . '">' . JText::_('PLG_DEBUG_WARNING_USING_FILESORT') . '', $htmlTd );