diff options
Diffstat (limited to 'resources/views/admin')
| -rw-r--r-- | resources/views/admin/tags.phtml | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/resources/views/admin/tags.phtml b/resources/views/admin/tags.phtml index 1931591655..c7ac246dec 100644 --- a/resources/views/admin/tags.phtml +++ b/resources/views/admin/tags.phtml @@ -980,7 +980,7 @@ use Fisharebest\Webtrees\Site; </td> <td> - <?= view('components/checkbox', ['id' => 'custom_time_tags', 'name' => 'custom_fam_fact', 'label' => I18N::translate('show'), 'checked' => $custom_fam_fact]) ?> + <?= view('components/checkbox', ['id' => 'custom_fam_fact', 'name' => 'custom_fam_fact', 'label' => I18N::translate('show'), 'checked' => $custom_fam_fact]) ?> </td> </tr> @@ -994,7 +994,23 @@ use Fisharebest\Webtrees\Site; </td> <td> - <?= view('components/checkbox', ['id' => 'custom_time_tags', 'name' => 'custom_fam_nchi', 'label' => I18N::translate('show'), 'checked' => $custom_fam_nchi]) ?> + <?= view('components/checkbox', ['id' => 'custom_fam_nchi', 'name' => 'custom_fam_nchi', 'label' => I18N::translate('show'), 'checked' => $custom_fam_nchi]) ?> + </td> + </tr> + + <tr> + <td> + <?= I18N::translate('Residence') ?> + </td> + + <td> + <code dir="ltr">FAM:RESI …</code> + <br> + <code dir="ltr">INDI:RESI …</code> + </td> + + <td> + <?= view('components/checkbox', ['id' => 'custom_resi_value', 'name' => 'custom_resi_value', 'label' => I18N::translate('show'), 'checked' => $custom_resi_value]) ?> </td> </tr> </tbody> |
