@@ -93,7 +93,7 @@ |
||
93 | 93 | echo view('cards/add-source-citation', [ |
94 | 94 | 'level' => 2, |
95 | 95 | 'full_citations' => $controller->tree()->getPreference('FULL_SOURCES'), |
96 | - ]); } |
|
96 | + ]); } |
|
97 | 97 | if ($level1type !== 'OBJE') { |
98 | 98 | if ($controller->tree()->getPreference('MEDIA_UPLOAD') >= Auth::accessLevel($controller->tree())) { |
99 | 99 | echo view('cards/add-media-object', [ |
@@ -3,7 +3,7 @@ |
||
3 | 3 | <?php use Fisharebest\Webtrees\Theme; ?> |
4 | 4 | <?php use Fisharebest\Webtrees\View; ?> |
5 | 5 | |
6 | -<form method="post" action="<?= e(Html::url('module.php' ,['mod' => 'families', 'mod_action' => 'ajax'])) ?>" onsubmit="return false;"> |
|
6 | +<form method="post" action="<?= e(Html::url('module.php', ['mod' => 'families', 'mod_action' => 'ajax'])) ?>" onsubmit="return false;"> |
|
7 | 7 | <input type="search" name="sb_fam_name" id="sb_fam_name" placeholder="<?= I18N::translate('Search') ?>"> |
8 | 8 | <p> |
9 | 9 | <?php foreach ($initials as $letter => $count): ?> |
@@ -3,7 +3,7 @@ |
||
3 | 3 | <?php use Fisharebest\Webtrees\Theme; ?> |
4 | 4 | <?php use Fisharebest\Webtrees\View; ?> |
5 | 5 | |
6 | -<form method="post" action="<?= e(Html::url('module.php' ,['mod' => 'individuals', 'mod_action' => 'ajax'])) ?>" onsubmit="return false;"> |
|
6 | +<form method="post" action="<?= e(Html::url('module.php', ['mod' => 'individuals', 'mod_action' => 'ajax'])) ?>" onsubmit="return false;"> |
|
7 | 7 | <input type="search" name="sb_indi_name" id="sb_indi_name" placeholder="<?= I18N::translate('Search') ?>"> |
8 | 8 | <p> |
9 | 9 | <?php foreach ($initials as $letter => $count): ?> |