aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/mitemedit.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-10 10:47:30 +0100
committerMario Vavti <mario@mariovavti.com>2017-03-10 10:47:30 +0100
commitb1c97dfcfd80263f94733d0ec6c357eebc5a57da (patch)
treee77f52845e6a0859c2e9f0b406c3490253c7adac /view/tpl/mitemedit.tpl
parent14d1912115c40c3c905b9a077732c526e0a15ffd (diff)
downloadvolse-hubzilla-b1c97dfcfd80263f94733d0ec6c357eebc5a57da.tar.gz
volse-hubzilla-b1c97dfcfd80263f94733d0ec6c357eebc5a57da.tar.bz2
volse-hubzilla-b1c97dfcfd80263f94733d0ec6c357eebc5a57da.zip
some sed magic on button class names
Diffstat (limited to 'view/tpl/mitemedit.tpl')
-rw-r--r--view/tpl/mitemedit.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/mitemedit.tpl b/view/tpl/mitemedit.tpl
index a06203244..9f696fc23 100644
--- a/view/tpl/mitemedit.tpl
+++ b/view/tpl/mitemedit.tpl
@@ -24,7 +24,7 @@
{{include file="field_checkbox.tpl" field=$newwin}}
<div class="pull-right form-group">
<div class="btn-group">
- <button id="dbtn-acl" class="btn btn-default btn-sm" data-toggle="modal" data-target="#aclModal" onclick="return false;">
+ <button id="dbtn-acl" class="btn btn-outline-secondary btn-sm" data-toggle="modal" data-target="#aclModal" onclick="return false;">
<i id="jot-perms-icon" class="fa fa-{{$lockstate}}"></i>
</button>
{{if $submit_more}}