/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/popup/editCourseDetails.php

  • Committer: a11andoh
  • Date: 2013-05-27 08:23:27 UTC
  • mfrom: (102 lenasys_b)
  • mto: This revision was merged to the branch mainline in revision 106.
  • Revision ID: a11andoh@student.his.se-20130527082327-aujrssl7vhhbgsf5
blurp

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<div id="editCourse" class="manageCoursePopup">
 
1
<div id="editCourse" class="manageCoursePopup popup">
2
2
        <h2 class="popupHeader">Edit Course</h2>
3
3
        <form action="<?=base_url();?>ManageCourses/editCourse" method="post">
4
4
                <ul>
16
16
                                <input type="text" class="text" name="editCourseData" id="editCourseData">
17
17
                        </li>
18
18
                </ul>
19
 
                <div class="manageCoursePopupMenu">
20
 
                        <button class="popupButtons btn" type="submit">Confirm</button>
21
 
                        <button class="cancelButton popupButtons btn">Cancel</button>
 
19
                <div class="bottomMenu">
 
20
                        <button class="popupButton btn" type="submit">Confirm</button>
 
21
                        <button class="popupButton cancelButton btn">Cancel</button>
22
22
                </div>
23
23
        </form>
24
24
</div>  
 
 
b'\\ No newline at end of file'