Merge branch 'master' of github.com:thelia/thelia
This commit is contained in:
@@ -100,7 +100,7 @@
|
|||||||
|
|
||||||
<td>
|
<td>
|
||||||
{loop type="image" name="cat_image" source="category" source_id="$ID" limit="1" width="50" height="50" resize_mode="crop" backend_context="1"}
|
{loop type="image" name="cat_image" source="category" source_id="$ID" limit="1" width="50" height="50" resize_mode="crop" backend_context="1"}
|
||||||
<a href="{url path='admin/catalog' category_id=$ID}" title="{intl l='Browse this category'}"><img class="img-thumbnail" src="{$IMAGE_URL}" alt="{$TITLE}" /></a>
|
<a href="{url path='admin/catalog' category_id=$OBJECT_ID}" title="{intl l='Browse this category'}"><img class="img-thumbnail" src="{$IMAGE_URL}" alt="{$TITLE}" /></a>
|
||||||
{/loop}
|
{/loop}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
@@ -269,7 +269,7 @@
|
|||||||
|
|
||||||
<td>
|
<td>
|
||||||
{loop type="image" name="cat_image" source="product" source_id="$ID" limit="1" width="50" height="50" resize_mode="crop" backend_context="1"}
|
{loop type="image" name="cat_image" source="product" source_id="$ID" limit="1" width="50" height="50" resize_mode="crop" backend_context="1"}
|
||||||
<a href="{url path='/admin/products/update' product_id=$ID}" title="{intl l='Edit this product'}">
|
<a href="{url path='/admin/products/update' product_id=$OBJECT_ID}" title="{intl l='Edit this product'}">
|
||||||
<img src="{$IMAGE_URL}" alt="{$TITLE}" />
|
<img src="{$IMAGE_URL}" alt="{$TITLE}" />
|
||||||
</a>
|
</a>
|
||||||
{/loop}
|
{/loop}
|
||||||
|
|||||||
@@ -44,10 +44,6 @@
|
|||||||
{intl l="customer ref"}
|
{intl l="customer ref"}
|
||||||
</th>
|
</th>
|
||||||
|
|
||||||
<th class="object-title">
|
|
||||||
{intl l="company"}
|
|
||||||
</th>
|
|
||||||
|
|
||||||
{module_include location='category_list_header'}
|
{module_include location='category_list_header'}
|
||||||
|
|
||||||
<th>
|
<th>
|
||||||
@@ -81,10 +77,6 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td><a href="{url path="/admin/customer/update/{$ID}"}">{$REF}</a></td>
|
<td><a href="{url path="/admin/customer/update/{$ID}"}">{$REF}</a></td>
|
||||||
|
|
||||||
<td>
|
|
||||||
{$COMPANY}
|
|
||||||
</td>
|
|
||||||
|
|
||||||
<td class="object-title">
|
<td class="object-title">
|
||||||
{$FIRSTNAME} {$LASTNAME}
|
{$FIRSTNAME} {$LASTNAME}
|
||||||
</td>
|
</td>
|
||||||
@@ -98,7 +90,7 @@
|
|||||||
<td>
|
<td>
|
||||||
{$lastOrderCurrency} {$lastOrderAmount}
|
{$lastOrderCurrency} {$lastOrderAmount}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td class="actions">
|
||||||
<div class="btn-group">
|
<div class="btn-group">
|
||||||
|
|
||||||
{loop type="auth" name="can_change" role="ADMIN" resource="admin.customer" access="UPDATE"}
|
{loop type="auth" name="can_change" role="ADMIN" resource="admin.customer" access="UPDATE"}
|
||||||
|
|||||||
@@ -105,7 +105,7 @@
|
|||||||
|
|
||||||
<td>
|
<td>
|
||||||
{loop type="image" name="folder_image" source="folder" source_id="$ID" limit="1" width="50" height="50" resize_mode="crop" backend_context="1"}
|
{loop type="image" name="folder_image" source="folder" source_id="$ID" limit="1" width="50" height="50" resize_mode="crop" backend_context="1"}
|
||||||
<a href="{url path='admin/folders' parent=$ID}" title="{intl l='Browse this folder'}"><img class="img-thumbnail" src="{$IMAGE_URL}" alt="{$TITLE}" /></a>
|
<a href="{url path='admin/folders' parent=$OBJECT_ID}" title="{intl l='Browse this folder'}"><img class="img-thumbnail" src="{$IMAGE_URL}" alt="{$TITLE}" /></a>
|
||||||
{/loop}
|
{/loop}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
@@ -264,7 +264,7 @@
|
|||||||
|
|
||||||
<td>
|
<td>
|
||||||
{loop type="image" name="folder_image" source="content" source_id="$ID" limit="1" width="50" height="50" resize_mode="crop" backend_context="1"}
|
{loop type="image" name="folder_image" source="content" source_id="$ID" limit="1" width="50" height="50" resize_mode="crop" backend_context="1"}
|
||||||
<a href="{url path="admin/content/update/$ID"}" title="{intl l='Edit this content'}">
|
<a href="{url path="admin/content/update/$OBJECT_ID"}" title="{intl l='Edit this content'}">
|
||||||
<img src="{$IMAGE_URL}" alt="{$TITLE}" />
|
<img src="{$IMAGE_URL}" alt="{$TITLE}" />
|
||||||
</a>
|
</a>
|
||||||
{/loop}
|
{/loop}
|
||||||
|
|||||||
Reference in New Issue
Block a user