@@ -150,8 +150,8 @@ |
||
150 | 150 | } |
151 | 151 | |
152 | 152 | foreach ($family->getChildren() as $child) { |
153 | - $icon = $controller->record === $child ? '<i class="icon-selected"></i>' : ''; |
|
154 | - $menu = new Menu($icon . Functions::getCloseRelationshipName($controller->record, $child)); |
|
153 | + $icon = $controller->record === $child ? '<i class="icon-selected"></i>' : ''; |
|
154 | + $menu = new Menu($icon . Functions::getCloseRelationshipName($controller->record, $child)); |
|
155 | 155 | $menu->addSubmenu(new Menu($this->getFamily($child))); |
156 | 156 | ?> |
157 | 157 | <tr class="text-center wt-child wt-gender-<?= $child->getSex() ?>"> |
@@ -177,7 +177,7 @@ |
||
177 | 177 | $row_class .= ' old'; |
178 | 178 | } |
179 | 179 | $icon = $controller->record === $person ? '<i class="icon-selected"></i>' : ''; |
180 | - ?> |
|
180 | + ?> |
|
181 | 181 | <tr class="<?= $row_class ?>"> |
182 | 182 | <th scope="row"> |
183 | 183 | <?= $icon ?> |
@@ -64,7 +64,7 @@ |
||
64 | 64 | |
65 | 65 | return [ |
66 | 66 | 'data-language' => json_encode($language), |
67 | - 'data-length-menu' => json_encode([array_keys($length_menu), array_values($length_menu)]) |
|
67 | + 'data-length-menu' => json_encode([array_keys($length_menu), array_values($length_menu)]) |
|
68 | 68 | ]; |
69 | 69 | } |
70 | 70 |
@@ -101,9 +101,9 @@ |
||
101 | 101 | 'info' => 'fa fa-info-circle', |
102 | 102 | 'warning' => 'fa fa-exclamation-circle', |
103 | 103 | |
104 | - // Icons for file types |
|
105 | - 'mime-application-pdf' => '', |
|
106 | - 'mime-text-html' => '', |
|
104 | + // Icons for file types |
|
105 | + 'mime-application-pdf' => '', |
|
106 | + 'mime-text-html' => '', |
|
107 | 107 | |
108 | 108 | // Other icons |
109 | 109 | 'mail' => 'fa fa-envelope-o', |