mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
WIP: Backup upload
This commit is contained in:
parent
815a737a69
commit
eed2030bba
@ -168,7 +168,7 @@
|
|||||||
|
|
||||||
div#box_online * {
|
div#box_online * {
|
||||||
font-size: 16pt;
|
font-size: 16pt;
|
||||||
margin-bottom: 50px;
|
/*margin-bottom: 50px;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
#box_online .content {
|
#box_online .content {
|
||||||
@ -224,9 +224,9 @@ a.update_manager_button:after {
|
|||||||
|
|
||||||
#box_online #pkg_version {
|
#box_online #pkg_version {
|
||||||
color: #82b92e;
|
color: #82b92e;
|
||||||
font-size: 75pt;
|
font-size: 6em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-bottom: 50px;
|
margin: 35px 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* METACONSOLE */
|
/* METACONSOLE */
|
||||||
|
@ -40,10 +40,10 @@
|
|||||||
<span class="loading" style="font-size: 18pt; display: none;">
|
<span class="loading" style="font-size: 18pt; display: none;">
|
||||||
<img src="images/wait.gif">
|
<img src="images/wait.gif">
|
||||||
</span>
|
</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 id="pkg_version"><?php echo $version; ?></div>
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<?php
|
<?php
|
||||||
if (empty($error) !== true) {
|
if (empty($error) !== true) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user