Merge pull request #1046 from PhpMadman/patch-1

// "show all messages" link linked to tab instead of controller
This commit is contained in:
Rémi Gaillard
2013-11-26 07:10:28 -08:00
+1 -1
View File
@@ -203,7 +203,7 @@
</a>
</div>
<div class="panel-footer text-small">
<a href="index.php?tab=AdminCustomerThreads&amp;token={getAdminToken tab='AdminCustomerThreads'}">{l s='Show all messages'}</a>
<a href="index.php?controller=AdminCustomerThreads&amp;token={getAdminToken tab='AdminCustomerThreads'}">{l s='Show all messages'}</a>
</div>
</section>
</div>