hange option system information
- Was change of place the option system information a admin->Settings->System.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user