Cosmetic
This commit is contained in:
parent
789f073f5d
commit
be0de15511
4 changed files with 37 additions and 13 deletions
|
|
@ -221,6 +221,12 @@ class HtmlInput
|
|||
{
|
||||
if ($p_id=="")
|
||||
$p_id=$p_name;
|
||||
if ( DEBUGNOALYSS > 2) {
|
||||
return '<span style="font-size:80%;color:blue;background-color:lightgoldenrodyellow">'.
|
||||
$p_id .
|
||||
'= <INPUT TYPE="text" id="'.strip_tags($p_id).'" NAME="'.$p_name.'" VALUE="'.strip_tags($p_value).'" style="color:blue;font-size:80%">'.
|
||||
'</span>';
|
||||
}else
|
||||
return '<INPUT TYPE="hidden" id="'.strip_tags($p_id).'" NAME="'.$p_name.'" VALUE="'.strip_tags($p_value).'">';
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue