0002452: C0CARD : détail attribut

This commit is contained in:
sparkyx 2026-04-30 18:15:30 +02:00
parent c505953687
commit 6e976e4a68
4 changed files with 10 additions and 3 deletions

View file

@ -4391,3 +4391,10 @@ span.nb-round {
.field_follow_up { .field_follow_up {
background-color: var(--bg-white); background-color: var(--bg-white);
} }
.inner_box textarea.itextarea,
.inner_box2 textarea.itextarea
{
width:100%;
margin:0;
}

View file

@ -42,7 +42,7 @@ try
} }
catch (Exception $ex) catch (Exception $ex)
{ {
record_log("ACA01".$ex->getMessage().$ex->getTraceAsString()); record_log($ex);
} }
if ($action=="enable_search") if ($action=="enable_search")

View file

@ -25,7 +25,7 @@
global $version_noalyss; global $version_noalyss;
// version // version
define('NOALYSS_VERSION', 10100 ); define('NOALYSS_VERSION', 10200 );
// Database schema version // Database schema version
define("DBVERSION", 207); define("DBVERSION", 207);

View file

@ -1180,7 +1180,7 @@ function check()
function input() function input()
{ {
$nb_order=count($this->a_order); $nb_order=count($this->a_order);
echo "<table>"; echo "<table style=\"width:100%\">";
for ($i=0; $i<$nb_order; $i++) for ($i=0; $i<$nb_order; $i++)
{ {
echo "<tr>"; echo "<tr>";