Quote:
Originally Posted by EGY-+++++
well it work with me good
i'll check it again
|
Hello!
Found one error in your prduct xml file!
fixed and installed again and now work fine!
PHP Code:
//[info]
function handle_info(&$parser, $param, $option)
{
return '<table class="tborder" cellpadding="3" cellspacing="3" border="1" border="0" width="98%" align="Left"><tr><td class="thead" align="left">Note : </td></tr><tr><td bgcolor="#FFFFFF" valign="top" style="color: #000000; border: 1px solid #000000" align="left"><img border="0" src="mwaextraedit2/buttons/info1.gif" align="left">' . $param . '</td></tr></table>';
}
$tag_list['no_option']['info'] = array
(
'callback' => 'handle_external',
'external_callback' => 'handle_info',
'strip_empty' => true,
);
First word "
Left" i changed to "
center" and now is ok!
regards
macc