BUG 0000 improving new site installer, using extjs

This commit is contained in:
Carlos Pacha
2011-06-22 17:23:40 -04:00
parent faee2a1589
commit 5449f7c86f
2 changed files with 3 additions and 9 deletions

View File

@@ -57,7 +57,6 @@ if(isset($_POST['form']['NW_TITLE']))
),($action==='create')?true:false);
$result['result']['admin']['password']=($pass===$pass1)?true:false;
$result['result']['action']=$action;
//print_r($inst);
$json = new Services_JSON();
/*$ec;
$ec->created=($new)?true:false;
@@ -83,12 +82,7 @@ else
break;
}
$G_PUBLISH = new Publisher;
/*$G_PUBLISH->AddContent('xmlform', 'xmlform', 'login/newSite', '', '', 'newSite');
if( isset($_GET['type']) )
G::RenderPage( "publishBlank", "blank");
else
G::RenderPage( "publish" );*/
G::LoadClass('configuration');
$c = new Configurations();
$configPage = $c->getConfiguration('usersList', 'pageSize','',$_SESSION['USER_LOGGED']);

View File

@@ -1,3 +1,3 @@
<div style="padding: 15px">
<div id="nwkrlos-panel"></div>
<div style="padding: 0px">
<div id="nwInstaller-panel"></div>
</div>