aboutsummaryrefslogtreecommitdiffstats
path: root/view/event_form.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/event_form.tpl')
-rw-r--r--view/event_form.tpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/view/event_form.tpl b/view/event_form.tpl
index 7449f845a..6401f16d0 100644
--- a/view/event_form.tpl
+++ b/view/event_form.tpl
@@ -29,6 +29,11 @@ $f_dsel $f_tsel
<div id="event-location-text">$l_text</div>
<textarea id="event-location-textarea" name="location">$l_orig</textarea>
+<input type="checkbox" name="share" value="1" id="event-share-checkbox" $sh_checked /> <div id="event-share-text">$sh_text</div>
+<div id="event-share-break"></div>
+
+$acl
+
<input id="event-submit" type="submit" name="submit" value="$submit" />
</form>