芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/chikindzonotyucatan.gob.mx/media/com_modules/js/admin-module-edit-es5.js
(function () { 'use strict'; /** * @copyright (C) 2018 Open Source Matters, Inc.
* @license GNU General Public License version 2 or later; see LICENSE.txt */ Joomla = window.Joomla || {}; (function (Joomla) { Joomla.submitbutton = function (task) { if (task === 'module.cancel' || document.formvalidator.isValid(document.getElementById('module-form'))) { Joomla.submitform(task, document.getElementById('module-form')); var options = Joomla.getOptions('module-edit'); if (window.self !== window.top) { if (window.parent.viewLevels) { var updPosition = document.getElementById('jform_position').value; var updTitle = document.getElementById('jform_title').value; var updMenus = document.querySelector('#jform_assignment').value; var updStatus = document.querySelector('#jform_published').value; var updAccess = document.querySelector('#jform_access').value; var tmpMenu = window.parent.document.getElementById("menus-" + options.itemId); var tmpRow = window.parent.document.getElementById("tr-" + options.itemId); var tmpStatus = window.parent.document.getElementById("status-" + options.itemId); window.parent.inMenus = []; window.parent.numMenus = [].slice.call(document.querySelectorAll('input[name="jform[assigned][]"]')).length; [].slice.call(document.querySelectorAll('input[name="jform[assigned][]"]')).forEach(function (element) { if (updMenus > 0) { if (element.checked) { window.parent.inMenus.push(parseInt(element.value, 10)); } } if (updMenus < 0) { if (!element.checked) { window.parent.inMenus.push(parseInt(element.value, 10)); } } }); if (updMenus === '-') { tmpMenu.innerHTML = Joomla.sanitizeHtml("
" + Joomla.Text._('JNO') + "
"); if (!tmpRow.classList.contains('no') || tmpRow.classList.length === 0) { tmpRow.classList.add('no'); } } if (parseInt(updMenus, 10) === 0) { tmpMenu.innerHTML = Joomla.sanitizeHtml("
" + Joomla.Text._('JALL') + "
"); if (tmpRow.classList.contains('no')) { tmpRow.classList.remove('no'); } } if (parseInt(updMenus, 10) > 0) { if (window.parent.inMenus.indexOf(window.parent.menuId) >= 0) { if (window.parent.numMenus === window.parent.inMenus.length) { tmpMenu.innerHTML = Joomla.sanitizeHtml("
" + Joomla.Text._('JALL') + "
"); if (tmpRow.classList.contains('no') || tmpRow.classList.length === 0) { tmpRow.classList.remove('no'); } } else { tmpMenu.innerHTML = Joomla.sanitizeHtml("
" + Joomla.Text._('JYES') + "
"); if (tmpRow.classList.contains('no')) { tmpRow.classList.remove('no'); } } } if (window.parent.inMenus.indexOf(window.parent.menuId) < 0) { tmpMenu.innerHTML = Joomla.sanitizeHtml("
" + Joomla.Text._('JNO') + "
"); if (!tmpRow.classList.contains('no')) { tmpRow.classList.add('no'); } } } if (parseInt(updMenus, 10) < 0) { if (window.parent.inMenus.indexOf(window.parent.menuId) >= 0) { if (window.parent.numMenus === window.parent.inMenus.length) { tmpMenu.innerHTML = Joomla.sanitizeHtml("
" + Joomla.Text._('JALL') + "
"); if (tmpRow.classList.contains('no')) { tmpRow.classList.remove('no'); } } else { tmpMenu.innerHTML = Joomla.sanitizeHtml("
" + Joomla.Text._('JYES') + "
"); if (tmpRow.classList.contains('no')) { tmpRow.classList.remove('no'); } } } if (window.parent.inMenus.indexOf(window.parent.menuId) < 0) { tmpMenu.innerHTML = Joomla.sanitizeHtml("
" + Joomla.Text._('JNO') + "
"); if (!tmpRow.classList.contains('no') || tmpRow.classList.length === 0) { tmpRow.classList.add('no'); } } } if (parseInt(updStatus, 10) === 1) { tmpStatus.innerHTML = Joomla.sanitizeHtml("
" + Joomla.Text._('JYES') + "
"); if (tmpRow.classList.contains('unpublished')) { tmpRow.classList.remove('unpublished'); } } if (parseInt(updStatus, 10) === 0) { tmpStatus.innerHTML = Joomla.sanitizeHtml("
" + Joomla.Text._('JNO') + "
"); if (!tmpRow.classList.contains('unpublished') || tmpRow.classList.length === 0) { tmpRow.classList.add('unpublished'); } } if (parseInt(updStatus, 10) === -2) { tmpStatus.innerHTML = Joomla.sanitizeHtml("
" + Joomla.Text._('JTRASHED') + "
"); if (!tmpRow.classList.contains('unpublished') || tmpRow.classList.length === 0) { tmpRow.classList.add('unpublished'); } } if (document.formvalidator.isValid(document.getElementById('module-form'))) { window.parent.document.querySelector("#title-" + options.itemId).innerText = updTitle; window.parent.document.querySelector("#position-" + options.itemId).innerText = updPosition; window.parent.document.querySelector("#access-" + options.itemId).innerHTML = Joomla.sanitizeHtml(window.parent.viewLevels[updAccess]); } } if (task !== 'module.apply') { window.parent.Joomla.Modal.getCurrent().close(); } } } }; })(Joomla); }());