Preferences
This commit is contained in:
parent
9379e6e574
commit
cb6d086eeb
7 changed files with 336 additions and 118 deletions
15
public/views/modals/glidera-confirmation.html
Normal file
15
public/views/modals/glidera-confirmation.html
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<div class="m20tp text-center">
|
||||
<div class="row">
|
||||
<h1 class="text-center m20b" translate>Revoke Glidera Token</h1>
|
||||
<div class="large-6 medium-6 small-6 columns">
|
||||
<button class="button warning expand round" ng-click="ok()">
|
||||
<i class="fi-trash"></i> <span translate>Yes</span>
|
||||
</button>
|
||||
</div>
|
||||
<div class="large-6 medium-6 small-6 columns">
|
||||
<button class="button light-gray expand outline round" ng-click="cancel()">
|
||||
<i class="fi-x"></i> <span class="tu" translate>Cancel</span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue