/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/addCourse.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="addCourse" class="manageCoursePopup">
 
1
<div id="addCourse" class="manageCoursePopup popup">
2
2
        <h2 class="popupHeader">Add Course</h2>
3
3
        <form action="<?=base_url();?>ManageCourses/addCourse" method="post">
4
4
                <ul>
15
15
                                <input type="text" class="text" name="addCourseData" id="addCourseData" placeHolder="Course Description">
16
16
                        </li>
17
17
                </ul>
18
 
                <div class="manageCoursePopupMenu">
19
 
                        <button class="popupButtons btn" type="submit">Confirm</button>
20
 
                        <button class="cancelButton popupButtons btn">Cancel</button>
 
18
                <div class="bottomMenu">
 
19
                        <button class="popupButton btn" type="submit">Confirm</button>
 
20
                        <button class="cancelButton popupButton btn">Cancel</button>
21
21
                </div>
22
22
        </form>
23
23
</div>  
 
 
b'\\ No newline at end of file'