/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/addCategory.php

  • Committer: a11emmjo
  • Date: 2013-05-26 14:29:27 UTC
  • mfrom: (103 lenasys_b)
  • mto: This revision was merged to the branch mainline in revision 104.
  • Revision ID: a11emmjo@student.his.se-20130526142927-6jq83th03oizbnbw
Updated branch.

Updated getActiveCourse in user-model, and fixed so bannermenu- and cms-view uses it.
Removed links from bannermenu-view.
Fixed so cms is loaded in home-controller when user is logged in.
Added function for expand collapse courses in bannermenu-view.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<div id="addCategory">
2
 
        <h2 class="loginTitle">Add Category</h2>
3
 
        <div id="middleLayerPopups">
4
 
                <p>Enter Category Name</p>      
5
 
                <input class="text" type="text" size="20" id="categoryName" name="categoryName" placeholder="Category Name"/><br>
6
 
                <input type="button" class="popupButtons btn" value="Remove">
7
 
                <input type="button" onClick="addCategoryButtonHide()" class="popupButtons btn" value="Cancel">
8
 
        </div>
 
1
<div id="addCategory" class="popup">
 
2
        <h2 class="popupHeader">Add Category</h2>
 
3
        <form>
 
4
                <ul>
 
5
                        <li>
 
6
                                <label for="categoryName">Category name:</label>
 
7
                                <input class="text" type="text" size="20" id="categoryName" name="categoryName" placeholder="Category Name">
 
8
                        </li>
 
9
                </ul>
 
10
                <div class="bottomMenu">
 
11
                        <button class="popupButton cancelButton btn">Cancel</button>
 
12
                        <button type="submit" class="popupButton" onClick="addCategoryButtonHide()">Confirm</button>
 
13
                </div>
 
14
        </form>
9
15
</div>
 
 
b'\\ No newline at end of file'