+
+
+ @Html.SmartLabelFor(model => model.MyFirstSetting)
+
+
+ @Html.SettingEditorFor(model => model.MyFirstSetting)
+ @Html.ValidationMessageFor(model => model.MyFirstSetting)
+
+
+
+
+
+
+
+
+
+}
\ No newline at end of file
diff --git a/src/Plugins/SmartStore.AdManager/Views/AdManager/TestView.cshtml b/src/Plugins/SmartStore.AdManager/Views/AdManager/TestView.cshtml
new file mode 100644
index 0000000000..80048f499c
--- /dev/null
+++ b/src/Plugins/SmartStore.AdManager/Views/AdManager/TestView.cshtml
@@ -0,0 +1,9 @@
+
+@using SmartStore.Web.Framework;
+@{
+ Layout = "";
+}
+
+