Added link to associated content

This commit is contained in:
Franck Allimant
2014-01-21 02:13:55 +01:00
parent 76926dce68
commit 8bc1f67a51
2 changed files with 4 additions and 4 deletions

View File

@@ -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">

View File

@@ -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'}