Fixes U4-3335 Create dialogs, use placeholder instead of setting the value to Enter a name...

This commit is contained in:
Tim Geyssens
2013-11-05 10:40:16 +01:00
parent 11c02eba49
commit 11366558c9

View File

@@ -20,7 +20,7 @@ namespace umbraco.cms.presentation.create.controls
protected void Page_Load(object sender, System.EventArgs e)
{
sbmt.Text = ui.Text("create");
rename.Text = ui.Text("name");
rename.Attributes["placeholder"] = ui.Text("name");
// Put user code to initialize the page here
}