~zm-developers/zday2010/trunk

« back to all changes in this revision

Viewing changes to components/com_events/views/events/tmpl/default.php

  • Committer: Zuke
  • Date: 2010-01-24 07:55:54 UTC
  • Revision ID: daniel.zukowski@gmail.com-20100124075554-s86h8ociclmqh9ry
Added ability for event creator to view a list of event attendee emails.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
                        <table cellpadding="0" id="table<?php echo $event->id; ?>">
27
27
                                <tr>
28
28
                                        <td>
29
 
                                                <h1><?php echo $event->city; ?>, <?php echo $event->country == 'United States' ? 'USA' : $event->country; ?><?php echo $this->user->id > 0 && $event->created_by == $this->user->id ? " <span style=\"font-size:16px;font-weight:normal;\"><a href=\"/index.php?option=com_events&view=event&task=edit&id=" . $event->id . "\">[ " . JText::_( 'EDIT' ) . " ]</a></span>" : ""; ?></h1>
 
29
                                                <h1><?php echo $event->city; ?>, <?php echo $event->country == 'United States' ? 'USA' : $event->country; ?><?php echo $this->user->id > 0 && $event->created_by == $this->user->id ? " <span style=\"font-size:16px;font-weight:normal;\"><a href=\"/index.php?option=com_events&view=event&task=edit&id=" . $event->id . "\">[ " . JText::_( 'EDIT' ) . " ]</a> <a href=\"/index.php?option=com_events&view=event&layout=emails&id=" . $event->id . "\">[ " . JText::_( 'VIEW_EMAIL_LIST' ) . " ]</a></span>" : ""; ?></h1>
30
30
                                                <h1 style="color:#999;"><?php
31
31
                                                        switch($event->day) {
32
32
                                                                case '12':