gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-bank] branch stable updated (1238da4 -> 7d02404)


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch stable updated (1238da4 -> 7d02404)
Date: Tue, 06 Jun 2017 11:48:34 +0200

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

marcello pushed a change to branch stable
in repository bank.

    from 1238da4  fix typo
     add a9e99ef  minor UI issues
     add ab647c2  submodules
     add 7d02404  bank uses talercheck db by default for tests

No new revisions were added by this update.

Summary of changes:
 bank-check.conf                           |  2 +-
 talerbank/app/static/bank.css             | 10 ++++++++++
 talerbank/app/static/web-common           |  2 +-
 talerbank/app/templates/base.html         |  1 +
 talerbank/app/templates/profile_page.html |  8 +++++---
 5 files changed, 18 insertions(+), 5 deletions(-)
 create mode 100644 talerbank/app/static/bank.css

diff --git a/bank-check.conf b/bank-check.conf
index b38ccd0..547dce0 100644
--- a/bank-check.conf
+++ b/bank-check.conf
@@ -6,7 +6,7 @@ CURRENCY = KUDOS
 [bank]
 
 # Which database should we use?
-DATABASE = postgres:///talerbank
+DATABASE = postgres:///talercheck
 
 # FIXME
 MAX_DEBT = KUDOS:50
diff --git a/talerbank/app/static/bank.css b/talerbank/app/static/bank.css
new file mode 100644
index 0000000..c01fc13
--- /dev/null
+++ b/talerbank/app/static/bank.css
@@ -0,0 +1,10 @@
+h1.nav {
+  width: 92%;
+  display: inline-block;
+}
+
+a.pure-button {
+  position: absolute;
+  right: 20px;
+  top: 23px;
+}
diff --git a/talerbank/app/static/web-common b/talerbank/app/static/web-common
index d7e0135..ebf2b43 160000
--- a/talerbank/app/static/web-common
+++ b/talerbank/app/static/web-common
@@ -1 +1 @@
-Subproject commit d7e013594d15388b1a7342a44a0e9c8d4ecca82d
+Subproject commit ebf2b43fb00f057643d69abf34b54a1b6087dfcd
diff --git a/talerbank/app/templates/base.html 
b/talerbank/app/templates/base.html
index c4d0efd..9a6cda5 100644
--- a/talerbank/app/templates/base.html
+++ b/talerbank/app/templates/base.html
@@ -22,6 +22,7 @@
   <head>
     <title>{{ settings_value("TALER_CURRENCY") }} Bank - Taler Demo</title>
     <link rel="stylesheet" type="text/css" href="{{ static('pure.css') }}" />
+    <link rel="stylesheet" type="text/css" href="{{ static('bank.css') }}" />
     <link rel="stylesheet" type="text/css" href="{{ 
static('web-common/demo.css') }}" />
     <link rel="stylesheet" type="text/css" href="{{ 
static('web-common/taler-fallback.css') }}" id="taler-presence-stylesheet" />
     <script src="{{ static('web-common/taler-wallet-lib.js') }}" 
type="application/javascript"></script>
diff --git a/talerbank/app/templates/profile_page.html 
b/talerbank/app/templates/profile_page.html
index 1a016f1..9627be8 100644
--- a/talerbank/app/templates/profile_page.html
+++ b/talerbank/app/templates/profile_page.html
@@ -31,13 +31,15 @@
   <script src="{{ static('chrome-store-link.js') }}" 
type="application/javascript"></script>
 {% endblock head %}
 {% block headermsg %}
-  <h1 class="nav">Welcome <em>{{ name }}</em>!</h1>
+  <div>
+    <h1 class="nav">Welcome <em>{{ name }}</em>!</h1>
+    <a href="{{ url('logout') }}" class="pure-button">[Logout]</a><br>
+  </div>
 {% endblock headermsg %}
 {% block content %}
   <section id="menu">
-    <a href="{{ url('logout') }}" class="pure-button">[Logout]</a><br>
     <p>Account: # {{ account_no }}</p>
-    <p>Current balance: {{ balance }} {{ currency }}</p>
+    <p>Current balance: <b>{{ balance }} {{ currency }}</b></p>
   </section>
   <section id="main">
     <article>

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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