I installed the calendar package yesterday on my OpenACS 4.x/Postgres
7.1 install. I noticed that as a non-admin user the left and right
buttons on the navigation calendar are broken. I traced the problem
back to dt_left_arrow and dt_right_arrow that are located in
packages/acs-datetime/tcl/acs-calendar-procs.tcl. The source code
for dt_left_arrow shows:
return "/doc/acs-datetime/pics/left.gif"
7.1 install. I noticed that as a non-admin user the left and right
buttons on the navigation calendar are broken. I traced the problem
back to dt_left_arrow and dt_right_arrow that are located in
packages/acs-datetime/tcl/acs-calendar-procs.tcl. The source code
for dt_left_arrow shows:
return "/doc/acs-datetime/pics/left.gif"
If read permission is given on http://myserver.com/doc to the user
then the user will see the calendar navigation.
Has anyone else experinced this problem? Is there a reason why the
path was set to go through /doc?
Thanks
Request notifications