Initial commit

This commit is contained in:
2020-01-27 08:56:08 +01:00
commit b7525048d6
27129 changed files with 3409855 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8" ?>
<dwsync>
<file name="order-edit.html" server="51.254.220.106//web/" local="131351948400000000" remote="131351948400000000" />
</dwsync>

View File

@@ -0,0 +1,20 @@
<div id="order-comment">
<div class="clearfix"></div>
<div class="title title-without-tabs clearfix">
{intl l="Comment" d="ordercomment.bo.default"}
</div>
{ifloop rel="order_comment_loop"}
{loop type="order.comment.comment" name="order_comment_loop" order_id="$order_id" }
<ul class="list-unstyled">
<li><strong>{intl l="Message" d="ordercomment.bo.default"} :</strong></li>
<li>{$ORDER_COMMENT|nl2br nofilter}</li>
</ul>
{/loop}
{/ifloop}
{elseloop rel="order_comment_loop"}
{intl l="No comment for this order was defined." d="ordercomment.bo.default"}
{/elseloop}
</div>