Merge branch 'ent-7474-boton-descolocado-en-modal-de-update-online-open' into 'develop'

fixed visual error with update manager online open

See merge request artica/pandorafms!4105
This commit is contained in:
Daniel Rodriguez 2021-05-27 16:17:47 +00:00
commit f93ff84123
2 changed files with 8 additions and 3 deletions

View File

@ -192,15 +192,15 @@ if (check_login()) {
echo "
</div>
<div class='right height_30px'>
</div>
<div class='btn_update_online_open height_30px'>
<div class='modalokbutton cerrar'>
<span class='modalokbuttontext'>OK</span>
</div>";
if ($open) {
echo "<div class='modalgobutton gopandora'>
<span class='modalgobuttontext'>About Enterprise</span>
</div>";
</div></div>";
}
}

View File

@ -8511,3 +8511,8 @@ div.stat-win-spinner img {
width: 100px !important;
margin-left: 20px;
}
.btn_update_online_open {
float: right;
margin-bottom: 20px;
}