Example #1
0
        $end_brace = ']';
        $title = JText::_('DT_VIEW_REGISTRANTS');
        $class = 'class="detailslink"';
    }
    if (!$br) {
        echo '<br />';
    }
    $br = true;
    echo $start_brace . '<a ' . $class . ' href="' . JRoute::_('index.php?option=com_dtregister&eventId=' . $row->slabId . '&task=registrant&controller=event&Itemid=' . $Itemid, $xhtml_url) . '">' . $title . '</a>' . $end_brace;
}
if ($config->getGlobal('show_registration_button', 0) == 1 && (strtotime($row->dtend . " " . $row->dtendtime) > $now->toUnix(true) || $row->dtend == "" || $row->dtend == "0000-00-00") && $row->future_event == 'n') {
    if (!$br) {
        echo '<br />';
    }
    $br = true;
    echo $start_brace . DTreg::register_link_small($row, $task, $class, $color, $config->getGlobal('front_link_type')) . $end_brace;
}
?>

        </td>

         <?php 
if ($config->getGlobal('event_date_show')) {
    ?>

		<td align="left" class="eventlist">

			<?php 
    echo $eventTable->displaydatecolumn();
    ?>
 </td>