BUG 6932 Install new site is not working in mozilla 4.0
This issue was fixed
This commit is contained in:
@@ -84,7 +84,7 @@ else
|
||||
break;
|
||||
}
|
||||
$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']) )
|
||||
G::RenderPage( "publishBlank", "blank");
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
<en>Workspace Administrator</en>
|
||||
</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>
|
||||
</NW_USERNAME>
|
||||
<NW_PASSWORD type="password" size="30" maxlength="20" validate="Any" defaultValue="admin" style="width:100%;">
|
||||
|
||||
Reference in New Issue
Block a user