mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
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:
commit
f93ff84123
@ -192,15 +192,15 @@ if (check_login()) {
|
|||||||
echo "
|
echo "
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class='right height_30px'>
|
<div class='btn_update_online_open height_30px'>
|
||||||
</div>
|
|
||||||
<div class='modalokbutton cerrar'>
|
<div class='modalokbutton cerrar'>
|
||||||
<span class='modalokbuttontext'>OK</span>
|
<span class='modalokbuttontext'>OK</span>
|
||||||
</div>";
|
</div>";
|
||||||
if ($open) {
|
if ($open) {
|
||||||
echo "<div class='modalgobutton gopandora'>
|
echo "<div class='modalgobutton gopandora'>
|
||||||
<span class='modalgobuttontext'>About Enterprise</span>
|
<span class='modalgobuttontext'>About Enterprise</span>
|
||||||
</div>";
|
</div></div>";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -8511,3 +8511,8 @@ div.stat-win-spinner img {
|
|||||||
width: 100px !important;
|
width: 100px !important;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn_update_online_open {
|
||||||
|
float: right;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user