BUG 6932 Install new site is not working in mozilla 4.0

This issue was fixed
This commit is contained in:
Carlos Pacha
2011-06-14 16:39:31 -04:00
parent 5a573ad19c
commit 6ff792715f
2 changed files with 4 additions and 4 deletions

View File

@@ -84,7 +84,7 @@ else
break; break;
} }
$G_PUBLISH = new Publisher; $G_PUBLISH = new Publisher;
$G_PUBLISH->AddContent('xmlform', 'xmlform', 'login/newSite', '', '', '/sys/en/green/install/newSite'); $G_PUBLISH->AddContent('xmlform', 'xmlform', 'login/newSite', '', '', 'newSite');
if( isset($_GET['type']) ) if( isset($_GET['type']) )
G::RenderPage( "publishBlank", "blank"); G::RenderPage( "publishBlank", "blank");
@@ -93,4 +93,4 @@ else
} }
?> ?>

View File

@@ -25,7 +25,7 @@
<en>Workspace Administrator</en> <en>Workspace Administrator</en>
</WS> </WS>
<NW_USERNAME type="text" size="30" maxlength="32" validate="Email" defaultValue="admin" style="width:100%;"> <NW_USERNAME type="text" size="30" maxlength="32" validate="Any" defaultValue="admin" style="width:100%;">
<en>Username:</en> <en>Username:</en>
</NW_USERNAME> </NW_USERNAME>
<NW_PASSWORD type="password" size="30" maxlength="20" validate="Any" defaultValue="admin" style="width:100%;"> <NW_PASSWORD type="password" size="30" maxlength="20" validate="Any" defaultValue="admin" style="width:100%;">
@@ -170,4 +170,4 @@
} }
}; };
]]></JS> ]]></JS>
</dynaForm> </dynaForm>