maintenance unify document generation ui
This commit is contained in:
@@ -38,6 +38,7 @@ namespace T4MVC
|
||||
{
|
||||
public readonly string _DialogLayout = "_DialogLayout";
|
||||
public readonly string _EmptyLayout = "_EmptyLayout";
|
||||
public readonly string _GenerateDocumentControl = "_GenerateDocumentControl";
|
||||
public readonly string _JobTable = "_JobTable";
|
||||
public readonly string _JobTableRender = "_JobTableRender";
|
||||
public readonly string _Layout = "_Layout";
|
||||
@@ -47,6 +48,7 @@ namespace T4MVC
|
||||
}
|
||||
public readonly string _DialogLayout = "~/Views/Shared/_DialogLayout.cshtml";
|
||||
public readonly string _EmptyLayout = "~/Views/Shared/_EmptyLayout.cshtml";
|
||||
public readonly string _GenerateDocumentControl = "~/Views/Shared/_GenerateDocumentControl.cshtml";
|
||||
public readonly string _JobTable = "~/Views/Shared/_JobTable.cshtml";
|
||||
public readonly string _JobTableRender = "~/Views/Shared/_JobTableRender.cshtml";
|
||||
public readonly string _Layout = "~/Views/Shared/_Layout.cshtml";
|
||||
|
||||
Reference in New Issue
Block a user