Hi,
I am doing modifications in the WebCats application (CATW) using ITS 6.20 and 4.6C as R/3 system.
I have two problems:
1) The fields in the time sheet get too wide so they do not at all fit into one screen (17" 1024x768 resolution), so the user needs to scroll a lot horisontally. I have tried to set table width to 760 in 1000app.html and also tried to set the cols in SAPLCATS_ITS_1000 to <FRAMESET name="schtonk" COLS="1000"
but I see no effect at all.
2) I would like to add tool tips on the header texts in the time sheet in order to give more explanations to the column header names. How do I do this?
Does anyone have any suggestions how to solve these problems?
Thanks in advance!
/Andreas
Hi Andreas,
Problem 1: Please post (parts of) the source code of your templates here and point out where you've changed something.
Best regards,
Henning.
Hi Andreas,
First of all: A frameset tag with both cols- and rows-attribute set is syntactically not correct in my opinion. But that's not the point.
I don't think you will be successful with your approach to squeeze the whole table from "outside" because each cell has a defined width that can't be altered easily from outside.
The approach would be to look at the stylesheet classes used inside the table. For example take <b>.SIinput</b> and decrease its font-size to make the inputfields smaller.
A column will only be as narrow as it's widest content. So: You also have to take care of the font-size of the header etc.
Add a new stylesheet to the html template and overload the style elements you want to change.
But I think you will have a hard time to squeeze the table so that it will be fully visible on the screen.
Best regards,
Henning.
P.S.: Please grant reward points for helpful answers.
Add a comment