diff options
author | Mario <mario@mariovavti.com> | 2022-01-19 11:24:42 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-01-19 11:24:42 +0000 |
commit | d98d56c3b5481e12dc53136c06b6c9c069d40d98 (patch) | |
tree | a7dc56dbd8f82b194c3a15627596b42cd00e4670 /view/tpl/connection_template.tpl | |
parent | 5f21edcc53182cc04176657318a7b2933e7a71aa (diff) | |
download | volse-hubzilla-d98d56c3b5481e12dc53136c06b6c9c069d40d98.tar.gz volse-hubzilla-d98d56c3b5481e12dc53136c06b6c9c069d40d98.tar.bz2 volse-hubzilla-d98d56c3b5481e12dc53136c06b6c9c069d40d98.zip |
provide a spinner for edit connection action in threads
Diffstat (limited to 'view/tpl/connection_template.tpl')
-rw-r--r-- | view/tpl/connection_template.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/connection_template.tpl b/view/tpl/connection_template.tpl index a7f0f8759..1c8b4be11 100644 --- a/view/tpl/connection_template.tpl +++ b/view/tpl/connection_template.tpl @@ -8,8 +8,8 @@ {{/if}} <span id="contact-role-{{$contact.id}}" class="badge rounded-pill bg-warning text-dark me-1" title="{{$role_label}}">{{$contact.role}}</span> <button type="button" class="btn btn-outline-secondary btn-sm contact-edit" title="{{$contact.edit_hover}}" data-id="{{$contact.id}}"> - <i id="edit-icon-{{$contact.id}}" class="fa fa-fw fa-pencil"></i> - <div id="edit-rotator-{{$contact.id}}" class="spinner-wrapper" style="vertical-align: text-bottom; margin-right: 2px"><div class="spinner s"></div></div> + <i id="contact-edit-icon-{{$contact.id}}" class="fa fa-fw fa-pencil"></i> + <div id="contact-edit-rotator-{{$contact.id}}" class="spinner-wrapper" style="vertical-align: text-bottom; margin-right: 2px"><div class="spinner s"></div></div> {{$contact.edit}} </button> |