diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2012-02-14 16:19:48 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2012-02-14 16:19:48 +0100 |
commit | 22cfb77173b1093028c1706f6c513a040ad89967 (patch) | |
tree | a47ebd42248204e1bad968eea570e8ffdb50d84f /view/event_form.tpl | |
parent | 8369c243b321a421ea2ab92a49d8995b5724244e (diff) | |
download | volse-hubzilla-22cfb77173b1093028c1706f6c513a040ad89967.tar.gz volse-hubzilla-22cfb77173b1093028c1706f6c513a040ad89967.tar.bz2 volse-hubzilla-22cfb77173b1093028c1706f6c513a040ad89967.zip |
events: first test for full-javascript events calendar
Diffstat (limited to 'view/event_form.tpl')
-rwxr-xr-x | view/event_form.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/event_form.tpl b/view/event_form.tpl index 6de471aca..7d5f8cf4a 100755 --- a/view/event_form.tpl +++ b/view/event_form.tpl @@ -1,7 +1,7 @@ -<h3>$e_text</h3> +<h3>$title</h3> <p> -$e_desc +$desc </p> <form action="$post" method="post" > |