@@ -77,11 +77,11 @@ |
||
77 | 77 | $menu->addSubmenu(new Menu(I18N::translate('Change family members'), 'edit_interface.php?action=changefamily&ged=' . $this->record->getTree()->getNameHtml() . '&xref=' . $this->record->getXref(), 'menu-fam-change')); |
78 | 78 | |
79 | 79 | // edit_fam / add child |
80 | - $menu->addSubmenu(new Menu(I18N::translate('Add a child to this family'), 'edit_interface.php?action=add_child_to_family&ged=' . $this->record->getTree()->getNameHtml() .'&xref=' . $this->record->getXref() . '&gender=U', 'menu-fam-addchil')); |
|
80 | + $menu->addSubmenu(new Menu(I18N::translate('Add a child to this family'), 'edit_interface.php?action=add_child_to_family&ged=' . $this->record->getTree()->getNameHtml() . '&xref=' . $this->record->getXref() . '&gender=U', 'menu-fam-addchil')); |
|
81 | 81 | |
82 | 82 | // edit_fam / reorder_children |
83 | 83 | if ($this->record->getNumberOfChildren() > 1) { |
84 | - $menu->addSubmenu(new Menu(I18N::translate('Re-order children'), 'edit_interface.php?action=reorder_children&ged=' . $this->record->getTree()->getNameHtml() .'&xref=' . $this->record->getXref(), 'menu-fam-orderchil')); |
|
84 | + $menu->addSubmenu(new Menu(I18N::translate('Re-order children'), 'edit_interface.php?action=reorder_children&ged=' . $this->record->getTree()->getNameHtml() . '&xref=' . $this->record->getXref(), 'menu-fam-orderchil')); |
|
85 | 85 | } |
86 | 86 | |
87 | 87 | // delete |
@@ -1080,7 +1080,7 @@ discard block |
||
1080 | 1080 | "SELECT CONCAT(l_to, '@', l_file), COUNT(*) FROM `##sources` JOIN `##link` ON l_from = s_id AND l_file = s_file AND l_type = 'NOTE' GROUP BY l_to, l_file" |
1081 | 1081 | )->fetchAssoc(); |
1082 | 1082 | |
1083 | - $html = ''; |
|
1083 | + $html = ''; |
|
1084 | 1084 | $html .= '<table ' . Datatables::noteTableAttributes() . '><thead><tr>'; |
1085 | 1085 | $html .= '<th>' . I18N::translate('Title') . '</th>'; |
1086 | 1086 | $html .= '<th>' . I18N::translate('Individuals') . '</th>'; |
@@ -1146,7 +1146,7 @@ discard block |
||
1146 | 1146 | )->fetchAssoc(); |
1147 | 1147 | |
1148 | 1148 | $html = ''; |
1149 | - $html .= '<table ' . Datatables::repositoryTableAttributes() . '><thead><tr>'; $html .= '<th>' . I18N::translate('Repository name') . '</th>'; |
|
1149 | + $html .= '<table ' . Datatables::repositoryTableAttributes() . '><thead><tr>'; $html .= '<th>' . I18N::translate('Repository name') . '</th>'; |
|
1150 | 1150 | $html .= '<th>' . I18N::translate('Sources') . '</th>'; |
1151 | 1151 | $html .= '<th>' . I18N::translate('Last change') . '</th>'; |
1152 | 1152 | $html .= '<th>' . I18N::translate('Delete') . '</th>'; |
@@ -1573,7 +1573,7 @@ discard block |
||
1573 | 1573 | if ($endjd === $startjd) { |
1574 | 1574 | $html .= I18N::translate('No events exist for tomorrow.'); |
1575 | 1575 | } else { |
1576 | - $html .= /* I18N: translation for %s==1 is unused; it is translated separately as “tomorrow” */ I18N::plural('No events exist for the next %s day.', 'No events exist for the next %s days.', $endjd - $startjd + 1, I18N::number($endjd - $startjd + 1)); |
|
1576 | + $html .= /* I18N: translation for %s==1 is unused; it is translated separately as “tomorrow” */ I18N::plural('No events exist for the next %s day.', 'No events exist for the next %s days.', $endjd - $startjd + 1, I18N::number($endjd - $startjd + 1)); |
|
1577 | 1577 | } |
1578 | 1578 | } else { |
1579 | 1579 | if ($endjd === $startjd) { |
@@ -1505,7 +1505,7 @@ |
||
1505 | 1505 | '0' => I18N::translateContext('Show the [first/last] [N] parts of a place name.', 'first'), |
1506 | 1506 | '1' => I18N::translateContext('Show the [first/last] [N] parts of a place name.', 'last'), |
1507 | 1507 | ], $WT_TREE->getPreference('SHOW_PEDIGREE_PLACES_SUFFIX', ['name' => 'SHOW_PEDIGREE_PLACES_SUFFIX'])), |
1508 | - Bootstrap4::select(FunctionsEdit::numericOptions(range(1,9)), $WT_TREE->getPreference('SHOW_PEDIGREE_PLACES'), ['name' => 'SHOW_PEDIGREE_PLACES']) |
|
1508 | + Bootstrap4::select(FunctionsEdit::numericOptions(range(1, 9)), $WT_TREE->getPreference('SHOW_PEDIGREE_PLACES'), ['name' => 'SHOW_PEDIGREE_PLACES']) |
|
1509 | 1509 | ) ?> |
1510 | 1510 | <p class="small text-muted"> |
1511 | 1511 | <?= /* I18N: Help text for the “Abbreviate place names” configuration setting */ I18N::translate('Place names are frequently too long to fit on charts, lists, etc. They can be abbreviated by showing just the first few parts of the name, such as <i>village, county</i>, or the last few part of it, such as <i>region, country</i>.') ?> |
@@ -96,7 +96,7 @@ discard block |
||
96 | 96 | public function getTabs() { |
97 | 97 | $active_tabs = Module::getActiveTabs($this->record->getTree()); |
98 | 98 | |
99 | - return array_filter($active_tabs, function(ModuleTabInterface $tab) { return $tab->hasTabContent(); }); |
|
99 | + return array_filter($active_tabs, function (ModuleTabInterface $tab) { return $tab->hasTabContent(); }); |
|
100 | 100 | } |
101 | 101 | |
102 | 102 | /** |
@@ -141,7 +141,7 @@ discard block |
||
141 | 141 | |
142 | 142 | if ($n === 0) { |
143 | 143 | $content_class = 'collapse show'; |
144 | - $aria = 'true'; |
|
144 | + $aria = 'true'; |
|
145 | 145 | } |
146 | 146 | if ($fact->isPendingDeletion()) { |
147 | 147 | $container_class .= ' old'; |
@@ -243,7 +243,7 @@ discard block |
||
243 | 243 | } |
244 | 244 | |
245 | 245 | if ($individual->canEdit() && !$fact->isPendingDeletion()) { |
246 | - $edit_links = FontAwesome::linkIcon('edit', I18N::translate('Edit the gender'), ['class' => 'btn btn-link', 'href' => 'edit_interface.php?action=edit&xref=' . $individual->getXref() . '&fact_id=' . $fact->getFactId() . '&ged=' . $individual->getTree()->getNameHtml() ]); |
|
246 | + $edit_links = FontAwesome::linkIcon('edit', I18N::translate('Edit the gender'), ['class' => 'btn btn-link', 'href' => 'edit_interface.php?action=edit&xref=' . $individual->getXref() . '&fact_id=' . $fact->getFactId() . '&ged=' . $individual->getTree()->getNameHtml()]); |
|
247 | 247 | |
248 | 248 | } else { |
249 | 249 | $edit_links = ''; |
@@ -253,7 +253,7 @@ discard block |
||
253 | 253 | <div class="' . $container_class . '"> |
254 | 254 | <div class="card-header" role="tab" id="name-header-add"> |
255 | 255 | <div class="card-title mb-0"> |
256 | - <b>' . I18N::translate('Gender') . '</b> ' . $sex . $edit_links . ' |
|
256 | + <b>' . I18N::translate('Gender') . '</b> ' . $sex . $edit_links . ' |
|
257 | 257 | </div> |
258 | 258 | </div> |
259 | 259 | </div>'; |
@@ -176,7 +176,7 @@ discard block |
||
176 | 176 | |
177 | 177 | $flag_files = []; |
178 | 178 | foreach ($it as $file) { |
179 | - $file_path = substr($file->getPathname() , strlen($directory)); |
|
179 | + $file_path = substr($file->getPathname(), strlen($directory)); |
|
180 | 180 | if ($file->getExtension() === 'png' && stripos($file_path, $query) !== false) { |
181 | 181 | if ($offset > 0) { |
182 | 182 | // Skip results |
@@ -453,7 +453,7 @@ discard block |
||
453 | 453 | if ($place_name === $query) { |
454 | 454 | $found = true; |
455 | 455 | } |
456 | - $results[] = [ |
|
456 | + $results[] = [ |
|
457 | 457 | 'id' => $place_name, |
458 | 458 | 'text' => $place_name, |
459 | 459 | ]; |
@@ -488,7 +488,7 @@ discard block |
||
488 | 488 | if ($place_name === $query) { |
489 | 489 | $found = true; |
490 | 490 | } |
491 | - $results[] = [ |
|
491 | + $results[] = [ |
|
492 | 492 | 'id' => $place_name, |
493 | 493 | 'text' => $place_name, |
494 | 494 | ]; |
@@ -40,7 +40,7 @@ |
||
40 | 40 | $years -= $years % 5; |
41 | 41 | } |
42 | 42 | |
43 | - return (string)$years; |
|
43 | + return (string) $years; |
|
44 | 44 | } |
45 | 45 | } |
46 | 46 | } |
@@ -45,7 +45,7 @@ |
||
45 | 45 | if ($marriage_date === null) { |
46 | 46 | return ''; |
47 | 47 | } else { |
48 | - return (string)Date::getAge($marriage_date, $this->date(), 0); |
|
48 | + return (string) Date::getAge($marriage_date, $this->date(), 0); |
|
49 | 49 | } |
50 | 50 | } |
51 | 51 | } |
@@ -35,7 +35,7 @@ |
||
35 | 35 | if ($individual->getSex() === 'M') { |
36 | 36 | return ''; |
37 | 37 | } else { |
38 | - return (string)Date::getAge($individual->getEstimatedBirthDate(), $this->date(), 0); |
|
38 | + return (string) Date::getAge($individual->getEstimatedBirthDate(), $this->date(), 0); |
|
39 | 39 | } |
40 | 40 | } |
41 | 41 | } |
@@ -49,6 +49,6 @@ |
||
49 | 49 | } |
50 | 50 | } |
51 | 51 | |
52 | - return (string)$count; |
|
52 | + return (string) $count; |
|
53 | 53 | } |
54 | 54 | } |