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

  • Committer: galaxyAbstractor
  • Date: 2013-04-24 14:31:47 UTC
  • mto: This revision was merged to the branch mainline in revision 52.
  • Revision ID: galaxyabstractor@gmail.com-20130424143147-1pdkbu65n1896lmu
Started implementing categories and a menu

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
                                        <div class="span9">
 
3
                                                
 
4
                                                <div class="span9" id="content">
 
5
                                                        <h2>Add category</h2>
 
6
                                                        <?php 
 
7
                                                                echo form_open(base_url().'admin/addcategory');
 
8
                                                                echo form_label('Category Name', 'categoryName');
 
9
                                                                                echo form_input(array('name' => 'categoryName', 'required' => 'required')); 
 
10
                                                                                echo form_hidden('cid',$cid); 
 
11
                                                                                echo "<br>";
 
12
                                                                                echo form_submit(array('name' => 'submit', 'value' => 'Add category', "class" => "btn btn-primary")); 
 
13
                                                                echo form_close(); 
 
14
 
 
15
 
 
16
                                                         ?>
 
17
                                                                
 
18
                                                        </form>
 
19
                                                
 
20
                                                </div>
 
21
                                        </div>
 
22
                                        
 
23
                                </div>
 
24
                        </div>
 
25
 
 
26
                </div>
 
27
        </div>
 
28
</body>
 
29
 
 
30
</html>
 
 
b'\\ No newline at end of file'