diff --git a/setup/class_setupStepChecks.inc b/setup/class_setupStepChecks.inc index 66dbe033b93b201c15c648bfbdbb1c0cb29b0d07..847f8c2f43e70bc8db593c4a8b7d9fb335d0d0e1 100644 --- a/setup/class_setupStepChecks.inc +++ b/setup/class_setupStepChecks.inc @@ -34,7 +34,7 @@ class setupStepChecks extends setupStep ) ), 'setup' => array( - 'name' => _('PHP setup configuration (<a href="?info" target="_blank">show information</a>)'), + 'name' => _('PHP setup configuration'), 'template' => get_template_path("setup_checks.tpl", TRUE, dirname(__FILE__)), 'attrs' => array( new FakeAttribute('config_checks') diff --git a/setup/setup_checks.tpl b/setup/setup_checks.tpl index 80776db1c243919eb69e191e9c62e2353ef1bdf7..d9d208fbc0298b296194aeaa48119b6de83ed678 100644 --- a/setup/setup_checks.tpl +++ b/setup/setup_checks.tpl @@ -1,6 +1,8 @@ <div id="{$sectionId}" class="plugin-section"> <span class="legend"> {$section} + - + <a href="?info" target="_blank">{t}show information{/t}</a> </span> <div> {foreach from=$attributes item=infos}