I’ve found the source of the problem by looking at eTemplate. Put
calendar.edit.general into the Name box and click Read. Double click in the
box under Categories brings up the dialog that produces this snippet of html.
Align |
Left
Right
Center
|
As you can see in the options, the value for Left is “”, which is fine for
most browsers which default to a left justification, but IE7 and IE8 both
have a rubbish default of right justification. This feature would go away
if I could explicitly assign to the page. I have
kludged a fix by messing in the database and changing the value found using
select et_data from egw_etemplate where et_name =
'calendar.edit.general' and et_version = '1.4.002';
from