@@ -1,11 +1,11 @@ |
||
1 | 1 | <div class="col"> |
2 | 2 | <?php |
3 | - echo $this->Form->create($ticket, ['templates'=>'bs4form']); |
|
4 | - echo $this->Form->control('title'); |
|
5 | - echo $this->Form->control('description'); |
|
6 | - echo $this->Form->control('tickettype_id', ['options' => $types, 'label'=>'Type of ticket']); |
|
7 | - echo $this->Form->control('ticketstatus_id', ['options' => $statuses, 'label' => 'Status']); |
|
8 | - echo $this->Form->submit(__('Submit')); |
|
9 | - echo $this->Form->end(); |
|
3 | + echo $this->Form->create($ticket, ['templates'=>'bs4form']); |
|
4 | + echo $this->Form->control('title'); |
|
5 | + echo $this->Form->control('description'); |
|
6 | + echo $this->Form->control('tickettype_id', ['options' => $types, 'label'=>'Type of ticket']); |
|
7 | + echo $this->Form->control('ticketstatus_id', ['options' => $statuses, 'label' => 'Status']); |
|
8 | + echo $this->Form->submit(__('Submit')); |
|
9 | + echo $this->Form->end(); |
|
10 | 10 | ?> |
11 | 11 | </div> |