summaryrefslogtreecommitdiff
path: root/resources/views/admin/trees-preferences.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/admin/trees-preferences.phtml')
-rw-r--r--resources/views/admin/trees-preferences.phtml82
1 files changed, 0 insertions, 82 deletions
diff --git a/resources/views/admin/trees-preferences.phtml b/resources/views/admin/trees-preferences.phtml
index 62e60f7231..3ce43ea160 100644
--- a/resources/views/admin/trees-preferences.phtml
+++ b/resources/views/admin/trees-preferences.phtml
@@ -785,88 +785,6 @@ use Illuminate\Support\Collection;
</div>
</div>
- <h3><?= I18N::translate('Facts for source records') ?></h3>
-
- <!-- SOUR_FACTS_ADD -->
- <div class="row form-group">
- <label class="col-sm-3 col-form-label" for="SOUR_FACTS_ADD">
- <?= I18N::translate('All source facts') ?>
- </label>
- <div class="col-sm-9">
- <?= view('components/select', ['name' => 'SOUR_FACTS_ADD[]', 'id' => 'SOUR_FACTS_ADD', 'selected' => explode(',', $tree->getPreference('SOUR_FACTS_ADD')), 'options' => $all_sour_facts, 'class' => 'select2']) ?>
- <p class="small text-muted">
- <?= /* I18N: Help text for the “All source facts” configuration setting */ I18N::translate('This is the list of GEDCOM facts that your users can add to sources. You can modify this list by removing or adding fact names, even custom ones, as necessary. Fact names that appear in this list must not also appear in the “Unique source facts” list.') ?>
- </p>
- </div>
- </div>
-
- <!-- SOUR_FACTS_UNIQUE -->
- <div class="row form-group">
- <label class="col-sm-3 col-form-label" for="SOUR_FACTS_UNIQUE">
- <?= I18N::translate('Unique source facts') ?>
- </label>
- <div class="col-sm-9">
- <?= view('components/select', ['name' => 'SOUR_FACTS_UNIQUE[]', 'id' => 'SOUR_FACTS_UNIQUE', 'selected' => explode(',', $tree->getPreference('SOUR_FACTS_UNIQUE')), 'options' => $all_sour_facts, 'class' => 'select2']) ?>
- <p class="small text-muted">
- <?= /* I18N: Help text for the “Unique source facts” configuration setting */ I18N::translate('This is the list of GEDCOM facts that your users can only add once to sources. For example, if TITL is in this list, users will not be able to add more than one TITL record to a source. Fact names that appear in this list must not also appear in the “All source facts” list.') ?>
- </p>
- </div>
- </div>
-
- <!-- SOUR_FACTS_QUICK -->
- <div class="row form-group">
- <label class="col-sm-3 col-form-label" for="SOUR_FACTS_QUICK">
- <?= I18N::translate('Quick source facts') ?>
- </label>
- <div class="col-sm-9">
- <?= view('components/select', ['name' => 'SOUR_FACTS_QUICK[]', 'id' => 'SOUR_FACTS_QUICK', 'selected' => explode(',', $tree->getPreference('SOUR_FACTS_QUICK')), 'options' => $all_sour_facts, 'class' => 'select2']) ?>
- <p class="small text-muted">
- <?= /* I18N: Help text for the “Quick source facts” configuration setting */ I18N::translate('The most common source facts are listed separately, so that they can be added more easily.') ?>
- </p>
- </div>
- </div>
-
- <h3><?= I18N::translate('Facts for repository records') ?></h3>
-
- <!-- REPO_FACTS_ADD -->
- <div class="row form-group">
- <label class="col-sm-3 col-form-label" for="REPO_FACTS_ADD">
- <?= I18N::translate('All repository facts') ?>
- </label>
- <div class="col-sm-9">
- <?= view('components/select', ['name' => 'REPO_FACTS_ADD[]', 'id' => 'REPO_FACTS_ADD', 'selected' => explode(',', $tree->getPreference('REPO_FACTS_ADD')), 'options' => $all_repo_facts, 'class' => 'select2']) ?>
- <p class="small text-muted">
- <?= /* I18N: Help text for the “All repository facts” configuration setting */ I18N::translate('This is the list of GEDCOM facts that your users can add to repositories. You can modify this list by removing or adding fact names, even custom ones, as necessary. Fact names that appear in this list must not also appear in the “Unique repository facts” list.') ?>
- </p>
- </div>
- </div>
-
- <!-- REPO_FACTS_UNIQUE -->
- <div class="row form-group">
- <label class="col-sm-3 col-form-label" for="REPO_FACTS_UNIQUE">
- <?= I18N::translate('Unique repository facts') ?>
- </label>
- <div class="col-sm-9">
- <?= view('components/select', ['name' => 'REPO_FACTS_UNIQUE[]', 'id' => 'REPO_FACTS_UNIQUE', 'selected' => explode(',', $tree->getPreference('REPO_FACTS_UNIQUE')), 'options' => $all_repo_facts, 'class' => 'select2']) ?>
- <p class="small text-muted">
- <?= /* I18N: Help text for the “Unique repository facts” configuration setting */ I18N::translate('This is the list of GEDCOM facts that your users can only add once to repositories. For example, if NAME is in this list, users will not be able to add more than one NAME record to a repository. Fact names that appear in this list must not also appear in the “All repository facts” list.') ?>
- </p>
- </div>
- </div>
-
- <!-- REPO_FACTS_QUICK -->
- <div class="row form-group">
- <label class="col-sm-3 col-form-label" for="REPO_FACTS_QUICK">
- <?= I18N::translate('Quick repository facts') ?>
- </label>
- <div class="col-sm-9">
- <?= view('components/select', ['name' => 'REPO_FACTS_QUICK[]', 'id' => 'REPO_FACTS_QUICK', 'selected' => explode(',', $tree->getPreference('REPO_FACTS_QUICK')), 'options' => $all_repo_facts, 'class' => 'select2']) ?>
- <p class="small text-muted">
- <?= /* I18N: Help text for the “Quick repository facts” configuration setting */ I18N::translate('The most common repository facts are listed separately, so that they can be added more easily.') ?>
- </p>
- </div>
- </div>
-
<h3><?= I18N::translate('Advanced fact preferences') ?></h3>
<!-- ADVANCED_NAME_FACTS -->