diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css index 72df0db79..59f2f1ab4 100644 --- a/html/css/style-classic7.css +++ b/html/css/style-classic7.css @@ -3847,6 +3847,7 @@ h2.h-section { .nav-level3 .nav-link.active::after { background-color:yellow; } + /*** * Animate menu * @@ -3901,18 +3902,23 @@ h2.h-section { * Info after UpgradeCore */ #info_admin { - font-size:140%; + font-size: 140%; text-align: center; background-color: red; - display:block; - position:fixed; - top:15rem; - left:15%; + display: block; + position: fixed; + top: 15rem; + left: 15%; width: 70%; - padding:2.5em; - border-radius:0.5em; - scale:1.1; + padding: 2.5em; + border-radius: 0.5em; + scale: 1.1; color: ghostwhite; opacity: 0.9; + } + .text-70 { + font-size:70% !important; + vertical-align: super; + } \ No newline at end of file diff --git a/include/balance.inc.php b/include/balance.inc.php index e8e17307c..fde6ca91f 100644 --- a/include/balance.inc.php +++ b/include/balance.inc.php @@ -190,6 +190,14 @@ echo '
'; echo ''; echo _("Avec la balance de l'année précédente")." ".$previous_exc->input(); echo '
'; +echo ''; +echo _('Indiquer le type de poste'); +echo '',_("actif, passif,charge,..."),''; +// var $type_account int value 0 => no shown, 1=> show it +$type_account=new ICheckBox('type_account',1); +if ($http->request('type_account','string',0)==1) $type_account->selected=true; +echo $type_account->input(); +echo '
'; echo ''; ?>