Skip to content

Commit

Permalink
Merge pull request #944 from skenow/fix/imagemanger-editor-dialog-603
Browse files Browse the repository at this point in the history
Adjusted template file inclusion for correct path. Fixes #603
  • Loading branch information
MekDrop authored Mar 16, 2021
2 parents e155b51 + 12467ea commit 0a717c3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@
</div>
<br style="clear:right;" />
<{foreach from=$images item=image key=key}>
<{include file="$icms_root_path/modules/system/templates/admin/images/system_popup_imagemanager_img.html" image=$image i=$key}>
<{include file="$icms_root_path/modules/system/templates/system_popup_imagemanager_img.html" image=$image i=$key}>
<{/foreach}>
<br style="clear:both;" />
<{foreach from=$images item=image key=key}>
<{include file="$icms_root_path/modules/system/templates/admin/images/system_popup_imagemanager_editimg.html" image=$image i=$key}>
<{include file="$icms_root_path/modules/system/templates/admin/images/system_popup_imagemanager_cloneimg.html" image=$image i=$key}>
<{include file="$icms_root_path/modules/system/templates/system_popup_imagemanager_editimg.html" image=$image i=$key}>
<{include file="$icms_root_path/modules/system/templates/system_popup_imagemanager_cloneimg.html" image=$image i=$key}>
<{/foreach}>
<div id="addimgform" class="opt_divs" style="display:none; padding:5px; margin:5px;"><{$addimgform}></div>
<a name="addimgform"></a>
Expand Down

0 comments on commit 0a717c3

Please sign in to comment.