Sindbad~EG File Manager

Current Path : /var/www/web3/encuestasUpuaV1/scripts/admin/
Upload File :
Current File : /var/www/web3/encuestasUpuaV1/scripts/admin/users.js

$(document).ready(function(){
    $('#create_survey,#configurator,#participant_panel,#create_user,#delete_user,#manage_template,#manage_label').click(function() {
        if($(this).attr('checked')==false)
        {
            $('#superadmin').attr('checked', false);
        }
    });    
    $("#users").tablesorter({
        widgets: ['zebra'],            
        sortList: [[2,0]]});
    $("#user-template-permissions").tablesorter({
        widgets: ['zebra'],            
        sortList: [[0,0]]});
    var tog=false;
    $("#checkall").click(function() {
        $("input[type=checkbox]").prop("checked",!tog);
        tog=!tog;
    });
});

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists