@@ -82,7 +82,8 @@ discard block |
||
| 82 | 82 | <?php if ($ancestors_only === '1'): ?> |
| 83 | 83 | <input type="hidden" name="ancestors" value="1"> |
| 84 | 84 | <?= I18N::translate('Find relationships via ancestors') ?> |
| 85 | - <?php else: ?> |
|
| 85 | + <?php else { |
|
| 86 | + : ?> |
|
| 86 | 87 | <?= Bootstrap4::radioButtons('ancestors', ['0' => I18N::translate('Find any relationship'), '1' => I18N::translate('Find relationships via ancestors')], $ancestors, false) ?> |
| 87 | 88 | <?php endif ?> |
| 88 | 89 | </div> |
@@ -115,6 +116,7 @@ discard block |
||
| 115 | 116 | if ($person1 && $person2) { |
| 116 | 117 | if (I18N::direction() === 'ltr') { |
| 117 | 118 | $horizontal_arrow = '<br><i class="icon-rarrow"></i>'; |
| 119 | +} |
|
| 118 | 120 | $diagonal1 = Theme::theme()->parameter('image-dline'); |
| 119 | 121 | $diagonal2 = Theme::theme()->parameter('image-dline2'); |
| 120 | 122 | } else { |