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 @@
<f:for each="{pages}" as="page">
<tr data-uid="{page.pid}">
<td nowrap="nowrap" class="col-title">
<a href="#" onclick="sgMailGoToPage({page.uid}); return false;">
<sgm:backend.icon table="pages" row="{page}" clickMenu="0" />
{page._thePathFull}
<a href="#" onclick="sgMailGoToPage({page.uid}, '{page.path}'); return false;">
<f:format.raw><sgm:backend.icon table="pages" row="{page}" clickMenu="0" /> {page._thePathFull}</f:format.raw>
</a>
</td>
</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