/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to codeigniter/application/views/manageCoursesBody.php

  • Committer: elof.bigestans at gmail
  • Date: 2013-05-23 09:39:22 UTC
  • mto: This revision was merged to the branch mainline in revision 94.
  • Revision ID: elof.bigestans@gmail.com-20130523093922-xbqeshpui6u2wkbt
Working on functionality for managecourses

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
                                                        <td class="courseID"><?= $item->courseID; ?></td>
21
21
                                                        <td class="courseData"><?= $item->courseData; ?></td>
22
22
                                                        <td><a href="#" class="manageCourseButton">Manage Course</a></td>
 
23
                                                        <td><pre><?=var_dump($item);?></pre></td>
23
24
                                                </tr>
24
25
                                                <? endforeach; ?>
25
26
                                        </table>