diff --git a/Web/Presenters/templates/@layout.xml b/Web/Presenters/templates/@layout.xml index 6ef482cc..72c61747 100644 --- a/Web/Presenters/templates/@layout.xml +++ b/Web/Presenters/templates/@layout.xml @@ -179,7 +179,7 @@ ({$helpdeskTicketNotAnsweredCount}) {/if} - Reports + Reports {if $reportNotAnsweredCount > 0} ({$reportNotAnsweredCount}) {/if} diff --git a/Web/Presenters/templates/Report/List.xml b/Web/Presenters/templates/Report/List.xml index 7318788b..5abdc89b 100644 --- a/Web/Presenters/templates/Report/List.xml +++ b/Web/Presenters/templates/Report/List.xml @@ -15,7 +15,7 @@ {* BEGIN ELEMENTS DESCRIPTION *} {block link|strip|stripHtml} - /support/report{$x->getId()} + /admin/support/report{$x->getId()} {/block} {block preview} diff --git a/Web/Presenters/templates/Report/View.xml b/Web/Presenters/templates/Report/View.xml index d6dbaa91..9e05a1a7 100644 --- a/Web/Presenters/templates/Report/View.xml +++ b/Web/Presenters/templates/Report/View.xml @@ -3,16 +3,16 @@ {block title}{$report->getReason()}{/block} {block header} - {_list_of_reports} + {_list_of_reports} ยป {_report_number}{$report->getId()} {/block} {block content}
{_comment}: {$report->getReason()}
-{include "../components/post/oldpost.xml", post => $report->getContentObject(), forceNoDeleteLink => TRUE, forceNoShareLink => TRUE, forceNoLike => TRUE} +{include "../components/post/oldpost.xml", post => $report->getContentObject(), forceNoPinLink => TRUE, forceNoDeleteLink => TRUE, forceNoShareLink => TRUE, forceNoLike => TRUE}