Closed joomlapl-bot closed 2 years ago
PR w związku ze zmianą oryginału https://github.com/joomla/joomla-cms/pull/37238 Poniżej zmiany w oryginale:
PR w związku ze zmianą oryginału https://github.com/joomla/joomla-cms/pull/37238 Poniżej zmiany w oryginale:
Click to expand the diff!
```diff diff --git a/administrator/components/com_installer/tmpl/updatesites/default.php b/administrator/components/com_installer/tmpl/updatesites/default.php index e587dcfdfe63..80aabbf0816b 100644 --- a/administrator/components/com_installer/tmpl/updatesites/default.php +++ b/administrator/components/com_installer/tmpl/updatesites/default.php @@ -16,7 +16,6 @@ use Joomla\CMS\Router\Route; HTMLHelper::_('behavior.multiselect'); -HTMLHelper::_('bootstrap.popover', 'span.hasPopover', ['trigger' => 'hover focus']); $user = Factory::getApplication()->getIdentity(); $userId = $user->get('id'); @@ -92,10 +91,9 @@ editor, $item->checked_out_time, 'updatesites.', $canCheckin); ?> - update_site_name); ?> diff --git a/administrator/language/en-GB/com_installer.ini b/administrator/language/en-GB/com_installer.ini index 4e28c2defb33..cbddc1fa2370 100644 --- a/administrator/language/en-GB/com_installer.ini +++ b/administrator/language/en-GB/com_installer.ini @@ -262,7 +262,6 @@ COM_INSTALLER_UPDATE_MISSING_DOWNLOADKEY_LABEL_N_1="One extension update cannot COM_INSTALLER_UPDATE_TABLE_CAPTION="Table of Extensions with Updates" COM_INSTALLER_UPDATESITE_DISABLE="Disable update site" COM_INSTALLER_UPDATESITE_DISABLED="Disabled update site" -COM_INSTALLER_UPDATESITE_EDIT_TIP="Edit the Update Site '%1$s' for '%2$s'" COM_INSTALLER_UPDATESITE_EDIT_TITLE="Edit Update Site" COM_INSTALLER_UPDATESITE_ENABLE="Enable update site" COM_INSTALLER_UPDATESITE_ENABLED="Enabled update site" ```