améliore apparence

This commit is contained in:
Dany De Bontridder 2013-08-28 21:25:58 +00:00
parent 437ef784af
commit 545342030c
2 changed files with 3 additions and 3 deletions

View file

@ -31,8 +31,8 @@ class ITextarea extends HtmlInput
{
$this->name=($p_name==null)?$this->name:$p_name;
$this->value=($p_value==null)?$this->value:$p_value;
if ( !isset ($this->style )) $this->style=' style="border:solid blue 1px" ';
$this->id=($this->id=="")?$this->name:$this->id;
if ( !isset ($this->style )) $this->style=' style="border:solid blue 1px" ';
$this->id=($this->id=="")?$this->name:$this->id;
if ( $this->readOnly==true) return $this->display();

View file

@ -935,7 +935,7 @@ class User
if ($p_array == 0)
return $result . " * Aucun dossier *";
$result.="<TABLE id=\"folder\" style=\"width:auto;border-width:0px;border-collapse:collapse;\">";
$result.="<TABLE id=\"folder\" style=\"font-size:154%;width:auto;border-width:0px;border-collapse:collapse;\">";
for ($i = 0; $i < sizeof($p_array); $i++)
{