gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated: layout


From: gnunet
Subject: [taler-bank] branch master updated: layout
Date: Fri, 23 Apr 2021 15:34:40 +0200

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

dold pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 0af218a  layout
0af218a is described below

commit 0af218ab4a00887777091501c4d85b21c1a54247
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Apr 23 15:34:38 2021 +0200

    layout
---
 talerbank/app/templates/common_base.html        | 10 +++++-----
 talerbank/app/templates/payto_wiretransfer.html |  1 +
 talerbank/app/templates/profile_page.html       |  4 +---
 3 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/talerbank/app/templates/common_base.html 
b/talerbank/app/templates/common_base.html
index 6b4f3ac..9ff90e7 100644
--- a/talerbank/app/templates/common_base.html
+++ b/talerbank/app/templates/common_base.html
@@ -25,15 +25,15 @@
 </head>
 
 <body>
-  <header class="demobar" style="display: flex; flex-direction: row;">
-    <a href="https://taler.net/";>
-      <img src="{{ static('logo-white.svg') }}" height="100" width="224" 
style="margin: 2em 2em"><br/>
-    </a>
-    <div style="max-width: 50em">
+  <header class="demobar" style="display: flex; flex-direction: row; 
justify-content: space-between;">
+    <div style="max-width: 50em; margin-left: 2em;">
       {% block header_content %}
         <p>This is the header content.</p>
       {% endblock %}
     </div>
+    <a href="https://taler.net/";>
+    <img src="{{ static('logo-white.svg') }}" height="100" width="224" 
style="margin: 2em 2em"><br/>
+    </a>
   </header>
 
 
diff --git a/talerbank/app/templates/payto_wiretransfer.html 
b/talerbank/app/templates/payto_wiretransfer.html
index b3631f3..0407a22 100644
--- a/talerbank/app/templates/payto_wiretransfer.html
+++ b/talerbank/app/templates/payto_wiretransfer.html
@@ -44,6 +44,7 @@
                type="submit"
                value={{ _("Confirm") }} />
       </form>
+      <p><a href=" {{ url('profile') }}">Cancel</a></p>
     </div>
     </article>
   </section>
diff --git a/talerbank/app/templates/profile_page.html 
b/talerbank/app/templates/profile_page.html
index 3601e3a..b62e4fb 100644
--- a/talerbank/app/templates/profile_page.html
+++ b/talerbank/app/templates/profile_page.html
@@ -73,11 +73,9 @@
         </form>
       </div>
     </article>
-    <article>
-      <a href={{ url('payto-form') }}>{{_("Wire money") }}</a>
-    </article>
     <article>
       <h2>{{ _("Transactions for") }} {{ name }}</h2>
+      <p><a href={{ url('payto-form') }}>{{_("Transfer money manually") 
}}</a></p>
       <div id="transactions-history">
         {% if history %}
         <table class="pure-table">

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