aboutsummaryrefslogtreecommitdiffstats
path: root/templates/default/header.tpl
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2007-05-19 16:18:13 +0000
committerJim Hu <jimhu@users.sourceforge.net>2007-05-19 16:18:13 +0000
commitcc3fc71a8aca6cbd6c6263b9b4e08eaebaa52a44 (patch)
treeb58eecf29add350a9be0399f874c640c9a3acc04 /templates/default/header.tpl
parentd2594889e58f17893f8a7dc4477b1723a6faf391 (diff)
downloadphpicalendar-cc3fc71a8aca6cbd6c6263b9b4e08eaebaa52a44.tar.gz
phpicalendar-cc3fc71a8aca6cbd6c6263b9b4e08eaebaa52a44.tar.bz2
phpicalendar-cc3fc71a8aca6cbd6c6263b9b4e08eaebaa52a44.zip
fix bug 1641928 change todo popup to be like event popup
Diffstat (limited to 'templates/default/header.tpl')
-rw-r--r--templates/default/header.tpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/default/header.tpl b/templates/default/header.tpl
index 07837a9..884b5fc 100644
--- a/templates/default/header.tpl
+++ b/templates/default/header.tpl
@@ -18,3 +18,7 @@
<input type="hidden" name="cpath" id="cpath" value="" />
<input type="hidden" name="event_data" id="event_data" value="" />
</form>
+<form name="todoPopupForm" id="todoPopupForm" method="post" action="includes/todo.php" style="display: none;">
+ <input type="hidden" name="todo_data" id="todo_data" value="" />
+ <input type="hidden" name="todo_text" id="todo_text" value="" />
+</form>

© 2014-2024 Faster IT GmbH | imprint | privacy policy