correct HtmlInput::card_detail corrige style personnalisé
This commit is contained in:
parent
636371c255
commit
90066a9bb1
1 changed files with 3 additions and 3 deletions
|
|
@ -444,10 +444,10 @@ class HtmlInput
|
|||
*/
|
||||
static function card_detail($p_qcode,$pname='',$p_style="")
|
||||
{
|
||||
if ($pname=='')$pname=$p_qcode;
|
||||
//if ($pname=='')$pname=$p_qcode;
|
||||
$r="";
|
||||
$r.=sprintf('<a href="javascript:void(0)" onclick="fill_ipopcard({qcode:\'%s\'})">%s[%s]</a %s>',
|
||||
$p_qcode,$pname,$p_qcode,$p_style);
|
||||
$r.=sprintf('<a href="javascript:void(0)" %s onclick="fill_ipopcard({qcode:\'%s\'})">%s [%s]</a>',
|
||||
$p_style,$p_qcode,$pname,$p_qcode);
|
||||
return $r;
|
||||
}
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue