On the Localisation page, when you have mulitple languages and a page which has many modules, to locate the correct Translated and Published checkboxes for a language, you need to scroll down to the bottom of the page to access the horizontal scroll bar, scroll a bit, scroll back to the top of the page to make sure you have the correct language and then back down to the location of the checkboxes. Would it be possible to include the Flag/Language code next to the Translated and Published checkboxes.
Posted By Johnhols on 20 Aug 2021 06:04 AM On the Localisation page, when you have mulitple languages and a page which has many modules, to locate the correct Translated and Published checkboxes for a language, you need to scroll down to the bottom of the page to access the horizontal scroll bar, scroll a bit, scroll back to the top of the page to make sure you have the correct language and then back down to the location of the checkboxes. Would it be possible to include the Flag/Language code next to the Translated and Published checkboxes.
Right, I had the same issue and experimented with making the flags sticky. It works quite well on the first column. Unfortunately the other columns scroll horizontally and in that case it's a lot more complex to make them stick to the top..
I used:
.page-language .page-language-row:first-child { position: sticky; top: 0; background: #fff; z-index: 3; }
These Forums are dedicated to the discussion of DNN Platform.
For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:
Awesome! Simply post in the forums using the link below and we'll get you started.