New upstream version 0.6.27

This commit is contained in:
geos_one
2025-08-06 18:11:51 +02:00
parent a6b4158f1f
commit 56a986c0ba
563 changed files with 45811 additions and 35282 deletions

View File

@@ -1,19 +1,21 @@
<div style="padding:4px">
<div style="display: table; margin: 0 auto;">
<table class="body">
<tr valign="top">
<td>
<div class="left ui-widget-content ui-corner-all" align="center">
<?php if (!empty($icon_box)) {
echo $icon_box;
} ?>
<table class="body">
<tr valign="top">
<td>
<div class="left ui-widget-content ui-corner-all" align="center">
<?php if (!empty($icon_box)) {
echo $icon_box;
} ?>
<?php if (!empty($graph_content)) {
echo $graph_content;
} ?>
</div>
</td>
</tr>
</table>
<?php
if (!empty($graph_content)) {
echo $graph_content;
}
?>
</div>
</td>
</tr>
</table>
</div>
</div>