diff --git a/administrator/components/com_banners/tmpl/banners/default.php b/administrator/components/com_banners/tmpl/banners/default.php index 055f23d9653e3..b5132e84c7d72 100644 --- a/administrator/components/com_banners/tmpl/banners/default.php +++ b/administrator/components/com_banners/tmpl/banners/default.php @@ -98,7 +98,7 @@ $canCheckin = $user->authorise('core.manage', 'com_checkin') || $item->checked_out == $userId || is_null($item->checked_out); $canChange = $user->authorise('core.edit.state', 'com_banners.category.' . $item->catid) && $canCheckin; ?> - + id); ?> diff --git a/administrator/components/com_categories/tmpl/categories/default.php b/administrator/components/com_categories/tmpl/categories/default.php index 7e10a30c286a8..f249729f566cf 100644 --- a/administrator/components/com_categories/tmpl/categories/default.php +++ b/administrator/components/com_categories/tmpl/categories/default.php @@ -158,7 +158,7 @@ $parentsStr = ''; } ?> - + id); ?> diff --git a/administrator/components/com_contact/tmpl/contacts/default.php b/administrator/components/com_contact/tmpl/contacts/default.php index 97ce1d1eaa24a..126aa0c61ad80 100644 --- a/administrator/components/com_contact/tmpl/contacts/default.php +++ b/administrator/components/com_contact/tmpl/contacts/default.php @@ -100,7 +100,7 @@ $item->cat_link = Route::_('index.php?option=com_categories&extension=com_contact&task=edit&type=other&id=' . $item->catid); ?> - + id); ?> diff --git a/administrator/components/com_content/tmpl/articles/default.php b/administrator/components/com_content/tmpl/articles/default.php index c5557ffe6ffdf..4b617f9e791e6 100644 --- a/administrator/components/com_content/tmpl/articles/default.php +++ b/administrator/components/com_content/tmpl/articles/default.php @@ -188,7 +188,7 @@ ?> diff --git a/administrator/components/com_content/tmpl/featured/default.php b/administrator/components/com_content/tmpl/featured/default.php index f046a2ddb6a86..92fa306694097 100644 --- a/administrator/components/com_content/tmpl/featured/default.php +++ b/administrator/components/com_content/tmpl/featured/default.php @@ -187,7 +187,7 @@ $transition_ids = ArrayHelper::toInteger($transition_ids); ?> - diff --git a/administrator/components/com_fields/tmpl/fields/default.php b/administrator/components/com_fields/tmpl/fields/default.php index f5a298ad896ea..b5a070750d821 100644 --- a/administrator/components/com_fields/tmpl/fields/default.php +++ b/administrator/components/com_fields/tmpl/fields/default.php @@ -104,7 +104,7 @@ authorise('core.admin', 'com_checkin') || $item->checked_out == $userId || is_null($item->checked_out); ?> authorise('core.edit.own', $component . '.field.' . $item->id) && $item->created_user_id == $userId; ?> authorise('core.edit.state', $component . '.field.' . $item->id) && $canCheckin; ?> - + id); ?> diff --git a/administrator/components/com_fields/tmpl/groups/default.php b/administrator/components/com_fields/tmpl/groups/default.php index dec247e2325cc..aac8b68bcb7a9 100644 --- a/administrator/components/com_fields/tmpl/groups/default.php +++ b/administrator/components/com_fields/tmpl/groups/default.php @@ -96,7 +96,7 @@ authorise('core.admin', 'com_checkin') || $item->checked_out == $userId || is_null($item->checked_out); ?> authorise('core.edit.own', $component . '.fieldgroup.' . $item->id) && $item->created_by == $userId; ?> authorise('core.edit.state', $component . '.fieldgroup.' . $item->id) && $canCheckin; ?> - + id); ?> diff --git a/administrator/components/com_menus/tmpl/items/default.php b/administrator/components/com_menus/tmpl/items/default.php index 4049f9789c347..4575e4572f991 100644 --- a/administrator/components/com_menus/tmpl/items/default.php +++ b/administrator/components/com_menus/tmpl/items/default.php @@ -133,7 +133,7 @@ $parentsStr = ''; } ?> - diff --git a/administrator/components/com_modules/tmpl/modules/default.php b/administrator/components/com_modules/tmpl/modules/default.php index c2203f2dedda4..c85741b74134a 100644 --- a/administrator/components/com_modules/tmpl/modules/default.php +++ b/administrator/components/com_modules/tmpl/modules/default.php @@ -92,7 +92,7 @@ $canCheckin = $user->authorise('core.manage', 'com_checkin') || $item->checked_out == $user->get('id')|| is_null($item->checked_out); $canChange = $user->authorise('core.edit.state', 'com_modules.module.' . $item->id) && $canCheckin; ?> - + enabled > 0) : ?> id); ?> diff --git a/administrator/components/com_newsfeeds/tmpl/newsfeeds/default.php b/administrator/components/com_newsfeeds/tmpl/newsfeeds/default.php index 7295af18b1ff5..7851ee27c5e15 100644 --- a/administrator/components/com_newsfeeds/tmpl/newsfeeds/default.php +++ b/administrator/components/com_newsfeeds/tmpl/newsfeeds/default.php @@ -96,7 +96,7 @@ $canEditOwn = $user->authorise('core.edit.own', 'com_newsfeeds.category.' . $item->catid) && $item->created_by == $user->id; $canChange = $user->authorise('core.edit.state', 'com_newsfeeds.category.' . $item->catid) && $canCheckin; ?> - + id); ?> diff --git a/administrator/components/com_plugins/tmpl/plugins/default.php b/administrator/components/com_plugins/tmpl/plugins/default.php index 2107f9d4aa89a..f311c259901dd 100644 --- a/administrator/components/com_plugins/tmpl/plugins/default.php +++ b/administrator/components/com_plugins/tmpl/plugins/default.php @@ -79,7 +79,7 @@ $canCheckin = $user->authorise('core.manage', 'com_checkin') || $item->checked_out == $user->get('id') || is_null($item->checked_out); $canChange = $user->authorise('core.edit.state', 'com_plugins') && $canCheckin; ?> - + extension_id); ?> diff --git a/administrator/components/com_tags/tmpl/tags/default.php b/administrator/components/com_tags/tmpl/tags/default.php index a38fb490188c8..3d47be4f26762 100644 --- a/administrator/components/com_tags/tmpl/tags/default.php +++ b/administrator/components/com_tags/tmpl/tags/default.php @@ -161,7 +161,7 @@ $parentsStr = ''; } ?> - + id); ?> diff --git a/administrator/components/com_workflow/tmpl/workflows/default.php b/administrator/components/com_workflow/tmpl/workflows/default.php index 3a70cb3595fa9..9708c813e9bbb 100644 --- a/administrator/components/com_workflow/tmpl/workflows/default.php +++ b/administrator/components/com_workflow/tmpl/workflows/default.php @@ -106,7 +106,7 @@ $canEditOwn = $user->authorise('core.edit.own', $extension . '.workflow.' . $item->id) && $item->created_by == $userId; $canChange = $user->authorise('core.edit.state', $extension . '.workflow.' . $item->id) && $canCheckin; ?> - + id); ?> diff --git a/build/media_source/system/js/draggable.es6.js b/build/media_source/system/js/draggable.es6.js index 9f4b18c73b8d4..e5caafaf55375 100644 --- a/build/media_source/system/js/draggable.es6.js +++ b/build/media_source/system/js/draggable.es6.js @@ -86,7 +86,7 @@ document.addEventListener('DOMContentLoaded', () => { accepts(el, target, source, sibling) { if (isNested) { if (sibling !== null) { - return sibling.getAttribute('data-dragable-group') && sibling.getAttribute('data-dragable-group') === el.getAttribute('data-dragable-group'); + return sibling.getAttribute('data-draggable-group') && sibling.getAttribute('data-draggable-group') === el.getAttribute('data-draggable-group'); } return sibling === null || (sibling && sibling.tagName.toLowerCase() === 'tr'); diff --git a/build/media_source/system/js/fields/joomla-field-subform.w-c.es6.js b/build/media_source/system/js/fields/joomla-field-subform.w-c.es6.js index e986e29cf1d3f..46b55ea517cd5 100644 --- a/build/media_source/system/js/fields/joomla-field-subform.w-c.es6.js +++ b/build/media_source/system/js/fields/joomla-field-subform.w-c.es6.js @@ -194,7 +194,7 @@ this.containerWithRows.append(row); } - // Add dragable attributes + // Add draggable attributes if (this.buttonMove) { row.setAttribute('draggable', 'false'); row.setAttribute('aria-grabbed', 'false'); @@ -355,7 +355,7 @@ let item = null; // Storing the selected item let touched = false; // We have a touch events - // Find all existing rows and add dragable attributes + // Find all existing rows and add draggable attributes const rows = this.getRows(); for (let ir = 0, lr = rows.length; ir < lr; ir++) { const childRow = rows[ir]; @@ -391,7 +391,7 @@ } // Touch interaction: - // - a touch of "move button" mark a row dragable / "selected", or deselect previous selected + // - a touch of "move button" mark a row draggable / "selected", or deselect previous selected // - a touch of "move button" in the destination row will move a selected row to a new position this.addEventListener('touchstart', (event) => { touched = true;