Betacam wrote
The Month,Week,List view control cannot be found by me
I think this control is compiled into a dll, and to change it, you'll have to download the module's source code and recompile it after changing, but I have no experience with that, sorry.
However:
The icons (...) are spaced directly against the test
I suppose this is true for a lot of, perhaps all, command buttons in all modules. You can change the spacing for all of them by adding a padding-left property to the
.CommandButton class in your
skin.css file.
(...) the coloum headers do not render in list view regardless of setting.
The solution for that is really funny: the labels for the "Show Table Header" radio buttons are accidently swapped: "Yes" means No and "No" means Yes!