diff options
author | git-marijus <mario@mariovavti.com> | 2016-05-06 21:43:59 +0200 |
---|---|---|
committer | git-marijus <mario@mariovavti.com> | 2016-05-06 21:43:59 +0200 |
commit | 7f974a543f1b3d37153d33f0639006d4cc82de2b (patch) | |
tree | 9aa6e9fd61391959e4b57563a68e414a6935c230 /view/tpl/event_form.tpl | |
parent | b08fc746d81e9e486988439ae9a51918e9f9ee37 (diff) | |
parent | e9e2159b3b1a884ee1dccd5c3844a2812593020e (diff) | |
download | volse-hubzilla-7f974a543f1b3d37153d33f0639006d4cc82de2b.tar.gz volse-hubzilla-7f974a543f1b3d37153d33f0639006d4cc82de2b.tar.bz2 volse-hubzilla-7f974a543f1b3d37153d33f0639006d4cc82de2b.zip |
Merge pull request #369 from Treer/fontawesome
update two Font Awesome icons
Diffstat (limited to 'view/tpl/event_form.tpl')
-rwxr-xr-x | view/tpl/event_form.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/event_form.tpl b/view/tpl/event_form.tpl index 5cf660b3b..fbeec9aa3 100755 --- a/view/tpl/event_form.tpl +++ b/view/tpl/event_form.tpl @@ -116,7 +116,7 @@ <div class="btn-group pull-right"> <button id="event-edit-preview-btn" class="btn btn-default" type="button" title="{{$preview}}" onclick="doEventPreview();"><i class="fa fa-eye" ></i></button> {{if ! $eid}} - <button id="dbtn-acl" class="btn btn-default" type="button" data-toggle="modal" data-target="#aclModal" title="{{$permissions}}"><i id="jot-perms-icon"></i></button> + <button id="dbtn-acl" class="btn btn-default" type="button" data-toggle="modal" data-target="#aclModal" title="{{$permissions}}"><i id="jot-perms-icon" class="fa"></i></button> {{/if}} <button id="event-submit" class="btn btn-primary" type="submit" name="submit">{{$submit}}</button> </div> |