diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-10 10:47:30 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-10 10:47:30 +0100 |
commit | b1c97dfcfd80263f94733d0ec6c357eebc5a57da (patch) | |
tree | e77f52845e6a0859c2e9f0b406c3490253c7adac /view/tpl/attach_edit.tpl | |
parent | 14d1912115c40c3c905b9a077732c526e0a15ffd (diff) | |
download | volse-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/attach_edit.tpl')
-rw-r--r-- | view/tpl/attach_edit.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/view/tpl/attach_edit.tpl b/view/tpl/attach_edit.tpl index 1d58004e5..62442ff7a 100644 --- a/view/tpl/attach_edit.tpl +++ b/view/tpl/attach_edit.tpl @@ -7,19 +7,19 @@ {{if $isadir}}{{include file="field_checkbox.tpl" field=$recurse}}{{/if}} <div id="attach-edit-tools-share" class="btn-group form-group"> {{if !$isadir}} - <a href="/rpost?attachment=[attachment]{{$file.hash}},{{$file.revision}}[/attachment]" id="attach-btn" class="btn btn-default btn-xs" title="{{$attach_btn_title}}"> + <a href="/rpost?attachment=[attachment]{{$file.hash}},{{$file.revision}}[/attachment]" id="attach-btn" class="btn btn-outline-secondary btn-sm" title="{{$attach_btn_title}}"> <i class="fa fa-share-square-o jot-icons"></i> </a> {{/if}} - <button id="link-btn" class="btn btn-default btn-xs" type="button" onclick="openClose('link-code');" title="{{$link_btn_title}}"> + <button id="link-btn" class="btn btn-outline-secondary btn-sm" type="button" onclick="openClose('link-code');" title="{{$link_btn_title}}"> <i class="fa fa-link jot-icons"></i> </button> </div> <div id="attach-edit-perms" class="btn-group pull-right"> - <button id="dbtn-acl" class="btn btn-default btn-xs" data-toggle="modal" data-target="#aclModal" title="{{$permset}}" type="button"> + <button id="dbtn-acl" class="btn btn-outline-secondary btn-sm" data-toggle="modal" data-target="#aclModal" title="{{$permset}}" type="button"> <i id="jot-perms-icon" class="fa fa-{{$lockstate}} jot-icons"></i> </button> - <button id="dbtn-submit" class="btn btn-primary btn-xs" type="submit" name="submit"> + <button id="dbtn-submit" class="btn btn-primary btn-sm" type="submit" name="submit"> {{$submit}} </button> </div> |