WIP: Backup upload

This commit is contained in:
José González 2022-06-10 10:17:53 +02:00
parent 815a737a69
commit eed2030bba
2 changed files with 6 additions and 6 deletions

View File

@ -168,7 +168,7 @@
div#box_online * {
font-size: 16pt;
margin-bottom: 50px;
/*margin-bottom: 50px;*/
}
#box_online .content {
@ -224,9 +224,9 @@ a.update_manager_button:after {
#box_online #pkg_version {
color: #82b92e;
font-size: 75pt;
font-size: 6em;
font-weight: bold;
margin-bottom: 50px;
margin: 35px 0 !important;
}
/* METACONSOLE */

View File

@ -40,10 +40,10 @@
<span class="loading" style="font-size: 18pt; display: none;">
<img src="images/wait.gif">
</span>
<p style="font-weight: 600;">The latest version of package installed is:</p>
<p style="font-weight: 600;margin-top: 3em;"><?php echo __('The latest version of package installed is').':'; ?></p>
<div id="pkg_version"><?php echo $version; ?></div>
<div class="content">
<?php
if (empty($error) !== true) {