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/photo_album.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/photo_album.tpl')
-rwxr-xr-x | view/tpl/photo_album.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/tpl/photo_album.tpl b/view/tpl/photo_album.tpl index 6289f5321..8bacb1575 100755 --- a/view/tpl/photo_album.tpl +++ b/view/tpl/photo_album.tpl @@ -2,14 +2,14 @@ <div class="section-title-wrapper"> <div class="pull-right"> {{if $order}} - <a class="btn btn-default btn-xs" href="{{$order.1}}" title="{{$order.0}}"><i class="fa fa-sort"></i></a> + <a class="btn btn-outline-secondary btn-sm" href="{{$order.1}}" title="{{$order.0}}"><i class="fa fa-sort"></i></a> {{/if}} <div class="btn-group btn-group"> {{if $album_edit.1}} - <i class="fa fa-pencil btn btn-default btn-xs" title="{{$album_edit.0}}" onclick="openClose('photo-album-edit-wrapper'); closeMenu('photo-upload-form');"></i> + <i class="fa fa-pencil btn btn-outline-secondary btn-sm" title="{{$album_edit.0}}" onclick="openClose('photo-album-edit-wrapper'); closeMenu('photo-upload-form');"></i> {{/if}} {{if $can_post}} - <button class="btn btn-xs btn-success btn-xs" title="{{$usage}}" onclick="openClose('photo-upload-form'); closeMenu('photo-album-edit-wrapper');"><i class="fa fa-arrow-circle-o-up"></i> {{$upload.0}}</button> + <button class="btn btn-sm btn-success btn-sm" title="{{$usage}}" onclick="openClose('photo-upload-form'); closeMenu('photo-album-edit-wrapper');"><i class="fa fa-arrow-circle-o-up"></i> {{$upload.0}}</button> {{/if}} </div> </div> |