event form cleanup backported from trinidad - still need to style the checkboxes

This commit is contained in:
friendica
2015-02-05 19:37:55 -08:00
parent b948fbaeda
commit abcc70722c
4 changed files with 37 additions and 9 deletions

View File

@@ -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 />