In a previous version of AAC that I installed on a website I forgot about, it did work.
I traced it down to the file mootools-cal-public.js.
In the current version of AAC this file has the same version nr. 3.03
However the old version had the same nr but had 90 rows code more.
In the old version the function function calendar_nav() included:
- Code: Select all
// deactivate prev button on load as the user can't see months previous to today
btPrev=document.id('cal_prev').setStyle("opacity",0);
That made it work as it should; past months are not shown.
You'd not want you competition to see how many rentals you had last year.
I will try my utmost to include that in the latest file to. Let's hope I succeed
