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

  • Committer: galaxyAbstractor
  • Date: 2013-04-12 15:53:54 UTC
  • mto: This revision was merged to the branch mainline in revision 25.
  • Revision ID: galaxyabstractor@gmail.com-20130412155354-6fmq7rmkh65b3034
Fixed database stuff, added files to database.
TODO: Fix SQL file

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
                                                                echo form_open(base_url().'admin/addexample');
32
32
                                                                                echo form_label('Example name', 'example');
33
33
                                                                                echo form_input(array('name' => 'example', 'required' => 'required'));
 
34
                                                                                echo form_label('Description', 'description');
 
35
                                                                                echo form_input(array('name' => 'description', 'required' => 'required'));
34
36
                                                                                echo form_hidden('cid',$cid); 
35
37
                                                                                echo "<br>";
36
38
                                                                                echo form_submit(array('name' => 'submit', 'value' => 'Add example', "class" => "btn btn-primary"));