If it helps to track down the source of issue, this is the XML produced from
the eTemplate
I wish I knew where the definition of a listbox of type “select-cat” came from.
cheers,
Boyd
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
a:3:{s:4:“type”;s:10:“select-cat”;s:4:“name”;s:8:“category”;s:4:“size”;s:1:“9”;}}}}
to
a:4:{s:4:“type”;s:10:“select-cat”;s:4:“name”;s:8:“category”;s:4:“size”;s:1:“9”;s:5:“align”;s:4:“left”;}}}}
That fix is fragile and I would like to hear any suggestions for a better
solution, whether to change the bit of code that saves that value to the
database or whether to apply a CSS-style in eTemplate or to edit
calendar/templates/default/app.css
–
Boyd Duffee Keele University (01782) 584225
Student Facing Systems, KS5 JAPH
bortaS bIr jablu’DI’ reH QaQqu’ nay’ The correct translation is
"Gazpacho is a dish best served cold" - ancient Klingon cookbook
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft® Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
eGroupWare-developers mailing list
eGroupWare-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-developers