Skip to content
Snippets Groups Projects
Commit 31e8f615 authored by Paul Ilea's avatar Paul Ilea
Browse files

[BUGFIX] BE Module Mail Queue template fix

parent 04809c93
No related branches found
No related tags found
No related merge requests found
...@@ -124,9 +124,8 @@ ...@@ -124,9 +124,8 @@
<f:for each="{pages}" as="page"> <f:for each="{pages}" as="page">
<tr data-uid="{page.pid}"> <tr data-uid="{page.pid}">
<td nowrap="nowrap" class="col-title"> <td nowrap="nowrap" class="col-title">
<a href="#" onclick="sgMailGoToPage({page.uid}); return false;"> <a href="#" onclick="sgMailGoToPage({page.uid}, '{page.path}'); return false;">
<sgm:backend.icon table="pages" row="{page}" clickMenu="0" /> <f:format.raw><sgm:backend.icon table="pages" row="{page}" clickMenu="0" /> {page._thePathFull}</f:format.raw>
{page._thePathFull}
</a> </a>
</td> </td>
</tr> </tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment