Skip to content

Commit

Permalink
nopSolutions#1605 Further changes on simplify admin area. Upload logo…
Browse files Browse the repository at this point in the history
… should be in the Basic mode of the General Settings
  • Loading branch information
AndreiMaz committed Jul 25, 2016
1 parent ceba0a2 commit 4891361
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
@Html.ValidationMessageFor(model => model.StoreInformationSettings.AllowCustomerToSelectTheme)
</div>
</div>
<div class="form-group advanced-setting">
<div class="form-group">
<div class="col-md-3">
@Html.OverrideStoreCheckboxFor(model => model.StoreInformationSettings.LogoPictureId_OverrideForStore, "logo-block", Model.ActiveStoreScopeConfiguration)
@Html.NopLabelFor(model => model.StoreInformationSettings.LogoPictureId)
Expand Down

0 comments on commit 4891361

Please sign in to comment.