projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d06a195
)
typo
author
Jan Schneider
<jan@horde.org>
Mon, 3 Aug 2009 21:52:04 +0000
(23:52 +0200)
committer
Jan Schneider
<jan@horde.org>
Mon, 3 Aug 2009 21:52:04 +0000
(23:52 +0200)
kronolith/lib/Kronolith.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Kronolith.php
b/kronolith/lib/Kronolith.php
index
28c3240
..
54a00a8
100644
(file)
--- a/
kronolith/lib/Kronolith.php
+++ b/
kronolith/lib/Kronolith.php
@@
-1893,7
+1893,7
@@
class Kronolith
/* Print. */
if ($conf['menu']['print'] && ($view = Horde_Util::nonInputVar('view'))) {
- Horde::addScriptFile
s
('popup.js', 'horde', true);
+ Horde::addScriptFile('popup.js', 'horde', true);
$menu->add(Horde_Util::addParameter($view->link(), 'print', 1), _("_Print"), 'print.png', $registry->getImageDir('horde'), '_blank', 'Horde.popup({ url: kronolithPrintLink ? kronolithPrintLink : this.href });return false;', '__noselection');
}