Open SimonWpt opened 8 years ago
simply edit the module template for your need: Resources/Private/Templates/Statistic/Index.html. I did it this way:
<td data-type="num" class="text-nowrap">
<a href="{client.domain}" target="_blank"><span data-toggle="tooltip"
data-title="Website Frontend"
data-placement="left" class="badge badge-info">FE</span></a>
<a href="{client.domain}typo3/" target="_blank"><span data-toggle="tooltip"
data-title="TYPO3 Backend"
data-placement="left" class="badge badge-warning">BE</span></a>
</td>
I tried it, but for me this is to match for the table, and there is a link in the detail view
Please add a direct link to to the TYPO3 Login (domain.com/typo3) on client view. Perhaps as a icon near the domain? Saves time :)