From 63f0d881a8383e0a0ce35642a4aed120ece15fb2 Mon Sep 17 00:00:00 2001 From: Phyks Date: Fri, 30 Aug 2013 22:33:06 +0200 Subject: [PATCH] Display name of the connected user --- TODO | 2 +- inc/CSRF.inc.php | 6 ++---- tpl/css/style.css | 18 ++++++++++++++++++ tpl/footer.html | 3 +++ tpl/index.html | 1 - 5 files changed, 24 insertions(+), 6 deletions(-) diff --git a/TODO b/TODO index a79070a..2515386 100755 --- a/TODO +++ b/TODO @@ -14,9 +14,9 @@ Manage paybacks : TODO : ====== -* Colgroups + CSS hover * Add / Edit a bill * JSON output +* Arrow to toggle visible password To test : ========= diff --git a/inc/CSRF.inc.php b/inc/CSRF.inc.php index 6420b20..da0a47e 100644 --- a/inc/CSRF.inc.php +++ b/inc/CSRF.inc.php @@ -1,8 +1,7 @@ Connected as {$current_user->getDisplayName()}.

+ {/if} diff --git a/tpl/index.html b/tpl/index.html index 5c525c2..82d7b33 100755 --- a/tpl/index.html +++ b/tpl/index.html @@ -50,5 +50,4 @@ {/loop} - {include="footer"}