From abde26d48828819c837aed3431c2ca7dfef10d19 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Thu, 4 Dec 2025 15:38:19 +0100 Subject: [PATCH] Cosmetic : size of some dialog box --- include/ajax/ajax_card_attribute.php | 2 +- include/class/acc_other_tax_mtable.class.php | 1 + include/class/card_attribut_mtable.class.php | 1 + include/class/currency_mtable.class.php | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/include/ajax/ajax_card_attribute.php b/include/ajax/ajax_card_attribute.php index d48feb9a3..dd2d97587 100644 --- a/include/ajax/ajax_card_attribute.php +++ b/include/ajax/ajax_card_attribute.php @@ -30,7 +30,7 @@ global $g_user; // security if ( $g_user->check_module("C0CARD") == 0 ) { - record_log(new \Exception("C0CARD1: not authorized")); + record_log(new \Exception("C0CARD: not authorized")); return; } diff --git a/include/class/acc_other_tax_mtable.class.php b/include/class/acc_other_tax_mtable.class.php index 0b0054e1d..3b9a310f7 100644 --- a/include/class/acc_other_tax_mtable.class.php +++ b/include/class/acc_other_tax_mtable.class.php @@ -43,6 +43,7 @@ class Acc_Other_Tax_MTable extends Manage_Table_SQL $object->set_col_type("ac_accounting","custom"); $object->set_col_type("ajrn_def_id","custom"); $object->set_property_visible("ajrn_def_id",false); + $object->setCssClass("inner_box2"); return $object; } function input_custom($p_key,$p_value) { diff --git a/include/class/card_attribut_mtable.class.php b/include/class/card_attribut_mtable.class.php index 80e7996fb..c805d523e 100644 --- a/include/class/card_attribut_mtable.class.php +++ b/include/class/card_attribut_mtable.class.php @@ -65,6 +65,7 @@ class Card_Attribut_MTable extends Manage_Table_SQL $this->dossier_id=Dossier::id(); $this->set_order(['ad_id','ad_text',"ad_type","ad_default_order","ad_size","ad_extra","ad_search_followup"]); $this->set_col_sort(1); + $this->setCssClass("inner_box2"); } /** diff --git a/include/class/currency_mtable.class.php b/include/class/currency_mtable.class.php index 72018c977..6f0c0089b 100644 --- a/include/class/currency_mtable.class.php +++ b/include/class/currency_mtable.class.php @@ -62,6 +62,7 @@ class Currency_MTable extends Manage_Table_SQL $this->a_order=array("cr_code_iso", "currency_id", "currency_history_id", "cr_name", "ch_value", "str_from"); $this->set_icon_mod("first"); $this->set_sort_column("cr_code_iso"); + $this->setCssClass("inner_box2"); } /**