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 | |
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
-rwxr-xr-x | view/tpl/event_form.tpl | 2 | ||||
-rwxr-xr-x | view/tpl/settings.tpl | 2 |
2 files changed, 2 insertions, 2 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> diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl index ab5b2f93c..8157196ac 100755 --- a/view/tpl/settings.tpl +++ b/view/tpl/settings.tpl @@ -71,7 +71,7 @@ </div><!-- /.modal --> {{/if}} <div id="settings-default-perms" class="form-group" > - <button type="button" class="btn btn-default" data-toggle="modal" data-target="#aclModal"><i id="jot-perms-icon"></i> {{$permissions}}</button> + <button type="button" class="btn btn-default" data-toggle="modal" data-target="#aclModal"><i id="jot-perms-icon" class="fa"></i> {{$permissions}}</button> {{$aclselect}} </div> {{$group_select}} |