-
Notifications
You must be signed in to change notification settings - Fork 302
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
"My page" text inconsistent with other links #5071
Comments
The Since the user is currently logged in, this link will take the user to So the label is correct for a default installation. But I get your point that a module can replace
This would be wrong, I think, as we don't have such a page. Maybe something like "Exit control panel", or "Back to site"? But I'm not totally happy with these. Suggestions? |
Is there not an underlying module or view filter that makes this pluggable instead of hard-coded-plus-translation? 🤔 Could the |
If it's of any interest, in my personal theme I replaced that link with two:
So the same two links that appear on most other pages outside the control panel. It works for me, but perhaps not for everyone? |
@miqrogroove - you gave a 👍 but surely this won't help you. You've replaced |
Currently I'm replacing the HomePage with a route to the tree, so simply providing a tree link is an improvement for me. Sending me from the Control Panel to the My Page is just an extra step that I prefer to avoid. |
webtrees/resources/views/layouts/administration.phtml
Line 55 in d2687a8
This is the admin link to the
HomePage
. It is titled "My page", however the route is for the "Home page". This text is coded into the view, which creates a cosmetic problem if a custom module rebinds theHomePage
to a different route.I suggest either changing the text to "Home page" or relocating the text to a more pluggable location.
The text was updated successfully, but these errors were encountered: