Show
Ignore:
Timestamp:
08/23/10 20:55:35 (21 months ago)
Author:
gnum
Message:

References #96, facilitators can now be added to course. Still need to check it all again and see if everything is working well. NB! This will require additional table declared in edufeedr_tables.sql

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/views/default/edufeedr/forms/edit_educourse.php

    r129 r139  
    9191                $course_stop_aggregate_label = elgg_echo('edufeedr:label:educourse_stop_aggregate'); 
    9292                $course_stop_aggregate_input = elgg_view('input/edufeedr_calendar', array('internalname' => 'stop_aggregate', 'value' => $stop_aggregate)); 
     93 
     94                $course_facilitators_input = elgg_view('edufeedr/educourse_facilitators', array('entity' => $vars['entity'], 'type' => 'edit')); 
     95 
    9396                $form_aggregate_edit_addition = <<<EOT 
    9497                <p> 
     
    99102                        <label>$course_stop_aggregate_label</label>$field_required<br /> 
    100103            $course_stop_aggregate_input 
    101         </p> 
     104                </p> 
     105            $course_facilitators_input 
     106         
    102107EOT; 
    103108        } else {