| 1 |
<?php |
<?php |
| 2 |
// $Id: rsvp.blocks.inc,v 1.2.2.3 2009/03/07 22:00:26 ulf1 Exp $ |
// $Id: rsvp.blocks.inc,v 1.2.2.4 2009/08/14 22:02:54 ulf1 Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @module rsvp_blocks |
* @module rsvp_blocks |
| 95 |
|
|
| 96 |
$links[] = l(t('Remove guests'), 'rsvp/'. $rsvp->rid .'/attendees', array('attributes' => array('title' => t('Remove guests from the invitation.')))); |
$links[] = l(t('Remove guests'), 'rsvp/'. $rsvp->rid .'/attendees', array('attributes' => array('title' => t('Remove guests from the invitation.')))); |
| 97 |
$links[] = l(t('Add guests'), 'rsvp/'. $rsvp->rid .'/attendees', array('attributes' => array('title' => t('Add more guests to the invitation.')))); |
$links[] = l(t('Add guests'), 'rsvp/'. $rsvp->rid .'/attendees', array('attributes' => array('title' => t('Add more guests to the invitation.')))); |
| 98 |
if ($rsvp->send_conf_owner != RSVP_OPTION_YES) |
if (_rsvp_function_checkbit($rsvp->option_enabled, RSVP_OPTION_SEND_CONF_OWNER) == RSVP_OPTION_YES) |
| 99 |
$links[] = l(t('Email me when guests reply'), 'rsvp/'. $rsvp->rid .'/msg_moderator', array('attributes' => array('title' => t('Enable notification messages for the event organizer(host).')))); |
$links[] = l(t('Email me when guests reply'), 'rsvp/'. $rsvp->rid .'/msg_moderator', array('attributes' => array('title' => t('Enable notification messages for the event organizer(host).')))); |
| 100 |
|
|
| 101 |
$links[] = l(t('Export guest list'), 'rsvp/'. $rsvp->rid .'/attendees/csv', array('attributes' => array('title' => t('Export guest list into csv format.')))); |
$links[] = l(t('Export guest list'), 'rsvp/'. $rsvp->rid .'/attendees/csv', array('attributes' => array('title' => t('Export guest list into csv format.')))); |