Added some style to the installer and some additional step configurations
[TFS Changeset #76910]
This commit is contained in:
@@ -15,14 +15,14 @@ namespace umbraco.presentation.install.steps.Definitions
|
||||
|
||||
public override string Name
|
||||
{
|
||||
get { return "Default user"; }
|
||||
get { return "Configure the administrator password"; }
|
||||
}
|
||||
|
||||
public override bool HideNextButtonUntillCompleted
|
||||
{
|
||||
get
|
||||
{
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user