summaryrefslogtreecommitdiff
path: root/resources/views/modules/statistics-chart
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2022-05-02 09:28:54 +0100
committerGreg Roach <greg@subaqua.co.uk>2022-05-02 09:48:01 +0100
commit9e3c2cf9009c4c2140f50ddfc80b91f2f82cdce5 (patch)
tree10de7b124dcea7a7f0c17db65c1efa1b791b2dd2 /resources/views/modules/statistics-chart
parentf99bbb61d5fc19ed8cfdc1e238f679695462c8af (diff)
downloadwebtrees-9e3c2cf9009c4c2140f50ddfc80b91f2f82cdce5.tar.gz
webtrees-9e3c2cf9009c4c2140f50ddfc80b91f2f82cdce5.tar.bz2
webtrees-9e3c2cf9009c4c2140f50ddfc80b91f2f82cdce5.zip
Outdated bootstrap markup
Diffstat (limited to 'resources/views/modules/statistics-chart')
-rw-r--r--resources/views/modules/statistics-chart/custom.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/views/modules/statistics-chart/custom.phtml b/resources/views/modules/statistics-chart/custom.phtml
index 7fa14ca195..aafda72b54 100644
--- a/resources/views/modules/statistics-chart/custom.phtml
+++ b/resources/views/modules/statistics-chart/custom.phtml
@@ -21,7 +21,7 @@ use Fisharebest\Webtrees\View;
<form method="post" action="<?= e(route('module', ['module' => $module->name(), 'action' => 'CustomChart', 'tree' => $tree->name()])) ?>" id="own-stats-form" class="wt-page-options wt-page-options-statistics">
<?= csrf_field() ?>
- <div class="row form-group mb-3">
+ <div class="row mb-3">
<div class="col-sm-2 wt-page-options-label">
<?= I18N::translate('Chart type') ?>
</div>
@@ -164,7 +164,7 @@ use Fisharebest\Webtrees\View;
</option>
</select>
- <div id="surname_opt" class="form-group" style="display:none;">
+ <div id="surname_opt" class="mb-3 d-none;">
<label for="SURN"><?= I18N::translate('Surname') ?></label>
<input data-wt-autocomplete-url="<?= e(route(AutoCompleteSurname::class, ['tree' => $tree->name()])) ?>" autocomplete="off" class="form-control" type="text" id="SURN" name="SURN">
</div>