diff options
author | friendica <info@friendica.com> | 2012-01-25 13:42:06 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-01-25 13:42:06 -0800 |
commit | d2a9341128efb4e2952acc3d59e7716471ffdee0 (patch) | |
tree | c075536a52f6ccad6ca52d614da17f5a50974bbf /view/event_form.tpl | |
parent | a24a383dab03b313598c56cec5c83cbb9ca62595 (diff) | |
download | volse-hubzilla-d2a9341128efb4e2952acc3d59e7716471ffdee0.tar.gz volse-hubzilla-d2a9341128efb4e2952acc3d59e7716471ffdee0.tar.bz2 volse-hubzilla-d2a9341128efb4e2952acc3d59e7716471ffdee0.zip |
new event current date off by one, submit button misplaced
Diffstat (limited to 'view/event_form.tpl')
-rwxr-xr-x | view/event_form.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/event_form.tpl b/view/event_form.tpl index 5f3510bef..6de471aca 100755 --- a/view/event_form.tpl +++ b/view/event_form.tpl @@ -38,6 +38,7 @@ $f_dsel $f_tsel $acl +<div class="clear"></div> <input id="event-submit" type="submit" name="submit" value="$submit" /> </form> |