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(-) (limited to 'includes') 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(-) (limited to 'includes') 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 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(-) (limited to 'includes') 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(-) (limited to 'includes') 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">  +   :