@@ -28,8 +28,8 @@ discard block |
||
| 28 | 28 | ], |
| 29 | 29 | [ |
| 30 | 30 | 'url' => [ |
| 31 | - 'controller' => 'searches', |
|
| 32 | - 'action' => 'simple', |
|
| 31 | + 'controller' => 'searches', |
|
| 32 | + 'action' => 'simple', |
|
| 33 | 33 | ], |
| 34 | 34 | 'type' => 'GET', |
| 35 | 35 | 'class' => 'search_form', |
@@ -53,8 +53,8 @@ discard block |
||
| 53 | 53 | $sortBy = $this->Form->radio( |
| 54 | 54 | 'order', |
| 55 | 55 | [ |
| 56 | - ['text' => __d('saito_search', 'Time'), 'value' => 'time'], |
|
| 57 | - ['text' => __d('saito_search', 'Rank'), 'value' => 'rank'], |
|
| 56 | + ['text' => __d('saito_search', 'Time'), 'value' => 'time'], |
|
| 57 | + ['text' => __d('saito_search', 'Rank'), 'value' => 'rank'], |
|
| 58 | 58 | ], |
| 59 | 59 | [ |
| 60 | 60 | 'class' => 'form-check-input', |