Working : Add a link on documents
This commit is contained in:
@@ -13,7 +13,7 @@ Parameters:
|
||||
{loop type="document" name="document" source="{$documentType}" order="manual-reverse" source_id="{$parentId}"}
|
||||
<tr>
|
||||
<td>
|
||||
<a href="{$DOCUMENT_URL}" title="{$TITLE}" class="">{$TITLE}</a>
|
||||
<a href="{$DOCUMENT_PATH}" title="{$TITLE}" class="" target="_blank">{$TITLE}</a>
|
||||
</td>
|
||||
<td>
|
||||
<div class="btn-group">
|
||||
@@ -28,4 +28,4 @@ Parameters:
|
||||
</tr>
|
||||
{/loop}
|
||||
</table>
|
||||
{/ifloop}
|
||||
{/ifloop}
|
||||
|
||||
Reference in New Issue
Block a user