aboutsummaryrefslogtreecommitdiffstats
path: root/view/event_form.tpl
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-06-09 21:23:45 -0700
committerFriendika <info@friendika.com>2011-06-09 21:23:45 -0700
commitb857a49bfeecc91eaa5a09c9b9ded5b84516bc6e (patch)
tree452fb8eb35e20d5107d692530e17fdfafa92e728 /view/event_form.tpl
parent8aaf55c1e6216f1221569e7087bcdd1000124d5f (diff)
downloadvolse-hubzilla-b857a49bfeecc91eaa5a09c9b9ded5b84516bc6e.tar.gz
volse-hubzilla-b857a49bfeecc91eaa5a09c9b9ded5b84516bc6e.tar.bz2
volse-hubzilla-b857a49bfeecc91eaa5a09c9b9ded5b84516bc6e.zip
event publish
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>