améliore apparence
This commit is contained in:
parent
437ef784af
commit
545342030c
2 changed files with 3 additions and 3 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
|
|
@ -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++)
|
||||
{
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue