Show
Ignore:
Timestamp:
08/24/10 10:18:52 (21 months ago)
Author:
gnum
Message:

References #96, small addition to prevent the ckicl event for ajaxified links

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/views/default/edufeedr/singles/educourse_facilitator.php

    r139 r141  
    2121                $body .= elgg_view('output/email', array('value' => $vars['facilitator']->email)); 
    2222                if ($type == 'edit' && $show_delete && $can_manage) { 
    23                         $body .= ' <a href="#" onclick="edufeedrRemoveFacilitator(\''.$vars['facilitator']->getGUID().'\', \''.$vars['educourse']->getGUID().'\');"><img src="'.$vars['url'].'mod/edufeedr/views/default/graphics/delete.png" alt="remove" /></a>'; 
     23                        $body .= ' <a href="#" onclick="edufeedrRemoveFacilitator(\''.$vars['facilitator']->getGUID().'\', \''.$vars['educourse']->getGUID().'\'); return false;"><img src="'.$vars['url'].'mod/edufeedr/views/default/graphics/delete.png" alt="remove" /></a>'; 
    2424                } 
    2525                $body .= '</div>';