diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-05-14 21:20:54 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-05-14 21:21:13 +0100 |
| commit | 9353052e08ef3eb4cf05871a926f9ec2c45ba53b (patch) | |
| tree | 30e9e80f12903ad814999839d5532c2ef5757af3 /app/Module/FamilyTreeStatisticsModule.php | |
| parent | 319667c8b64391445dce731b25cc182f6b429fa5 (diff) | |
| download | webtrees-9353052e08ef3eb4cf05871a926f9ec2c45ba53b.tar.gz webtrees-9353052e08ef3eb4cf05871a926f9ec2c45ba53b.tar.bz2 webtrees-9353052e08ef3eb4cf05871a926f9ec2c45ba53b.zip | |
Remove popup windows for block-configuration
Diffstat (limited to 'app/Module/FamilyTreeStatisticsModule.php')
| -rw-r--r-- | app/Module/FamilyTreeStatisticsModule.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Module/FamilyTreeStatisticsModule.php b/app/Module/FamilyTreeStatisticsModule.php index c9e360d6f9..d7eec9541c 100644 --- a/app/Module/FamilyTreeStatisticsModule.php +++ b/app/Module/FamilyTreeStatisticsModule.php @@ -68,7 +68,7 @@ class FamilyTreeStatisticsModule extends AbstractModule implements ModuleBlockIn $id = $this->getName() . $block_id; $class = $this->getName() . '_block'; if ($ctype === 'gedcom' && Auth::isManager($WT_TREE) || $ctype === 'user' && Auth::check()) { - $title = '<i class="icon-admin" title="' . I18N::translate('Configure') . '" onclick="modalDialog(\'block_edit.php?block_id=' . $block_id . '\', \'' . $this->getTitle() . '\');"></i>'; + $title = '<a class="icon-admin" title="' . I18N::translate('Configure') . '" href="block_edit.php?block_id=' . $block_id . '&ged=' . $WT_TREE->getNameHtml() . '&ctype=' . $ctype . '"></a>'; } else { $title = ''; } |
