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

  • Committer: Gustav Hartvigsson
  • Date: 2013-04-12 17:00:09 UTC
  • mfrom: (23.1.4 lenasys)
  • Revision ID: gustav.hartvigsson@gmail.com-20130412170009-gla04s3anpjep68p
Merging implementation group one's team bnanch in to trunk.
This is also end of this cycle.

Good work guys.

20130412.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
                                                                echo form_open(base_url().'admin/addpage');
32
32
                                                                                echo form_label('Page name', 'page');
33
33
                                                                                echo form_input(array('name' => 'page', 'required' => 'required'));
34
 
                                                                                echo form_label('Documentation', 'documentation');
35
 
                                                                                echo form_input(array('name' => 'documentation', 'required' => 'required'));
36
34
                                                                                echo form_hidden('cid',$cid); 
37
35
                                                                                echo form_hidden('example',$example); 
38
36
                                                                                echo "<br>";