';
- }
-
//--------------------------------------------------
// Returns the common inputs for each new section.
//--------------------------------------------------
- function getCommonInputs(cnum){
- getCommonInputs(cnum,'','','','','','');
+ function genSectionHtml(cnum){
+ genSectionHtml(cnum,'','','','','','');
}
- function getCommonInputs(cnum,name,synonym,stime,etime,days,prof) {
+ /* @TODO: This should select & set items based on args, if the args != '' */
+ function genSectionHtml(cnum,name,synonym,stime,etime,days,prof) {
var snum = sectionsOfClass[cnum];
var result = '
';
- result = result + customIds('postData[' + cnum + '][' + snum + '][letter]');
+ result = result + '