agenda : change form prompts based on term selected
Posted by sarneil on 02 Nov 2011 in Activity log
Hist dept noted that in the New Offering form the prompt for the sequence details said "Sequence
One (Fall term)" no matter what term had been selected in the Term control above. I modified the load_creation_area.php file in the agenda instance in lang to change that text to "Sequence Details" (as the "One" only makes sense if they've selected the Full-Year term, which has two sequences. I also added two elements "seq_1_detail_subhead" and "seq_2_detail_subhead" and modified the files common_scripts.js and agenda.css so that the subheads appear only if the user has selected "Y" as the course term. seq_1_detail subhead contains "(Fall sequence for full-year course)<br />" and seq_2_detail_subhead contains "(Spring sequence for full-year course)<br />.