mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
#21223: Fixed that Submit button for is always labeled "Submit".
Work Item: 21223
This commit is contained in:
@@ -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" },
|
||||
|
Reference in New Issue
Block a user