diff --git a/Resources/Private/Templates/Queue/Index.html b/Resources/Private/Templates/Queue/Index.html index 41ed367e40ed24bb3d2c4d0b461d78f35b57cc00..695c2f5483c3f485fa15b046569f34e41038e75c 100644 --- a/Resources/Private/Templates/Queue/Index.html +++ b/Resources/Private/Templates/Queue/Index.html @@ -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>