%PDF- %PDF-
| Direktori : /home1/lightco1/www/administrator/components/com_poweradmin/assets/js/joomlashine/ |
| Current File : //home1/lightco1/www/administrator/components/com_poweradmin/assets/js/joomlashine/config.js |
(function ($) {
$(function () {
if ($('#jsnconfig_admin_session_timer_infinite:checked').size() > 0)
$('#jsnconfig_admin_session_timer').attr('readonly', 'readonly').addClass('disabled');
$('#jsnconfig_admin_session_timer_infinite').change(function () {
if (this.checked)
$('#params_admin_session_timer').attr('readonly', 'readonly').addClass('disabled');
else
$('#params_admin_session_timer').removeAttr('readonly').removeClass('disabled');
});
if ($('#jsnconfig_admin_session_timeout_warning_disabled:checked').size() > 0)
$('#jsnconfig_admin_session_timeout_warning').attr('readonly', 'readonly').addClass('disabled');
$('#jsnconfig_admin_session_timeout_warning_disabled').change(function () {
if (this.checked)
$('#jsnconfig_admin_session_timeout_warning').attr('readonly', 'readonly').addClass('disabled');
else
$('#jsnconfig_admin_session_timeout_warning').removeAttr('readonly').removeClass('disabled');
});
$('#jsnconfig-search-coverage-field .sortable').sortable({
axis: 'y',
items: '.item',
placeholder : "ui-state-highlight",
helper: function (event, ui){
ui.hide();
return ui;
},
handle: '.sortable-handle',
stop: function (event, ui) {
var trackButtons = $('.form-actions button[track-change="yes"]');
trackButtons.removeAttr('disabled');
ui.item.show();
var values = [];
$('input[type="checkbox"][name*=search_coverage]').each(function () {
values.push($(this).val());
});
$('#params_search_coverage_order').val(values.join(','));
}
});
});
})(JoomlaShine.jQuery);