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>
|
||||
|
||||
<?php
|
||||
html_print_image(
|
||||
'images/pandora_tinylogo.png',
|
||||
false,
|
||||
['class' => 'responsive flex margn']
|
||||
);
|
||||
html_print_image(
|
||||
'images/maintenance.png',
|
||||
false,
|
||||
|
|
|
@ -38,6 +38,11 @@ ui_require_css_file('maintenance');
|
|||
<br>
|
||||
|
||||
<?php
|
||||
html_print_image(
|
||||
'images/pandora_tinylogo.png',
|
||||
false,
|
||||
['class' => 'responsive flex margn']
|
||||
);
|
||||
html_print_image(
|
||||
'images/maintenance.png',
|
||||
false,
|
||||
|
|
|
@ -50,6 +50,11 @@ $data['check_php_version'] = phpversion();
|
|||
<br>
|
||||
|
||||
<?php
|
||||
html_print_image(
|
||||
'images/pandora_tinylogo.png',
|
||||
false,
|
||||
['class' => 'responsive flex margn']
|
||||
);
|
||||
html_print_image(
|
||||
'images/maintenance.png',
|
||||
false,
|
||||
|
|
Loading…
Reference in New Issue