diff options
author | Friendika <info@friendika.com> | 2011-06-14 19:48:37 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-06-14 19:48:37 -0700 |
commit | 5105b3febc5619541a7a97032def5922690e9c02 (patch) | |
tree | 4bde6f06858f92c76c8079b3cf6145bc8ab41c69 /view/event_form.tpl | |
parent | a62d33dd48cee5326819b6620313869869d9e87a (diff) | |
download | volse-hubzilla-5105b3febc5619541a7a97032def5922690e9c02.tar.gz volse-hubzilla-5105b3febc5619541a7a97032def5922690e9c02.tar.bz2 volse-hubzilla-5105b3febc5619541a7a97032def5922690e9c02.zip |
event calendar links, editing
Diffstat (limited to 'view/event_form.tpl')
-rw-r--r-- | view/event_form.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/event_form.tpl b/view/event_form.tpl index 6401f16d0..5f3510bef 100644 --- a/view/event_form.tpl +++ b/view/event_form.tpl @@ -6,6 +6,10 @@ $e_desc <form action="$post" method="post" > +<input type="hidden" name="event_id" value="$eid" /> +<input type="hidden" name="cid" value="$cid" /> +<input type="hidden" name="uri" value="$uri" /> + <div id="event-start-text">$s_text</div> $s_dsel $s_tsel |