Suite à MAJ 2.3.4, il manquait des choses dans des templates

This commit is contained in:
2020-05-03 09:13:06 +02:00
parent 35a800ca0e
commit 3f71343401
212 changed files with 1396 additions and 7451 deletions

View File

@@ -122,6 +122,26 @@
</table>
</div>
</div>
<div class="menu-list-table general-block-decorator">
<div class="table-responsive">
<table class="table table-striped table-condensed">
<caption>{intl l='Order path configuration'}</caption>
{hook name="configuration.order-path.top"}
{loop type="auth" name="pcc1" role="ADMIN" resource="admin.configuration.order-status" access="VIEW"}
<tr>
<td><a href="{url path='/admin/configuration/order-status'}">{intl l='Order status'}</a></td>
<td><a class="btn btn-default btn-xs" href="{url path='/admin/configuration/order-status'}"><i class="glyphicon glyphicon-edit"></i></a></td>
</tr>
{/loop}
{hook name="configuration.order-path.bottom"}
</table>
</div>
</div>
</div>
<div class="col-md-4">
@@ -232,4 +252,4 @@
{block name="javascript-last-call"}
{hook name="configuration.js" location="configuration-js" }
{/block}
{/block}