summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6c9d6e0)
raw | patch | inline | side by side (parent: 6c9d6e0)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 15 Jun 2005 11:17:21 +0000 (11:17 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 15 Jun 2005 11:17:21 +0000 (11:17 +0000) |
html/main.php | patch | blob | history |
diff --git a/html/main.php b/html/main.php
index 40222d053f79160b2461f7e728821301a5d46dac..6e6d4e0ad4fcff4ecf14c7b416f14b6f34a22b5b 100644 (file)
--- a/html/main.php
+++ b/html/main.php
$smarty->assign("help_method", "href='helpviewer.php$plug' target='_new'");
} else {
$smarty->assign("javascript", "true");
- $smarty->assign("help_method","href='' onclick=\"return popup('helpviewer.php$plug')\",'GOsa help')\"");
+ $smarty->assign("help_method","href='' onclick=\"return popup('helpviewer.php$plug','GOsa help');\"");
}
$smarty->assign ("username", $ui->username);