projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a4e1e9
)
ws
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 29 Jan 2009 19:51:54 +0000
(14:51 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 29 Jan 2009 22:39:52 +0000
(17:39 -0500)
kronolith/lib/Views/EditEvent.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Views/EditEvent.php
b/kronolith/lib/Views/EditEvent.php
index
73dd679
..
45abb45
100644
(file)
--- a/
kronolith/lib/Views/EditEvent.php
+++ b/
kronolith/lib/Views/EditEvent.php
@@
-103,6
+103,7
@@
class Kronolith_View_EditEvent {
$tagger = new Kronolith_Tagger();
$tags = $tagger->getTags($event->getUID(), 'event');
$tags = implode(',', array_values($tags));
+
echo '<div id="EditEvent"' . ($active ? '' : ' style="display:none"') . '>';
require KRONOLITH_TEMPLATES . '/edit/javascript.inc';
require KRONOLITH_TEMPLATES . '/edit/edit.inc';