Esempio n. 1
0
}
if ($this->config->show_registered && $item->registration_type != 3) {
    ?>
							<tr>
								<td>
									<strong><?php 
    echo JText::_('EB_REGISTERED');
    ?>
</strong>
								</td>
								<td>
									<?php 
    echo $item->total_registrants;
    ?>
									<?php 
    if ($this->config->show_list_of_registrants && $item->total_registrants > 0 && EventbookingHelper::canViewRegistrantList()) {
        ?>
											&nbsp;&nbsp;&nbsp;
											<a href="index.php?option=com_eventbooking&view=registrantlist&id=<?php 
        echo $item->id;
        ?>
&tmpl=component" class="eb-colorbox-register-lists"><span class="view_list"><?php 
        echo JText::_("EB_VIEW_LIST");
        ?>
</span></a>
									<?php 
    }
    ?>
								</td>
							</tr>
						<?php 
Esempio n. 2
0
									</td>
								</tr>
							<?php 
    }
    if ($config->show_registered && $event->registration_type != 3) {
        ?>
								<tr class="eb-event-property">
									<td class="eb-event-property-label">
										<?php 
        echo JText::_('EB_REGISTERED');
        ?>
									</td>
									<td class="eb-event-property-value">
										<?php 
        echo (int) $event->total_registrants;
        if ($config->show_list_of_registrants && $event->total_registrants > 0 && EventbookingHelper::canViewRegistrantList()) {
            ?>
												&nbsp;&nbsp;&nbsp;<a href="index.php?option=com_eventbooking&view=registrantlist&id=<?php 
            echo $event->id;
            ?>
&tmpl=component" class="eb-colorbox-register-lists"><span class="view_list"><?php 
            echo JText::_("EB_VIEW_LIST");
            ?>
</span></a>
											<?php 
        }
        ?>
									</td>
								</tr>
							<?php 
    }