aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/event_form.tpl
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-08-20 16:49:13 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-08-20 16:49:13 -0700
commit6590ca02de462acd141e1f890aff36877adafa80 (patch)
tree51a1238120008548a5fc1b4d72f3e16820af899c /view/tpl/event_form.tpl
parenta322254f2aa02f662667eeb0bdd4e8646cd029c2 (diff)
downloadvolse-hubzilla-6590ca02de462acd141e1f890aff36877adafa80.tar.gz
volse-hubzilla-6590ca02de462acd141e1f890aff36877adafa80.tar.bz2
volse-hubzilla-6590ca02de462acd141e1f890aff36877adafa80.zip
some event related fixes and some base work for implementing native tasks (to-do lists); which should already be importable and exportable.
Diffstat (limited to 'view/tpl/event_form.tpl')
-rwxr-xr-xview/tpl/event_form.tpl9
1 files changed, 1 insertions, 8 deletions
diff --git a/view/tpl/event_form.tpl b/view/tpl/event_form.tpl
index d2562f080..15505397b 100755
--- a/view/tpl/event_form.tpl
+++ b/view/tpl/event_form.tpl
@@ -12,6 +12,7 @@
<input type="hidden" name="event_hash" value="{{$event_hash}}" />
<input type="hidden" name="xchan" value="{{$xchan}}" />
<input type="hidden" name="mid" value="{{$mid}}" />
+<input type="hidden" name="type" value="{{$type}}" />
<input type="hidden" name="preview" id="event-edit-preview" value="0" />
<div id="event-summary-text">{{$t_text}}</div>
@@ -92,14 +93,6 @@
</div>
</div>
-
-<!-- <div class="btn-group pull-right" id="comment-edit-submit-wrapper-desc">
- {{if $preview}}
- <button id="comment-edit-submit-desc" class="btn btn-default btn-xs" onclick="preview_comment(desc); return false;" title="{{$preview}}">
- <i class="icon-eye-open comment-icon" ></i>
- </button>
- {{/if}}
--->
</div>
<div class="clear"></div>