diff options
author | friendica <info@friendica.com> | 2015-02-05 19:37:55 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-05 19:37:55 -0800 |
commit | abcc70722c3577e63b53fcd3acf19d2916d810df (patch) | |
tree | aaed8f7025fa9591080045c313085de17761636b /view/tpl | |
parent | b948fbaeda84f4358722222b4a2d5555ef10b82e (diff) | |
download | volse-hubzilla-abcc70722c3577e63b53fcd3acf19d2916d810df.tar.gz volse-hubzilla-abcc70722c3577e63b53fcd3acf19d2916d810df.tar.bz2 volse-hubzilla-abcc70722c3577e63b53fcd3acf19d2916d810df.zip |
event form cleanup backported from trinidad - still need to style the checkboxes
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/event_form.tpl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/view/tpl/event_form.tpl b/view/tpl/event_form.tpl index 2479068f3..1cea156dd 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 /> |