0002452: C0CARD : détail attribut
This commit is contained in:
parent
c505953687
commit
6e976e4a68
4 changed files with 10 additions and 3 deletions
|
|
@ -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;
|
||||||
|
}
|
||||||
|
|
@ -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")
|
||||||
|
|
|
||||||
|
|
@ -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);
|
||||||
|
|
|
||||||
|
|
@ -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>";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue