- Timestamp:
- 09/02/10 11:27:17 (21 months ago)
- Files:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/views/default/edufeedr/singles/educourse_participant.php
r75 r157 10 10 if (edufeedrCanEditEducourse($vars['entity'])) { 11 11 echo ' '; 12 /*translation:Edit participant*/12 /*translation:Edit*/ 13 13 echo '<a href="' . $vars['url'] . 'pg/edufeedr/edit_participant/' . $vars['entity']->getGUID() . '/' . $vars['participant']->id . '">' . elgg_echo('edufeedr:course:edit:participant') . '</a>'; 14 14 echo ' '; 15 15 echo elgg_view('output/confirmlink', array( 16 16 'href' => $vars['url'] . 'action/edufeedr/remove_participant?educourse=' . $vars['entity']->getGUID() . '&participant_number=' . $vars['participant']->id, 17 /*translation:Remove participant*/17 /*translation:Remove*/ 18 18 'text' => elgg_echo('edufeedr:course:remove:participant'), 19 19 /*translation:Are you sure you want to remove participant %s?*/ 20 'confirm' => sprintf(elgg_echo('edufeedr:course:remove:participant:confirmation'), $vars['participant']->firstname . ' ' . $vars['participant']->lastname) 20 'confirm' => sprintf(elgg_echo('edufeedr:course:remove:participant:confirmation'), $vars['participant']->firstname . ' ' . $vars['participant']->lastname), 21 'class' => 'edufeedr_action_delete_or_remove' 21 22 ) 22 23 );
