summaryrefslogtreecommitdiff
path: root/admin_trees_manage.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin_trees_manage.php')
-rwxr-xr-x[-rw-r--r--]admin_trees_manage.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/admin_trees_manage.php b/admin_trees_manage.php
index 92693b4959..5f75d37c96 100644..100755
--- a/admin_trees_manage.php
+++ b/admin_trees_manage.php
@@ -350,7 +350,7 @@ echo Bootstrap4::breadcrumbs([
</h2>
</div>
<div id="card-tree-content-<?= $tree->getTreeId() ?>" class="collapse<?= $tree == $WT_TREE || $tree->getPreference('imported') === '0' ? ' show' : '' ?>" role="tabpanel" aria-labelledby="panel-tree-header-<?= $tree->getTreeId() ?>">
- <div class="card-block">
+ <div class="card-body">
<?php
$importing = Database::prepare(
"SELECT 1 FROM `##gedcom_chunk` WHERE gedcom_id = ? AND imported = '0' LIMIT 1"
@@ -627,7 +627,7 @@ echo Bootstrap4::breadcrumbs([
</h2>
</div>
<div id="card-tree-create-content" class="collapse<?= empty(Tree::getAll()) ? ' show' : '' ?>" role="tabpanel" aria-labelledby="card-tree-create-header">
- <div class="card-block">
+ <div class="card-body">
<form class="form-horizontal" method="post">
<?= Filter::getCsrf() ?>
<input type="hidden" name="action" value="new_tree">
@@ -702,7 +702,7 @@ echo Bootstrap4::breadcrumbs([
</h2>
</div>
<div id="card-pgv-wizard-content" class="collapse show" role="tabpanel" aria-labelledby="card-pgv-wizard-header">
- <div class="card-block">
+ <div class="card-body">
<p>
<?= I18N::translate('The PhpGedView to webtrees wizard is an automated process to assist administrators make the move from a PhpGedView installation to a new webtrees one. It will transfer all PhpGedView GEDCOM and other database information directly to your new webtrees database. The following requirements are necessary:') ?>
</p>