Added link to associated content
This commit is contained in:
@@ -82,10 +82,10 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
{loop name="assigned_contents" type="associated_content" product="$product_id" backend_context="1" lang="$edit_language_id"}
|
{loop name="assigned_contents" type="associated_content" product="$product_id" backend_context="1" lang="$edit_language_id"}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{$ID}</td>
|
<td>{$CONTENT_ID}</td>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
{$TITLE}
|
<a href="{url path="/admin/content/update/{$CONTENT_ID}"}">{$TITLE}</a>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td class="text-center">
|
<td class="text-center">
|
||||||
|
|||||||
@@ -219,9 +219,9 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
{loop name="assigned_contents" type="associated_content" category="$ID" backend_context="1" lang="$edit_language_id"}
|
{loop name="assigned_contents" type="associated_content" category="$ID" backend_context="1" lang="$edit_language_id"}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{$ID}</td>
|
<td>{$CONTENT_ID}</td>
|
||||||
|
|
||||||
<td>{$TITLE}</td>
|
<td><a href="{url path="/admin/content/update/{$CONTENT_ID}"}">{$TITLE}</a></td>
|
||||||
|
|
||||||
{module_include location='category_contents_table_row'}
|
{module_include location='category_contents_table_row'}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user