DanO,
Seems to work fine.
What I did:
In calendarscript\templates\admin\English\,
for the files:
add_edit_event.html
schedule_event_non_recur.html
schedule_event_recurring.html
I replaced:
<INPUT TYPE="hidden" NAME="year" VALUE="<%=$main::in{year}%>">
<INPUT TYPE="hidden" NAME="month"
VALUE="<%=$main::in{month}%>">
with:
<INPUT TYPE="hidden" NAME="year" VALUE="<%= $main::in{year} %>">
<INPUT TYPE="hidden" NAME="month" VALUE="<%= $main::in{month} %>">
<INPUT TYPE="hidden" NAME="search" VALUE="<%= $main::in{search} %>">
All this was done after saving the original files to another folder on my computer, in case it didn't work.
Now, when I am editing a series of events, I go to Edit Events, Search for "Harbor", and get a list of events with Harbor (all that is OK).
When I edit an event and save it, I am returned to the
list of Harbor events.
Thank you.
------------------