diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-03-05 07:49:58 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-03-05 07:49:58 +0000 |
| commit | 6fd6cde88b0af0681ba223a45cebb0e30f27a280 (patch) | |
| tree | c77b3e914f7a8c0fb0efcf2140d76a258fdf5571 /app/Module/SourcesTabModule.php | |
| parent | 8c6876aefd0407cf6f2dbb26b33a2e89c1a80cb4 (diff) | |
| download | webtrees-6fd6cde88b0af0681ba223a45cebb0e30f27a280.tar.gz webtrees-6fd6cde88b0af0681ba223a45cebb0e30f27a280.tar.bz2 webtrees-6fd6cde88b0af0681ba223a45cebb0e30f27a280.zip | |
Move help text inline (or remove it)
Diffstat (limited to 'app/Module/SourcesTabModule.php')
| -rw-r--r-- | app/Module/SourcesTabModule.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/Module/SourcesTabModule.php b/app/Module/SourcesTabModule.php index 7d8ff57751..b12fac059f 100644 --- a/app/Module/SourcesTabModule.php +++ b/app/Module/SourcesTabModule.php @@ -57,7 +57,7 @@ class SourcesTabModule extends Module implements ModuleTabInterface { <tr> <td colspan="2" class="descriptionbox rela"> <input id="checkbox_sour2" type="checkbox" <?php echo $WT_TREE->getPreference('SHOW_LEVEL2_NOTES') ? 'checked' : ''; ?> onclick="jQuery('tr.row_sour2').toggle();"> - <label for="checkbox_sour2"><?php echo I18N::translate('Show all sources'), help_link('show_fact_sources'); ?></label> + <label for="checkbox_sour2"><?php echo I18N::translate('Show all sources'); ?></label> </td> </tr> <?php @@ -83,7 +83,6 @@ class SourcesTabModule extends Module implements ModuleTabInterface { <a href="#" onclick="add_new_record('<?php echo $controller->record->getXref(); ?>','SOUR'); return false;"> <?php echo I18N::translate('Add a new source citation'); ?> </a> - <?php echo help_link('add_source'); ?> </td> </tr> <?php |
