gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 124/459: move all buttons


From: gnunet
Subject: [reclaim-ui] 124/459: move all buttons
Date: Fri, 11 Jun 2021 23:23:36 +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 9ff542228362b98b4cc93b6c66d3b79363654c61
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Mon Jul 15 16:36:40 2019 +0200

    move all buttons
---
 src/app/identity-list/identity-list.component.html | 32 ++++++++++++----------
 1 file changed, 17 insertions(+), 15 deletions(-)

diff --git a/src/app/identity-list/identity-list.component.html 
b/src/app/identity-list/identity-list.component.html
index 898a5a3..43f8b3c 100644
--- a/src/app/identity-list/identity-list.component.html
+++ b/src/app/identity-list/identity-list.component.html
@@ -46,11 +46,26 @@
   </div>
 </oid-modal>
 
+<!-- Buttons -->
 <!-- Cancel authorization -->
-<div *ngIf="inOpenIdFlow() && !isAddIdentity() && (null == identityInEdit) && 
clientNameFound" style="margin-bottom: 1em; text-align: center;">
-  <button class="btn btn-danger mt-4" (click)="cancelRequest()">
+<div style="margin-bottom: 1em; text-align: center;">
+  <button *ngIf="inOpenIdFlow() && !isAddIdentity() && (null == 
identityInEdit) && clientNameFound" class="btn btn-danger mt-4" 
(click)="cancelRequest()">
     <span class="fa fa-ban"></span> Decline and return to website
   </button>
+
+  <!-- Add identity -->
+  <button *ngIf="0 != identities.length && !isAddIdentity() && (null == 
identityInEdit)" class="btn btn-primary" (click)="addIdentity()">
+    <span class="fa fa-plus"></span> Add identity
+  </button>
+</div>
+
+<div *ngIf="0 != identities.length && !isAddIdentity() && (null == 
identityInEdit)"  style="margin-top: 1em; text-align: center;">
+  <!-- Identity search -->
+  <form class="form-inline" style="display: table; margin: auto;">
+    <input class="form-control mr-sm-2" type="search" [(ngModel)]="searchTerm" 
name="searchTerm" placeholder="Search identities" style="border-radius: 2em;">
+    <span class="fa fa-search"></span>
+  </form>
+  <br/>
 </div>
 
 <!-- No identities present -->
@@ -304,16 +319,3 @@
   </div>
 </div>
 
-<!-- Buttons -->
-<div *ngIf="0 != identities.length && !isAddIdentity() && (null == 
identityInEdit)"  style="margin-top: 1em; text-align: center;">
-  <!-- Identity search -->
-  <form class="form-inline" style="display: table; margin: auto;">
-    <input class="form-control mr-sm-2" type="search" [(ngModel)]="searchTerm" 
name="searchTerm" placeholder="Search identities" style="border-radius: 2em;">
-    <span class="fa fa-search"></span>
-  </form>
-  <br/>
-  <!-- Add identity -->
-  <button class="btn btn-primary" (click)="addIdentity()">
-    <span class="fa fa-plus"></span> Add identity
-  </button>
-</div>

-- 
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]