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