@@ -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> |
@@ -55,11 +55,11 @@ discard block |
||
| 55 | 55 | </legend> |
| 56 | 56 | <div class="col-sm-8"> |
| 57 | 57 | <?= Bootstrap4::radioButtons( |
| 58 | - 'cleardatabase', |
|
| 59 | - [I18N::translate('no'), I18N::translate('yes')], |
|
| 60 | - '0', |
|
| 61 | - true |
|
| 62 | - ) ?> |
|
| 58 | + 'cleardatabase', |
|
| 59 | + [I18N::translate('no'), I18N::translate('yes')], |
|
| 60 | + '0', |
|
| 61 | + true |
|
| 62 | + ) ?> |
|
| 63 | 63 | </div> |
| 64 | 64 | </div> |
| 65 | 65 | </fieldset> |
@@ -72,14 +72,14 @@ discard block |
||
| 72 | 72 | </legend> |
| 73 | 73 | <div class="col-sm-8"> |
| 74 | 74 | <?= Bootstrap4::select( |
| 75 | - [ |
|
| 76 | - 'addupdate' => I18N::translate('Add new, and update existing records'), |
|
| 77 | - 'add' => I18N::translate('Only add new records'), |
|
| 78 | - 'update' => I18N::translate('Only update existing records'), |
|
| 79 | - ], |
|
| 80 | - '0', |
|
| 81 | - ['id' => 'import-options', 'name' => 'import-options'] |
|
| 82 | - ) ?> |
|
| 75 | + [ |
|
| 76 | + 'addupdate' => I18N::translate('Add new, and update existing records'), |
|
| 77 | + 'add' => I18N::translate('Only add new records'), |
|
| 78 | + 'update' => I18N::translate('Only update existing records'), |
|
| 79 | + ], |
|
| 80 | + '0', |
|
| 81 | + ['id' => 'import-options', 'name' => 'import-options'] |
|
| 82 | + ) ?> |
|
| 83 | 83 | </div> |
| 84 | 84 | </div> |
| 85 | 85 | </fieldset> |