From 6e976e4a68b24ca14b70152f9c619d2c8fda30ee Mon Sep 17 00:00:00 2001 From: sparkyx Date: Thu, 30 Apr 2026 18:15:30 +0200 Subject: [PATCH] =?UTF-8?q?0002452:=20C0CARD=20:=20d=C3=A9tail=20attribut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/css/style-classic7.css | 7 +++++++ include/ajax/ajax_card_attribute.php | 2 +- include/constant.php | 2 +- include/lib/manage_table_sql.class.php | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css index 917887c52..f18905bde 100644 --- a/html/css/style-classic7.css +++ b/html/css/style-classic7.css @@ -4391,3 +4391,10 @@ span.nb-round { .field_follow_up { background-color: var(--bg-white); } + +.inner_box textarea.itextarea, +.inner_box2 textarea.itextarea +{ + width:100%; + margin:0; +} \ No newline at end of file diff --git a/include/ajax/ajax_card_attribute.php b/include/ajax/ajax_card_attribute.php index dd2d97587..fedd227a5 100644 --- a/include/ajax/ajax_card_attribute.php +++ b/include/ajax/ajax_card_attribute.php @@ -42,7 +42,7 @@ try } catch (Exception $ex) { - record_log("ACA01".$ex->getMessage().$ex->getTraceAsString()); + record_log($ex); } if ($action=="enable_search") diff --git a/include/constant.php b/include/constant.php index fdbd0fbd1..cf9d44c1a 100644 --- a/include/constant.php +++ b/include/constant.php @@ -25,7 +25,7 @@ global $version_noalyss; // version -define('NOALYSS_VERSION', 10100 ); +define('NOALYSS_VERSION', 10200 ); // Database schema version define("DBVERSION", 207); diff --git a/include/lib/manage_table_sql.class.php b/include/lib/manage_table_sql.class.php index aeac50ed1..479cb7103 100644 --- a/include/lib/manage_table_sql.class.php +++ b/include/lib/manage_table_sql.class.php @@ -1180,7 +1180,7 @@ function check() function input() { $nb_order=count($this->a_order); - echo ""; + echo "
"; for ($i=0; $i<$nb_order; $i++) { echo "";