test attributezwiico lors de l'installation
This commit is contained in:
parent
29d696bdb4
commit
b4f9ac45a7
@ -21,7 +21,7 @@
|
|||||||
border-radius: 5px !important;
|
border-radius: 5px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#site, p, div, label, select, input, table, span {
|
#site, p, div:not(.message, [attribute*="zwiico"]), label, select, input, table, span {
|
||||||
background-color: rgba(255, 255, 255, 1) !important;
|
background-color: rgba(255, 255, 255, 1) !important;
|
||||||
color: rgba(33, 34, 35, 1) !important;
|
color: rgba(33, 34, 35, 1) !important;
|
||||||
}
|
}
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
<?php echo helper::translate('4/4 : Configuration...'); ?>
|
<?php echo helper::translate('4/4 : Configuration...'); ?>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div id="installUpdateError" class="colorRed displayNone">
|
<div id="installUpdateError" class="message colorRed displayNone">
|
||||||
<?php echo template::ico('cancel'); ?>
|
<?php echo template::ico('cancel'); ?>
|
||||||
<strong>
|
<strong>
|
||||||
<?php echo helper::translate('Une erreur est survenue lors de l\'étape :'); ?>
|
<?php echo helper::translate('Une erreur est survenue lors de l\'étape :'); ?>
|
||||||
@ -35,7 +35,7 @@
|
|||||||
<span id="installUpdateErrorStep"> </span>.
|
<span id="installUpdateErrorStep"> </span>.
|
||||||
</strong>
|
</strong>
|
||||||
</div>
|
</div>
|
||||||
<div id="installUpdateSuccess" class="colorGreen displayNone">
|
<div id="installUpdateSuccess" class="message colorGreen displayNone">
|
||||||
<?php echo template::ico('check'); ?>
|
<?php echo template::ico('check'); ?>
|
||||||
<?php echo helper::translate('Mise à jour terminée avec succès.'); ?>
|
<?php echo helper::translate('Mise à jour terminée avec succès.'); ?>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user