We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db1307f commit acb9eedCopy full SHA for acb9eed
src/Presentation/SmartStore.Web/Views/Shared/EditorTemplates/Link.cshtml
@@ -118,7 +118,7 @@
118
@if (allowedTypes.Contains(LinkType.File))
119
{
120
<div class="input-group-append link-control@(link.Type == LinkType.File ? "" : " hide")" data-type="file">
121
- <a href="javascript:void(0)" class="btn btn-secondary browse-files" data-url="@Url.Content("~/Admin/RoxyFileManager/")" data-field-id="lb-file-url-@rnd">
+ <a href="javascript:void(0)" class="btn btn-secondary browse-files" data-file-manager-url="@base.FileManagerUrl" data-field-id="lb-file-url-@rnd">
122
<i class="fa fa-upload"></i>
123
<span>@(T("Common.BrowseFiles"))…</span>
124
</a>
0 commit comments