You are not logged in.
Can the file listing be changed so that every other line has a different background colour? This would make it more readable.
Thanks.
Offline
Hello,
I'm sorry for the delay. For version 2.0.x you could update the file listing template that is here:
sdl\packages\common\files\list\templates\FileList.php
on line 139 there starts the code showing individual files. You can add some sort of counter there and adjust the style for the <LI> element changing for every other line.
For version 2.1.x this file is
sld\packages\common\files\list\index.php
Offline