mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 13:24:25 -07:00
Fixed syntax errors
This commit is contained in:
parent
f42face68d
commit
bf7058f8b6
51 changed files with 356 additions and 376 deletions
|
@ -1,6 +1,6 @@
|
|||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 14px 10px">
|
||||
<td class="wrapper">
|
||||
<div class="submenu-button-block">
|
||||
<button class="submenu-button-main" onclick="location.href='/schedule/backup/'"> <?php print __('Create Backup');?> </button>
|
||||
</div>
|
||||
|
@ -92,7 +92,7 @@
|
|||
<table>
|
||||
<tr>
|
||||
<td class="chart1" style="padding: 4px 0 0 0"><?php print __('Backup Size');?>: <?php echo humanize_usage($data[$key]['SIZE']) ?>
|
||||
<div style="width:160px; height:6px; font-size:0;background-color:#c7d5b3;">
|
||||
<div style="width:160px; height:6px; font-size:0;background-color:#ddd;">
|
||||
<div style="width:100%; height:6px; background-color:#9bbb62; border-right:1px #9bbb62 solid;"></div>
|
||||
</div>
|
||||
</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue