Changeset 141 for trunk/views/default/edufeedr/educourse_facilitators.php
- Timestamp:
- 08/24/10 10:18:52 (21 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/views/default/edufeedr/educourse_facilitators.php
r139 r141 76 76 $body .= elgg_view('input/text', array('value' => '', 'internalname' => 'facilitator_name', 'internalid' => 'facilitator_name', 'class' => 'input_text_small')); 77 77 /*translation:Add*/ 78 $body .= ' <a href="#" onclick="edufeedrAddFacilitator(\''.$vars['entity']->getGUID().'\');">'.elgg_echo('edufeedr:href:button:add').'</a>';78 $body .= ' <a href="#" onclick="edufeedrAddFacilitator(\''.$vars['entity']->getGUID().'\'); return false;">'.elgg_echo('edufeedr:href:button:add').'</a>'; 79 79 } 80 80
