Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Login Link #35

Open
SimonWpt opened this issue Apr 28, 2016 · 2 comments
Open

[Feature] Login Link #35

SimonWpt opened this issue Apr 28, 2016 · 2 comments
Milestone

Comments

@SimonWpt
Copy link

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 :)

@georgringer georgringer modified the milestone: 0.0.5 May 5, 2016
@stadtkonzeptbasel
Copy link

stadtkonzeptbasel commented Jan 18, 2017

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>

@beathorst
Copy link

I tried it, but for me this is to match for the table, and there is a link in the detail view

bildschirmfoto 2017-09-29 um 22 34 06

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants