fixes #1536 no more redirect on other tab when checking version

This commit is contained in:
Matthieu Leproux
2021-10-20 13:53:59 +02:00
parent 37433d659b
commit df11f23a9c
@@ -12,7 +12,7 @@ const unit_MB = "{"%s MB"|@translate}"
<fieldset id="environment">
<legend><span class="icon-television icon-red"></span> {'Environment'|@translate}</legend>
<ul style="font-weight:bold">
<li><a href="{$PHPWG_URL}" class="externalLink">Piwigo</a> {$PWG_VERSION} <a href="{$U_CHECK_UPGRADE}" class="icon-arrows-cw">{'Check for upgrade'|@translate}</a></li>
<li><a href="{$PHPWG_URL}" class="externalLink">Piwigo</a> {$PWG_VERSION} <a href="{$U_CHECK_UPGRADE}&tab=env" class="icon-arrows-cw">{'Check for upgrade'|@translate}</a></li>
<li>{'Operating system'|@translate}: {$OS}</li>
<li>PHP: {$PHP_VERSION} (<a href="{$U_PHPINFO}" class="externalLink">{'Show info'|@translate}</a>) [{$PHP_DATATIME}]</li>
<li>{$DB_ENGINE}: {$DB_VERSION} [{$DB_DATATIME}]</li>