Added some style to the installer and some additional step configurations

[TFS Changeset #76910]
This commit is contained in:
PerPloug
2010-09-07 13:09:54 +00:00
parent 54dfd6d44a
commit 541bb38285
27 changed files with 203 additions and 31 deletions

View File

@@ -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;
}
}