tekknogenius wrote on Thursday, November 09, 2006:
The calendar widget when clicked no longer shows the labels for close, next, prev and such. It is due to the style setting on line 62 of the following file
<openemr root>/interface/main/calendar/modules/PostCalendar/pntemplates/default/views/day/default.html
The line is
table div { width:1px; height:1px; font-size:1px; }
It must mess with the display of the calendar. I didn’t “correct” the cvs version, but just removed that line in the version we’re running. The cvs lists the reason for the change as cosmetic for internet explorer, but in internet explorer it doesn’t show those labels either.
This is from the cvs version as of today (Nov-08-2006)