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

[TASK] Hide translated records in link browser. Fixes #40 #41

Closed
wants to merge 1 commit into from

Conversation

webian
Copy link
Contributor

@webian webian commented Nov 30, 2016

No description provided.

@webian
Copy link
Contributor Author

webian commented Nov 30, 2016

Hey @cobwebch,
even if it is an ugly solution for #40 I send you this PR.
Please, let me know what you think about it.
Thanks!

@fsuter
Copy link
Contributor

fsuter commented Nov 30, 2016

Thanks for the proposed solution. I seem to remember that there was something similar in the old version of "linkhandler", but that I had trouble porting it and decided to do it later (which I didn't). I'm not so active on "linkhandler" at the moment and I'm not sure if I will touch on it until the end of the year. I hope you can live with your quick fix for now.

@webian
Copy link
Contributor Author

webian commented Dec 1, 2016

No problem, I can live with a temporary fix.
Btw, this patch has side problems so I close it.
My new temporary fix is to add this css to the BE to hide non-default language records:
#typo3-browse-links-php .recordlist tr { display: none; } #typo3-browse-links-php .recordlist tr[data-l10nparent="0"] { display: table-row; }

@webian webian closed this Dec 1, 2016
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

Successfully merging this pull request may close these issues.

2 participants