Ignore:
Timestamp:
05/04/10 18:58:04 (14 years ago)
Author:
rodsouza
Message:

Ticket #1058 - Corrigindo problemas no expressoAdmin1_2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoAdmin1_2/templates/default/config.tpl

    r2703 r2707  
    22<form method="POST" action="{action_url}"> 
    33<table border="0" align="center"> 
    4 <script src="./expressoAdmin1_2/js/jscode/connector.js" type="text/javascript" language="JavaScript1.2"></script> 
    54<script> 
    65function test_db_connection() 
     
    87        var handler_test = function(data) 
    98        { 
     9                data = data.JSON( ); 
    1010                var result = document.getElementById('nextid_db_result'); 
    1111                if (data.status) 
     
    2121        var pass = document.getElementById('nextid_db_password').value; 
    2222         
    23         cExecute ('$this.db_functions.test_db_connection&host='+host+'&port='+port+'&name='+name+'&user='+user+'&pass='+pass, handler_test); 
     23        ExpressoLivre.go( { 
     24                "access" : 'expressoAdmin1_2.db_functions.test_db_connection&host='+host+'&port='+port+'&name='+name+'&user='+user+'&pass='+pass, 
     25                "handler" : handler_test 
     26        } ); 
    2427} 
    2528</script> 
Note: See TracChangeset for help on using the changeset viewer.