projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f30bcbc
)
Add autocompleter to (non ajax) calendar edit page
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 24 Mar 2009 22:27:29 +0000
(18:27 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 24 Mar 2009 22:38:26 +0000
(18:38 -0400)
kronolith/calendars/edit.php
patch
|
blob
|
history
diff --git
a/kronolith/calendars/edit.php
b/kronolith/calendars/edit.php
index
02d8275
..
341bc13
100644
(file)
--- a/
kronolith/calendars/edit.php
+++ b/
kronolith/calendars/edit.php
@@
-61,3
+61,4
@@
require KRONOLITH_TEMPLATES . '/common-header.inc';
require KRONOLITH_TEMPLATES . '/menu.inc';
echo $form->renderActive($form->getRenderer(), $vars, 'edit.php', 'post');
require $registry->get('templates', 'horde') . '/common-footer.inc';
+Kronolith_Imple::factory('TagAutoCompleter', array('triggerId' => 'tags', 'id' ))