mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Fixed code formatting.
This commit is contained in:
@@ -21,8 +21,7 @@ namespace Orchard.AuditTrail.Recipes.Executors {
|
|||||||
_wca = wca;
|
_wca = wca;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Name
|
public override string Name {
|
||||||
{
|
|
||||||
get { return "AuditTrail"; }
|
get { return "AuditTrail"; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -13,18 +13,15 @@ namespace Orchard.DynamicForms.Recipes.Builders {
|
|||||||
_formService = formService;
|
_formService = formService;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Name
|
public override string Name {
|
||||||
{
|
|
||||||
get { return "FormSubmissions"; }
|
get { return "FormSubmissions"; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public override LocalizedString DisplayName
|
public override LocalizedString DisplayName {
|
||||||
{
|
|
||||||
get { return T("Form Submissions"); }
|
get { return T("Form Submissions"); }
|
||||||
}
|
}
|
||||||
|
|
||||||
public override LocalizedString Description
|
public override LocalizedString Description {
|
||||||
{
|
|
||||||
get { return T("Exports submitted forms."); }
|
get { return T("Exports submitted forms."); }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -14,8 +14,7 @@ namespace Orchard.DynamicForms.Recipes.Executors {
|
|||||||
_formService = formService;
|
_formService = formService;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Name
|
public override string Name {
|
||||||
{
|
|
||||||
get { return "Forms"; }
|
get { return "Forms"; }
|
||||||
}
|
}
|
||||||
public override void Execute(RecipeExecutionContext context) {
|
public override void Execute(RecipeExecutionContext context) {
|
||||||
|
|||||||
@@ -14,18 +14,15 @@ namespace Orchard.Layouts.Recipes.Builders {
|
|||||||
_repository = repository;
|
_repository = repository;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Name
|
public override string Name {
|
||||||
{
|
|
||||||
get { return "CustomElements"; }
|
get { return "CustomElements"; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public override LocalizedString DisplayName
|
public override LocalizedString DisplayName {
|
||||||
{
|
|
||||||
get { return T("Custom Elements"); }
|
get { return T("Custom Elements"); }
|
||||||
}
|
}
|
||||||
|
|
||||||
public override LocalizedString Description
|
public override LocalizedString Description {
|
||||||
{
|
|
||||||
get { return T("Exports custom defined elements."); }
|
get { return T("Exports custom defined elements."); }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user