// AdminWarehousesController : added informations on the shops associated to a warehouse on the 'view' action
This commit is contained in:
@@ -70,6 +70,23 @@
|
||||
</table>
|
||||
</fieldset>
|
||||
</div>
|
||||
<div style="margin-top: 30px">
|
||||
<fieldset>
|
||||
<legend><img src="/img/t/AdminShop.gif" alt="" /> {l s='Shops'}</legend>
|
||||
{l s='The following are the shops associated to this warehouse.'}
|
||||
<table style="width: 400px; margin-top:20px" classe="table">
|
||||
<tr>
|
||||
<th>{l s='ID'}</th>
|
||||
<th>{l s='Name'}</th>
|
||||
{foreach $shops as $shop}
|
||||
<tr>
|
||||
<td>{$shop.id_shop}</td>
|
||||
<td>{$shop.name}</td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
</table>
|
||||
</fieldset>
|
||||
</div>
|
||||
<div style="margin-top: 30px">
|
||||
<fieldset>
|
||||
<legend><img src="/img/t/AdminStock.gif" alt="" /> {l s='Stock'}</legend>
|
||||
|
||||
Reference in New Issue
Block a user