providers/oauth2: update modal to pb-modal-button
This commit is contained in:
parent
962f7d5f5c
commit
a340378ce1
|
@ -1,13 +1,9 @@
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
<pb-modal-button>
|
||||||
<button class="pf-c-button pf-m-tertiary" data-target="modal" data-modal="oauth2-{{ provider.pk }}">{% trans 'View Setup URLs' %}</button>
|
<button slot="trigger" class="pf-c-button pf-m-tertiary">
|
||||||
|
{% trans 'View Setup URLs' %}
|
||||||
<div class="pf-c-backdrop" id="oauth2-{{ provider.pk }}" hidden>
|
|
||||||
<div class="pf-l-bullseye">
|
|
||||||
<div class="pf-c-modal-box pf-m-lg" role="dialog">
|
|
||||||
<button data-modal-close class="pf-c-button pf-m-plain" type="button" aria-label="Close dialog">
|
|
||||||
<i class="fas fa-times" aria-hidden="true"></i>
|
|
||||||
</button>
|
</button>
|
||||||
|
<div slot="modal">
|
||||||
<div class="pf-c-modal-box__header">
|
<div class="pf-c-modal-box__header">
|
||||||
<h1 class="pf-c-title pf-m-2xl" id="modal-title">{% trans 'Setup URLs' %}</h1>
|
<h1 class="pf-c-title pf-m-2xl" id="modal-title">{% trans 'Setup URLs' %}</h1>
|
||||||
</div>
|
</div>
|
||||||
|
@ -47,8 +43,7 @@
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<footer class="pf-c-modal-box__footer pf-m-align-left">
|
<footer class="pf-c-modal-box__footer pf-m-align-left">
|
||||||
<button data-modal-close class="pf-c-button pf-m-primary" type="button">{% trans 'Close' %}</button>
|
<a class="pf-c-button pf-m-primary">{% trans 'Close' %}</a>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</pb-modal-button>
|
||||||
</div>
|
|
||||||
|
|
Reference in New Issue