From: Michael J. Rubinsky Date: Sun, 8 Feb 2009 23:51:10 +0000 (-0500) Subject: Escape output, attach the autocompleter in the template X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=87129be682a22ced92aab1723544de2b3b380dde;p=horde.git Escape output, attach the autocompleter in the template --- diff --git a/kronolith/new.php b/kronolith/new.php index 98a6433ff..06e2a3186 100644 --- a/kronolith/new.php +++ b/kronolith/new.php @@ -75,6 +75,5 @@ require KRONOLITH_TEMPLATES . '/common-header.inc'; require KRONOLITH_TEMPLATES . '/menu.inc'; require KRONOLITH_TEMPLATES . '/edit/javascript.inc'; require KRONOLITH_TEMPLATES . '/edit/edit.inc'; -Kronolith_Imple::factory('TagAutoCompleter', array('triggerId' => 'tags', 'id' => $event->getUID())); require $registry->get('templates', 'horde') . '/common-footer.inc'; diff --git a/kronolith/templates/edit/edit.inc b/kronolith/templates/edit/edit.inc index 7f7236cb1..5c37d5d02 100644 --- a/kronolith/templates/edit/edit.inc +++ b/kronolith/templates/edit/edit.inc @@ -367,7 +367,7 @@ endif; 'toggle_tags'), $GLOBALS['registry']->getImageDir('horde')) . ' ' . _("Tags") ?> - + @@ -375,12 +375,12 @@ endif; - -
+ +
- + 'tags', 'id' => $event->getUID())); ?>