summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2025-11-09 11:41:22 +0000
committerGreg Roach <greg@subaqua.co.uk>2025-11-09 11:41:22 +0000
commitd34905d8e2b692fe5294487b2099241b60678778 (patch)
tree3d30b3dc7d3add48bf78d3a6d7853f2a7feebc28
parent3b04047fcd770ec26662a9e7118d2adcdfdae2f9 (diff)
downloadwebtrees-d34905d8e2b692fe5294487b2099241b60678778.tar.gz
webtrees-d34905d8e2b692fe5294487b2099241b60678778.tar.bz2
webtrees-d34905d8e2b692fe5294487b2099241b60678778.zip
Apply title attribute to entire table header cell
-rw-r--r--resources/views/lists/families-table.phtml12
-rw-r--r--resources/views/lists/individuals-table.phtml18
2 files changed, 10 insertions, 20 deletions
diff --git a/resources/views/lists/families-table.phtml b/resources/views/lists/families-table.phtml
index a637077ad1..e144ec2fbc 100644
--- a/resources/views/lists/families-table.phtml
+++ b/resources/views/lists/families-table.phtml
@@ -152,16 +152,12 @@ $("#<?= e($table_id) ?>")
<th><?= I18N::translate('Surname') ?></th>
<th><?= I18N::translate('Age') ?></th>
<th><?= I18N::translate('Marriage') ?></th>
- <th>
- <span title="<?= I18N::translate('Anniversary') ?>">
- <?= view('icons/anniversary') ?>
- </span>
+ <th title="<?= I18N::translate('Anniversary') ?>">
+ <?= view('icons/anniversary') ?>
</th>
<th><?= I18N::translate('Place') ?></th>
- <th>
- <span title="<?= I18N::translate('Children') ?>">
- <?= view('icons/children') ?>
- </span>
+ <th title="<?= I18N::translate('Children') ?>">
+ <?= view('icons/children') ?>
</th>
<th><?= I18N::translate('Last change') ?></th>
<th hidden></th>
diff --git a/resources/views/lists/individuals-table.phtml b/resources/views/lists/individuals-table.phtml
index cbeaa4f12c..ef1ab4fb38 100644
--- a/resources/views/lists/individuals-table.phtml
+++ b/resources/views/lists/individuals-table.phtml
@@ -163,22 +163,16 @@ $("#<?= e($table_id) ?>")
<th><?= /* I18N: Abbreviation for “Sosa-Stradonitz number”. This is an individual’s surname, so may need transliterating into non-latin alphabets. */
I18N::translate('Sosa') ?></th>
<th><?= I18N::translate('Birth') ?></th>
- <th>
- <span title="<?= I18N::translate('Anniversary') ?>">
- <?= view('icons/anniversary') ?>
- </span>
+ <th title="<?= I18N::translate('Anniversary') ?>">
+ <?= view('icons/anniversary') ?>
</th>
<th><?= I18N::translate('Place') ?></th>
- <th>
- <span title="<?= I18N::translate('Children') ?>">
- <?= view('icons/children') ?>
- </span>
+ <th title="<?= I18N::translate('Children') ?>">
+ <?= view('icons/children') ?>
</th>
<th><?= I18N::translate('Death') ?></th>
- <th>
- <span title="<?= I18N::translate('Anniversary') ?>">
- <?= view('icons/anniversary') ?>
- </span>
+ <th title="<?= I18N::translate('Anniversary') ?>">
+ <?= view('icons/anniversary') ?>
</th>
<th><?= I18N::translate('Age') ?></th>
<th><?= I18N::translate('Place') ?></th>