aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/events_tools_side.tpl
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-03-26 14:40:20 -0700
committerzotlabs <mike@macgirvin.com>2017-03-26 14:40:20 -0700
commit5cbf60320355845e2abdec0422055d3fe321e84e (patch)
tree76f88c1ef52a9f05582e0b3fac4267ab3683db73 /view/tpl/events_tools_side.tpl
parentdc59817a9d683d9a262397f3b4d6909e44779847 (diff)
parentc327b00efa7807374776a341a7cec4023f61497b (diff)
downloadvolse-hubzilla-5cbf60320355845e2abdec0422055d3fe321e84e.tar.gz
volse-hubzilla-5cbf60320355845e2abdec0422055d3fe321e84e.tar.bz2
volse-hubzilla-5cbf60320355845e2abdec0422055d3fe321e84e.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'view/tpl/events_tools_side.tpl')
-rwxr-xr-xview/tpl/events_tools_side.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/events_tools_side.tpl b/view/tpl/events_tools_side.tpl
index bc6f09ae8..e22f95c1e 100755
--- a/view/tpl/events_tools_side.tpl
+++ b/view/tpl/events_tools_side.tpl
@@ -8,7 +8,7 @@
<div class="sub-menu">
<form action="events" enctype="multipart/form-data" method="post" name="event-upload-form" id="event-upload-form">
<div class="form-group">
- <input id="event-upload-choose" class="form-control-file w100" type="file" name="userfile" />
+ <input id="event-upload-choose" class="form-control-file w-100" type="file" name="userfile" />
</div>
<button id="dbtn-submit" class="btn btn-primary btn-sm" type="submit" name="submit" >{{$submit}}</button>
</form>