@@ -18,7 +18,7 @@ |
||
18 | 18 | 'limit' => 11, |
19 | 19 | 'null' => false, |
20 | 20 | ]); |
21 | - $table->addColumn('name', 'string', [ |
|
21 | + $table->addColumn('name', 'string', [ |
|
22 | 22 | 'default' => null, |
23 | 23 | 'limit' => 255, |
24 | 24 | 'null' => false, |
@@ -20,7 +20,7 @@ |
||
20 | 20 | { |
21 | 21 | $tickettypes = $this->paginate($this->Tickettypes); |
22 | 22 | |
23 | - $title = "Type of ticket"; |
|
23 | + $title = "Type of ticket"; |
|
24 | 24 | |
25 | 25 | $this->set(compact(['tickettypes', 'title'])); |
26 | 26 | $this->set('_serialize', ['tickettypes']); |
@@ -30,11 +30,11 @@ |
||
30 | 30 | <li class="nav-item dropdown"> |
31 | 31 | <a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"> |
32 | 32 | <?php if($this->request->session()->check('Auth.User')) { |
33 | - echo $this->request->session()->read('Auth.User.email'); |
|
34 | - } else { |
|
35 | - echo "User profile "; |
|
36 | - } |
|
37 | - ?> |
|
33 | + echo $this->request->session()->read('Auth.User.email'); |
|
34 | + } else { |
|
35 | + echo "User profile "; |
|
36 | + } |
|
37 | + ?> |
|
38 | 38 | <span class="caret"></span> |
39 | 39 | </a> |
40 | 40 | <div class="dropdown-menu" aria-labelledby="navbarDropdown"> |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @var \App\View\AppView $this |
|
4 | - */ |
|
3 | + * @var \App\View\AppView $this |
|
4 | + */ |
|
5 | 5 | ?> |
6 | 6 | <nav class="large-3 medium-4 columns" id="actions-sidebar"> |
7 | 7 | <ul class="side-nav"> |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @var \App\View\AppView $this |
|
4 | - */ |
|
3 | + * @var \App\View\AppView $this |
|
4 | + */ |
|
5 | 5 | ?> |
6 | 6 | <div class="col-xs-12"> |
7 | 7 | <h3><?= h($operation->id) ?></h3> |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @var \App\View\AppView $this |
|
4 | - */ |
|
3 | + * @var \App\View\AppView $this |
|
4 | + */ |
|
5 | 5 | ?> |
6 | 6 | <div class="col-xs-12"> |
7 | 7 | <?php |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @var \App\View\AppView $this |
|
4 | - */ |
|
3 | + * @var \App\View\AppView $this |
|
4 | + */ |
|
5 | 5 | ?> |
6 | 6 | <div class="col-xs-12"> |
7 | 7 | <nav class="large-3 medium-4 columns" id="actions-sidebar"> |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @var \App\View\AppView $this |
|
4 | - */ |
|
3 | + * @var \App\View\AppView $this |
|
4 | + */ |
|
5 | 5 | use Cake\I18n\I18n; |
6 | 6 | ?> |
7 | 7 | <div class="col-xs-12"> |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @var \App\View\AppView $this |
|
4 | - */ |
|
3 | + * @var \App\View\AppView $this |
|
4 | + */ |
|
5 | 5 | ?> |
6 | 6 | <nav class="large-3 medium-4 columns" id="actions-sidebar"> |
7 | 7 | <ul class="side-nav"> |