Files
wyczarujprezent.pl/modules/x13categoryassign/views/templates/admin/configure.tpl
2024-10-28 22:14:22 +01:00

30 lines
930 B
Smarty

{$x13massupdate_form}
<div id="x13massupdate_details_div" class="panel" style="display: none;">
{if isset($x13massupdate_names) && count($x13massupdate_names) > 0}
<h3>{l s='Update details' mod='x13categoryassign'}</h3>
<fieldset>
<p>{$x13massupdate_nb} {l s='products successfully updated.' mod='x13categoryassign'}</p>
<table class="table">
<thead>
<tr>
<th>{l s='Product name' mod='x13categoryassign'}</th>
</tr>
</thead>
<tbody>
{foreach from=$x13massupdate_names item=product}
<tr>
<td>{$product.name}</td>
</tr>
{/foreach}
</tbody>
</table>
</fieldset>
{/if}
</div>
<script>
var x13massupdate_token = "{$x13massupdate_token}";
</script>