hange option system information

- Was change of place the option system information a admin->Settings->System.
This commit is contained in:
Marco Antonio Nina
2013-01-02 11:15:46 -04:00
parent f80039cf75
commit 21270bdc49
11 changed files with 54 additions and 154 deletions

View File

@@ -84,35 +84,6 @@ var dynaformOnload = function() {
}
};
var openInfoPanel = function() {
var oInfoPanel = new leimnud.module.panel();
oInfoPanel.options = {
size: {w:500,h:424},
position: {x:0,y:0,center:true},
title: '@G::LoadTranslation(ID_SYSTEM_INFO)',
theme: 'processmaker',
control: {
close: true,
drag: false
},
fx:{
modal: true
}
};
oInfoPanel.setStyle = {modal: {
backgroundColor: 'white'
}};
oInfoPanel.make();
var oRPC = new leimnud.module.rpc.xmlhttp({
url: '../login/dbInfo',
async: false,
method: 'POST',
args: ''
});
oRPC.make();
oInfoPanel.addContent(oRPC.xmlhttp.responseText);
};
leimnud.event.add(document.getElementById('form[BSUBMIT]'), 'click', function() {
setNestedProperty(this, Array('disabled'), 'true');
setNestedProperty(this, Array('value'), @@LOGIN_VERIFY_MSG);