/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/admin/manage_course.php

  • Committer: b11johgu
  • Date: 2013-04-22 09:13:33 UTC
  • mfrom: (42 lenasys)
  • mto: This revision was merged to the branch mainline in revision 43.
  • Revision ID: b11johgu@student.his.se-20130422091333-p2xulnlo2om4zuil
Changed places on insert inty UserTypeCodes and Users

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
                                                                                foreach ($examples as $item):
47
47
                                                                        ?>
48
48
                                                                        <tr>
49
 
                                                                                <td><?php echo $item->Name ?></td>
 
49
                                                                                <td><?php echo $item->name ?></td>
50
50
                                                                                <td><button class="btn btn-primary" onClick="window.location.href='<?php echo base_url();?>admin/manageexample/<?php echo $cid ?>/<?php echo $item->Name ?>'"><i class="icon-cog icon-white"></i> Manage</button></td>
51
51
                                                                        </tr>
52
52
                                                                        <?php endforeach;?>