reverted stuff

This commit is contained in:
messju
2004-04-16 08:03:07 +00:00
parent 729ebe26ed
commit b73d2a7e63
8 changed files with 18 additions and 33 deletions

View File

@@ -99,9 +99,7 @@ function smarty_function_popup($params, &$smarty)
if (empty($trigger)) { $trigger = "onmouseover"; }
$retval = $trigger . '="' . htmlspecialchars(
'return overlib(\''.preg_replace(array("!'!","![\r\n]!"),
array("\'",'\r'),$text).'\'');
$retval = $trigger . '="return overlib(\''.preg_replace(array("!'!","![\r\n]!"),array("\'",'\r'),$text).'\'';
$retval .= $append . ');" onmouseout="nd();"';
return $retval;