@model StoreScopeConfigurationModel @using SmartStore.Core
|
@T("Admin.Configuration.Settings.StoreScope")
|
@Html.DropDownList("store-scope-configuration", Model.AllStores, new { onchange = "setLocation(this.value);" }) |