mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch 'ent-10597-pantalla-de-error-de-sistemas-no-mergeados' into 'develop'
Ent 10597 pantalla de error de sistemas no mergeados See merge request artica/pandorafms!5705
This commit is contained in:
commit
38d2d66469
@ -38,6 +38,11 @@ ui_require_css_file('maintenance');
|
|||||||
<br>
|
<br>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
html_print_image(
|
||||||
|
'images/pandora_tinylogo.png',
|
||||||
|
false,
|
||||||
|
['class' => 'responsive flex margn']
|
||||||
|
);
|
||||||
html_print_image(
|
html_print_image(
|
||||||
'images/maintenance.png',
|
'images/maintenance.png',
|
||||||
false,
|
false,
|
||||||
|
@ -38,6 +38,11 @@ ui_require_css_file('maintenance');
|
|||||||
<br>
|
<br>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
html_print_image(
|
||||||
|
'images/pandora_tinylogo.png',
|
||||||
|
false,
|
||||||
|
['class' => 'responsive flex margn']
|
||||||
|
);
|
||||||
html_print_image(
|
html_print_image(
|
||||||
'images/maintenance.png',
|
'images/maintenance.png',
|
||||||
false,
|
false,
|
||||||
|
@ -50,6 +50,11 @@ $data['check_php_version'] = phpversion();
|
|||||||
<br>
|
<br>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
html_print_image(
|
||||||
|
'images/pandora_tinylogo.png',
|
||||||
|
false,
|
||||||
|
['class' => 'responsive flex margn']
|
||||||
|
);
|
||||||
html_print_image(
|
html_print_image(
|
||||||
'images/maintenance.png',
|
'images/maintenance.png',
|
||||||
false,
|
false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user