summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Jaubart <dev@jaubart.com>2015-08-22 15:08:40 +0100
committerJonathan Jaubart <dev@jaubart.com>2015-08-22 15:08:40 +0100
commit9968f6712b496897f421a8b2fb199a1959429e67 (patch)
tree5e954202f65b3074dceab4b50b70acce85d2e281
parent791e4453746cfea9ea0931270933a87baabbbc31 (diff)
downloadwebtrees-9968f6712b496897f421a8b2fb199a1959429e67.tar.gz
webtrees-9968f6712b496897f421a8b2fb199a1959429e67.tar.bz2
webtrees-9968f6712b496897f421a8b2fb199a1959429e67.zip
Wrong cell type in Family Book
The "Descendant Generation" option of the Family book page does not use the descriptionbox & optionbox styles
-rw-r--r--familybook.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/familybook.php b/familybook.php
index e8eac01775..660e790a20 100644
--- a/familybook.php
+++ b/familybook.php
@@ -85,10 +85,10 @@ $controller
</td>
</tr>
<tr>
- <th>
+ <td class="descriptionbox">
<?php echo I18N::translate('Descendant generations'); ?>
- </th>
- <td>
+ </td>
+ <td class="optionbox">
<select name="descent">
<?php
for ($i = 0; $i <= 9; $i++) {