diff options
| author | fisharebest <fisharebest@gmail.com> | 2012-04-04 20:25:10 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2012-04-04 20:25:10 +0000 |
| commit | 61ebe033bb7824260165101d4af841e9b20a3215 (patch) | |
| tree | db5c8d07d041926e46dd12dff0304c7b8b434a2c /modules_v3/relatives | |
| parent | 2ffaff2a95c8c379fc2c0882055db5c854d41923 (diff) | |
| download | webtrees-61ebe033bb7824260165101d4af841e9b20a3215.tar.gz webtrees-61ebe033bb7824260165101d4af841e9b20a3215.tar.bz2 webtrees-61ebe033bb7824260165101d4af841e9b20a3215.zip | |
Create new icon classes for media controls. The right-arrow and double-right-arrow are not always appropriate.
Diffstat (limited to 'modules_v3/relatives')
| -rw-r--r-- | modules_v3/relatives/module.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules_v3/relatives/module.php b/modules_v3/relatives/module.php index cddfae91ea..82dbf62c6c 100644 --- a/modules_v3/relatives/module.php +++ b/modules_v3/relatives/module.php @@ -318,7 +318,7 @@ class relatives_WT_Module extends WT_Module implements WT_Module_Tab { <tr> <td class="facts_label"> <?php if (WT_USER_CAN_EDIT && isset($people["children"][1])) { ?> - <a href="#" onclick="reorder_children('<?php echo $family->getXref(); ?>');tabswitch(5);"><i class="icon-reorder"></i> <?php echo WT_I18N::translate('Re-order children'); ?></a> + <a href="#" onclick="reorder_children('<?php echo $family->getXref(); ?>');tabswitch(5);"><i class="icon-media-shuffle"></i> <?php echo WT_I18N::translate('Re-order children'); ?></a> <?php } ?> </td> <td class="facts_value"> |
