...
|
...
|
@@ -49,6 +49,7 @@ |
|
|
<tr>
|
|
|
<td>{:__('Other_images')}:</td>
|
|
|
<td>
|
|
|
{notempty name="$other_images"}
|
|
|
{php}$other_images = explode(',',$row['other_images']);{/php}
|
|
|
<ul class="row list-inline plupload-preview" id="p-other_images" data-listidx="0">
|
|
|
{foreach name="$other_images" item="o_i"}
|
...
|
...
|
@@ -59,6 +60,7 @@ |
|
|
</li>
|
|
|
{/foreach}
|
|
|
</ul>
|
|
|
{/notempty}
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
...
|
...
|
|