#21223: Fixed that Submit button for is always labeled "Submit".

Work Item: 21223
This commit is contained in:
Sipke Schoorstra
2015-02-27 10:37:13 +01:00
parent e26d70f3a5
commit b476b2f8c6

View File

@@ -17,8 +17,8 @@ namespace Orchard.DynamicForms.Drivers {
var form = shape.Fieldset(
Id: "Form",
_ButtonText: shape.Textbox(
Id: "ButtonText",
Name: "ButtonText",
Id: "Text",
Name: "Text",
Title: "Text",
Value: "Submit",
Classes: new[] { "text", "medium" },