Example #1
0
?>
</th>
						<th class="center"><?php 
echo JText::_('COM_JOOMDLE_MAILING_LIST_TEACHERS');
?>
</th>
						<th class="center"><?php 
echo JText::_('COM_JOOMDLE_MAILING_LIST_PARENTS');
?>
</th>
                    </tr>              
             </thead>
             <tbody>
                    <?php 
$k = 0;
$row = JoomdleHelperMailinglist::get_general_lists();
$checked = JHTML::_('grid.id', $i, $row->id);
$row->published = $row->published_students;
$published_students = JHTML::_('jgrid.published', $row->published, $i, 'mailinglist.students_');
$row->published = $row->published_teachers;
$published_teachers = JHTML::_('jgrid.published', $row->published, $i, 'mailinglist.teachers_');
$row->published = $row->published_parents;
$published_parents = JHTML::_('jgrid.published', $row->published, $i, 'mailinglist.parents_');
?>
					<tr class="<?php 
echo "row{$k}";
?>
">
						<td><?php 
echo $row->id;
?>