diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css index 22d96b82d..07515935a 100644 --- a/html/css/style-classic7.css +++ b/html/css/style-classic7.css @@ -1306,9 +1306,10 @@ div#wait_box left:30%; top:30%; border:1px solid #00008B; - width: 260px; + width:18%; opacity: 0.8; border-radius: 20px; + min-width:281px; } #wait_box h2 { @@ -3502,6 +3503,7 @@ li.li-active { padding: 0.5rem; color:navy !important; text-decoration: underline; + border-radius: 7px; } .hoverclass-drag { @@ -3513,14 +3515,14 @@ li.li-active { * User's widget list * *********************************************************************************************************************/ + #widget_box_id { - #widget_box_id { - width: 100%; - margin-left: 0px; - margin-right: 0px; - } + width: 100%; + margin-left: 0px; + margin-right: 0px; } + #contain_widget li { padding : 0.75rem; margin:2px; @@ -3637,15 +3639,9 @@ div.widget-full_size { } div.row.odd.hover:hover,div.row.even.hover:hover { background-color: var(--hover) !important; } -h2 { +h2.legend { + background-color: #e4e9ee; color: navy; - background-color: #b2d3d929 !important; - border: solid 1px navy; -} -.super { - font-variant-caps: all-small-caps; - font-family: arial; - font-size: 80%; - vertical-align: super; + border: 1px steelblue solid; } diff --git a/include/class/extension.class.php b/include/class/extension.class.php index 9ce8ef532..24f28425c 100644 --- a/include/class/extension.class.php +++ b/include/class/extension.class.php @@ -52,7 +52,15 @@ class Extension extends Menu_Ref_sql 'MODOP','RAPAV','SAV', 'TOOLPCMN','TOOLS','TRANSFORM', 'TVA'); - + + /************************************************************************** + * Variables from plugin.xml + *************************************************************************/ + var $version; //me_javascript.PHP_EOL; $r .= " me_type" . $this->me_type.PHP_EOL; $r .= " me_descrition_etendue" . $this->me_description_etendue.PHP_EOL; + $r .= " noalyss_version " . $this->noalyss_version.PHP_EOL; + $r .= " version " . $this->version.PHP_EOL; + $r .= " order " . $this->order.PHP_EOL; + $r .= " depend " . $this->depend.PHP_EOL; return "Extension $r"; } diff --git a/include/template/acc_ledger_search-display_list_filter.php b/include/template/acc_ledger_search-display_list_filter.php index 879b3589d..3537e14f5 100644 --- a/include/template/acc_ledger_search-display_list_filter.php +++ b/include/template/acc_ledger_search-display_list_filter.php @@ -53,6 +53,7 @@ for ($i=0;$i<$nb_array;$i++): $a_param['search_opr_jrn']=explode(",",$user_filter->getp("r_jrn")); } $a_param ["date_start"] = $user_filter->getp("date_start"); + $a_param ["date_end"] = $user_filter->getp("date_end"); $a_param ["date_paid_start"] = $user_filter->getp("date_paid_start"); $a_param ["date_paid_end"] = $user_filter->getp("date_paid_end"); /*[search_opdate_start_hidden] => 01.01.2023 diff --git a/include/template/ledger_detail_bottom.php b/include/template/ledger_detail_bottom.php index fcb7671a7..939c3c3de 100644 --- a/include/template/ledger_detail_bottom.php +++ b/include/template/ledger_detail_bottom.php @@ -11,6 +11,7 @@ * Variables : $div = popup or box (det[0-9] * */ +bcscale(2); \Noalyss\Dbg::echo_file(__FILE__); $select_box=new \Select_Box("sb_".$jr_id, _("Autre action")); $select_box->set_position("normal");