aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-01-29 20:09:48 -0800
committerfriendica <info@friendica.com>2015-01-29 20:09:48 -0800
commit4a243b63f7019a1e56ecf03b138cd7fc396236c2 (patch)
treea313e774b33a0310df56c246654266e75dda4d81 /view/tpl
parent912be23e1627211fb417c4b7bced414cbbe38ef0 (diff)
downloadvolse-hubzilla-4a243b63f7019a1e56ecf03b138cd7fc396236c2.tar.gz
volse-hubzilla-4a243b63f7019a1e56ecf03b138cd7fc396236c2.tar.bz2
volse-hubzilla-4a243b63f7019a1e56ecf03b138cd7fc396236c2.zip
cleanup event form and various required indicators on inputs
Diffstat (limited to 'view/tpl')
-rwxr-xr-xview/tpl/event_form.tpl5
1 files changed, 4 insertions, 1 deletions
diff --git a/view/tpl/event_form.tpl b/view/tpl/event_form.tpl
index a4717415e..dbad6579e 100755
--- a/view/tpl/event_form.tpl
+++ b/view/tpl/event_form.tpl
@@ -14,9 +14,12 @@
<input type="hidden" name="mid" value="{{$mid}}" />
<div id="event-summary-text">{{$t_text}}</div>
-<input type="text" id="event-summary" name="summary" value="{{$t_orig}}" />
+<input type="text" id="event-summary" name="summary" value="{{$t_orig}}" />{{$required}}
+
+<div class="clear"></div>
<div id="event-start-text">{{$s_text}}</div>
+
{{$s_dsel}}
<div class="clear"></div><br />