diff options
author | Mario <mario@mariovavti.com> | 2024-08-02 08:06:15 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-08-02 08:06:15 +0000 |
commit | 3d3fcd7334dc9123005d7d736b1a243113d67902 (patch) | |
tree | 414836146cfdc1f0d3736f0bd8a2b1251fa51768 /view/tpl/mitemedit.tpl | |
parent | 61c03e4b4e1afd7593a57119198dd38845485887 (diff) | |
download | volse-hubzilla-3d3fcd7334dc9123005d7d736b1a243113d67902.tar.gz volse-hubzilla-3d3fcd7334dc9123005d7d736b1a243113d67902.tar.bz2 volse-hubzilla-3d3fcd7334dc9123005d7d736b1a243113d67902.zip |
fa2bi: some sed woodoo on templates and manual fixes in js and php files
Diffstat (limited to 'view/tpl/mitemedit.tpl')
-rw-r--r-- | view/tpl/mitemedit.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/mitemedit.tpl b/view/tpl/mitemedit.tpl index c973e8cbd..77260576a 100644 --- a/view/tpl/mitemedit.tpl +++ b/view/tpl/mitemedit.tpl @@ -25,10 +25,10 @@ <div class="float-end mb-3"> <div class="btn-group"> <button id="dbtn-acl" class="btn btn-outline-secondary btn-sm" data-bs-toggle="modal" data-bs-target="#aclModal" onclick="return false;"> - <i id="jot-perms-icon" class="fa fa-{{$lockstate}}"></i> + <i id="jot-perms-icon" class="bi bi-{{$lockstate}}"></i> </button> {{if $submit_more}} - <button class="btn btn-primary btn-sm" type="submit" name="submit-more" value="{{$submit_more}}">{{$submit_more}} <i class="fa fa-caret-right"></i></button> + <button class="btn btn-primary btn-sm" type="submit" name="submit-more" value="{{$submit_more}}">{{$submit_more}} <i class="bi bi-caret-right"></i></button> {{/if}} <button class="btn btn-primary btn-sm" type="submit" name="submit" value="{{$submit}}">{{$submit}}</button> </div> |