diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2018-07-16 18:32:32 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2018-07-16 18:32:32 +0100 |
| commit | fdaf80fd5c01d64d4ce225323c872a3be4150056 (patch) | |
| tree | f25f46ce4f8848dd8ae0f249822cc26fc4f3f855 /resources/views/cards | |
| parent | 423c6ccdc65d245c5861febc70ab155ba14ab27b (diff) | |
| download | webtrees-fdaf80fd5c01d64d4ce225323c872a3be4150056.tar.gz webtrees-fdaf80fd5c01d64d4ce225323c872a3be4150056.tar.bz2 webtrees-fdaf80fd5c01d64d4ce225323c872a3be4150056.zip | |
Fix: add associate box does not expand
Diffstat (limited to 'resources/views/cards')
| -rw-r--r-- | resources/views/cards/add-associate.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/views/cards/add-associate.php b/resources/views/cards/add-associate.php index 07a1a4010c..2a660c2496 100644 --- a/resources/views/cards/add-associate.php +++ b/resources/views/cards/add-associate.php @@ -3,12 +3,12 @@ <div class="card mb-4"> <div class="card-header"> - <a href="#" data-toggle="collapse" data-target="#<?= e($id) ?>" aria-expanded="false" aria-controls="add-associate"> + <a href="#" data-toggle="collapse" data-target="#add-associate-<?= e($id) ?>" aria-expanded="false" aria-controls="add-associate"> <?= I18N::translate('Add an associate') ?> </a> </div> - <div class="card-body collapse" id="<?= e($id) ?>"> + <div class="card-body collapse" id="add-associate-<?= e($id) ?>"> <?= FunctionsEdit::addSimpleTag($tree, $level . ' _ASSO @') ?> <?= FunctionsEdit::addSimpleTag($tree, ($level + 1) . ' RELA') ?> <?= FunctionsEdit::addSimpleTag($tree, ($level + 1) . ' NOTE') ?> |
