From 6c35d5a0b72cff19e1773ae5d79bc0d9ec42c95e Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Tue, 23 Jul 2013 22:41:19 +0200 Subject: bug 1177: Additional space when showing view for support --- includes/notary.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/notary.inc.php b/includes/notary.inc.php index d15979b..a093088 100644 --- a/includes/notary.inc.php +++ b/includes/notary.inc.php @@ -268,7 +268,7 @@ : -   + class="DataTD">  : Date: Tue, 23 Jul 2013 23:07:41 +0200 Subject: bug 1177: Make the support parameter optional --- includes/notary.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/notary.inc.php b/includes/notary.inc.php index a093088..1f34738 100644 --- a/includes/notary.inc.php +++ b/includes/notary.inc.php @@ -591,14 +591,14 @@ return $issue_points; } - function output_given_assurances($userid,$support) + function output_given_assurances($userid,$support=0) { output_assurances_header(_("Assurance Points You Issued"),$support); output_given_assurances_content($userid,$points,$sum_experience,$support); output_assurances_footer(_("Total Points Issued"),$points,_("Total Experience Points"),$sum_experience,$support); } - function output_received_assurances($userid,$support) + function output_received_assurances($userid,$support=0) { output_assurances_header(_("Your Assurance Points"),$support); output_received_assurances_content($userid,$points,$sum_experience,$support); -- cgit v1.2.1 From 8683c1418a4ae2d46f0458e31a74fde5b1089864 Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Tue, 23 Jul 2013 23:16:02 +0200 Subject: bug 1177: Fix colspan values for old display of assurance points --- pages/account/43.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/account/43.php b/pages/account/43.php index 234e01a..841189d 100644 --- a/pages/account/43.php +++ b/pages/account/43.php @@ -837,7 +837,7 @@ function showassuredto() - : + :   @@ -883,7 +883,7 @@ function showassuredby() - : + :   -- cgit v1.2.1 From bda98a5db473a6825e72300242467be0f172525b Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Tue, 23 Jul 2013 23:31:31 +0200 Subject: bug 1177: Fix the assurance tables --- includes/notary.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/notary.inc.php b/includes/notary.inc.php index 1f34738..4ff066f 100644 --- a/includes/notary.inc.php +++ b/includes/notary.inc.php @@ -266,9 +266,9 @@ { ?> - : + class="DataTD">: - class="DataTD">  + class="DataTD">  : Date: Tue, 23 Jul 2013 23:36:02 +0200 Subject: bug 1177: Fix table for support --- includes/notary.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/notary.inc.php b/includes/notary.inc.php index 4ff066f..2d78821 100644 --- a/includes/notary.inc.php +++ b/includes/notary.inc.php @@ -268,7 +268,7 @@ class="DataTD">: - class="DataTD">  +   :