@@ -65,7 +65,7 @@ |
||
65 | 65 | return new Menu( |
66 | 66 | $this->getTitle(), |
67 | 67 | route('report-setup', ['ged' => $tree->getName(), |
68 | - 'report' => $this->getName(), |
|
68 | + 'report' => $this->getName(), |
|
69 | 69 | ]), |
70 | 70 | 'menu-report-' . $this->getName(), |
71 | 71 | ['rel' => 'nofollow'] |
@@ -65,7 +65,7 @@ |
||
65 | 65 | return new Menu( |
66 | 66 | $this->getTitle(), |
67 | 67 | route('report-setup', ['ged' => $tree->getName(), |
68 | - 'report' => $this->getName(), |
|
68 | + 'report' => $this->getName(), |
|
69 | 69 | ]), |
70 | 70 | 'menu-report-' . $this->getName(), |
71 | 71 | ['rel' => 'nofollow'] |
@@ -65,7 +65,7 @@ |
||
65 | 65 | return new Menu( |
66 | 66 | $this->getTitle(), |
67 | 67 | route('report-setup', ['ged' => $tree->getName(), |
68 | - 'report' => $this->getName(), |
|
68 | + 'report' => $this->getName(), |
|
69 | 69 | ]), |
70 | 70 | 'menu-report-' . $this->getName(), |
71 | 71 | ['rel' => 'nofollow'] |
@@ -65,7 +65,7 @@ |
||
65 | 65 | return new Menu( |
66 | 66 | $this->getTitle(), |
67 | 67 | route('report-setup', ['ged' => $tree->getName(), |
68 | - 'report' => $this->getName(), |
|
68 | + 'report' => $this->getName(), |
|
69 | 69 | ]), |
70 | 70 | 'menu-report-' . $this->getName(), |
71 | 71 | ['rel' => 'nofollow'] |
@@ -65,7 +65,7 @@ |
||
65 | 65 | return new Menu( |
66 | 66 | $this->getTitle(), |
67 | 67 | route('report-setup', ['ged' => $tree->getName(), |
68 | - 'report' => $this->getName(), |
|
68 | + 'report' => $this->getName(), |
|
69 | 69 | ]), |
70 | 70 | 'menu-report-' . $this->getName(), |
71 | 71 | ['rel' => 'nofollow'] |
@@ -65,7 +65,7 @@ |
||
65 | 65 | return new Menu( |
66 | 66 | $this->getTitle(), |
67 | 67 | route('report-setup', ['ged' => $tree->getName(), |
68 | - 'report' => $this->getName(), |
|
68 | + 'report' => $this->getName(), |
|
69 | 69 | ]), |
70 | 70 | 'menu-report-' . $this->getName(), |
71 | 71 | ['rel' => 'nofollow'] |
@@ -65,7 +65,7 @@ |
||
65 | 65 | return new Menu( |
66 | 66 | $this->getTitle(), |
67 | 67 | route('report-setup', ['ged' => $tree->getName(), |
68 | - 'report' => $this->getName(), |
|
68 | + 'report' => $this->getName(), |
|
69 | 69 | ]), |
70 | 70 | 'menu-report-' . $this->getName(), |
71 | 71 | ['rel' => 'nofollow'] |
@@ -26,7 +26,7 @@ |
||
26 | 26 | <button type="submit" class="btn btn-primary"> |
27 | 27 | <?= view('icons/save') ?> |
28 | 28 | <?= /* I18N: A button label. */ |
29 | - I18N::translate('continue') ?> |
|
29 | + I18N::translate('continue') ?> |
|
30 | 30 | </button> |
31 | 31 | |
32 | 32 | <?= I18N::translate('Caution! This may take a long time. Be patient.') ?> |
@@ -25,12 +25,12 @@ discard block |
||
25 | 25 | </label> |
26 | 26 | <div class="col-sm-9 wt-page-options-value"> |
27 | 27 | <?= |
28 | - Bootstrap4::select( |
|
29 | - FunctionsEdit::numericOptions(range(2, $maxgenerations)), |
|
30 | - $generations, |
|
31 | - ['id' => 'generations', 'name' => 'generations'] |
|
32 | - ) |
|
33 | - ?> |
|
28 | + Bootstrap4::select( |
|
29 | + FunctionsEdit::numericOptions(range(2, $maxgenerations)), |
|
30 | + $generations, |
|
31 | + ['id' => 'generations', 'name' => 'generations'] |
|
32 | + ) |
|
33 | + ?> |
|
34 | 34 | </div> |
35 | 35 | </div> |
36 | 36 | |
@@ -38,8 +38,8 @@ discard block |
||
38 | 38 | <div class="col-sm-3 wt-page-options-label"></div> |
39 | 39 | <div class="col-sm-9 wt-page-options-value"> |
40 | 40 | <input class="btn btn-primary" type="submit" value="<?= /* I18N: A button label. */ |
41 | - I18N::translate('view') |
|
42 | - ?>"> |
|
41 | + I18N::translate('view') |
|
42 | + ?>"> |
|
43 | 43 | </div> |
44 | 44 | </div> |
45 | 45 | </form> |