gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[reclaim-ui] 291/459: fix


From: gnunet
Subject: [reclaim-ui] 291/459: fix
Date: Fri, 11 Jun 2021 23:26:23 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository reclaim-ui.

commit 1c243cb9283d93cb62e59cc6e5242954d7a065e4
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Fri Aug 7 22:04:00 2020 +0200

    fix
---
 src/app/identity-list/identity-list.component.html | 21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

diff --git a/src/app/identity-list/identity-list.component.html 
b/src/app/identity-list/identity-list.component.html
index bbf3739..00eca15 100644
--- a/src/app/identity-list/identity-list.component.html
+++ b/src/app/identity-list/identity-list.component.html
@@ -7,6 +7,19 @@
   </div>
 </oid-modal>
 
+<!-- Sharing disclaimer -->
+<div class="alert alert-warning alert-dismissible fade show mb-1" 
*ngIf="inOpenIdFlow()" role="alert">
+  <i class="fa fa-exclamation-triangle mr-2"></i>
+  <strong>Be careful when sharing personal data with third parties!</strong>
+  If you do not want to share information from this identity, you may
+  decline the request or choose a different identity.
+  You may also permanently remove information from the identity before
+  sharing.
+  <button type="button" class="close" data-dismiss="alert" aria-label="Close">
+    <span aria-hidden="true">&times;</span>
+  </button>
+</div>
+
 <!-- Buttons -->
 <div *ngIf="canSearch()"  style="margin-top: 1em; text-align: center;">
   <!-- Identity search -->
@@ -22,14 +35,6 @@
 </div>
 
 <!-- Cancel authorization -->
-<div class="alert alert-warning alert-dismissible fade show mb-1" 
*ngIf="inOpenIdFlow()">
-  <i class="fa fa-exclamation-triangle ml-2"></i>
-  <strong>Be careful when sharing personal data with third parties!</strong>
-  If you do not want to share information from this identity, you may
-  decline the request or choose a different identity.<br/>
-  You may permanently remove information from the identity before
-  sharing.
-</div>
 <div style="margin-bottom: 1em; text-align: center;" *ngIf="inOpenIdFlow()">
     <button *ngIf="inOpenIdFlow()" class="btn btn-danger mt-2" 
(click)="cancelRequest()">
       <span class="fa fa-ban"></span> Decline authorization request

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]