diff options
author | Mario <mario@mariovavti.com> | 2022-01-19 13:18:47 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-01-19 13:18:47 +0000 |
commit | b153687bf1cdc659bb320f37d64748386ca30cbb (patch) | |
tree | c54fab8098d6e843e86b508e3dc3e31804b371fe /view/tpl/connection_template.tpl | |
parent | 3318f093dabd679be55d5b7f5fab1e48dc0d4f94 (diff) | |
download | volse-hubzilla-b153687bf1cdc659bb320f37d64748386ca30cbb.tar.gz volse-hubzilla-b153687bf1cdc659bb320f37d64748386ca30cbb.tar.bz2 volse-hubzilla-b153687bf1cdc659bb320f37d64748386ca30cbb.zip |
prevent duplicate ids and adjust spinner color
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 1c8b4be11..ffd02f352 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="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> + <i class="fa fa-fw fa-pencil contact-edit-icon-{{$contact.id}}"></i> + <div class="spinner-wrapper contact-edit-rotator-{{$contact.id}}" style="vertical-align: text-bottom; margin-right: 2px"><div class="spinner s"></div></div> {{$contact.edit}} </button> |