add draft status to events

This commit is contained in:
Milan
2018-01-25 21:25:13 +01:00
parent 6222e2a63f
commit 4bbaa23c27
15 changed files with 104 additions and 40 deletions

View File

@@ -352,6 +352,12 @@
<TMPL_IF rerun><TMPL_VAR .loc.label_rerun></TMPL_IF>
</TMPL_IF>
<TMPL_IF .allow.update_event_status_draft>
<input type="checkbox" name="draft" <TMPL_IF draft>checked="checked" value="1"<TMPL_ELSE>value="0"</TMPL_IF> > <TMPL_VAR .loc.label_draft>
<TMPL_ELSE>
<TMPL_IF draft><TMPL_VAR .loc.label_draft></TMPL_IF>
</TMPL_IF>
<TMPL_IF .allow.update_event_status_disable_event_sync>
<input type="hidden" name="disable_event_sync" value="1">
<!--