From 9b0e49833c2ce5aec65361b9d5ed96e39c625e6c Mon Sep 17 00:00:00 2001 From: INOPIAE Date: Thu, 13 Dec 2012 10:15:52 +0100 Subject: bug 1122:created new file for the CCA overview and added short information about CCA into SE admin console --- pages/account/43.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pages') diff --git a/pages/account/43.php b/pages/account/43.php index 7bf6d04..67076bb 100644 --- a/pages/account/43.php +++ b/pages/account/43.php @@ -176,6 +176,10 @@ include_once($_SESSION['_config']['filepath']."/includes/notary.inc.php"); : show + + : + show + : -- cgit v1.2.1 From e22a338486cd4d7305eb8b2f4b36460873a5855b Mon Sep 17 00:00:00 2001 From: INOPIAE Date: Thu, 13 Dec 2012 10:36:21 +0100 Subject: bug 1122: Added pages/account/57.php --- pages/account/57.php | 108 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 pages/account/57.php (limited to 'pages') diff --git a/pages/account/57.php b/pages/account/57.php new file mode 100644 index 0000000..6b15889 --- /dev/null +++ b/pages/account/57.php @@ -0,0 +1,108 @@ + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + 0) { +?> + +
back
+ + -- cgit v1.2.1 From 7dca631c59754d7f9e4fff12edc924b8c03d127c Mon Sep 17 00:00:00 2001 From: INOPIAE Date: Sun, 6 Jan 2013 23:28:49 +0100 Subject: bug 1122: Changed isset==false to !isset, Change from " to ', typo fix --- pages/account/57.php | 41 ++++++++++++++++++++--------------------- 1 file changed, 20 insertions(+), 21 deletions(-) (limited to 'pages') diff --git a/pages/account/57.php b/pages/account/57.php index 6b15889..76eee27 100644 --- a/pages/account/57.php +++ b/pages/account/57.php @@ -16,11 +16,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ ?> - +
@@ -42,51 +42,51 @@
- - - - + + + + - + - + - + @@ -103,6 +103,5 @@ ?>
- +} +?> -- cgit v1.2.1 From 145102ac00024ea88c7d5db6129aa79ffaaed040 Mon Sep 17 00:00:00 2001 From: INOPIAE Date: Mon, 7 Jan 2013 18:49:01 +0100 Subject: bug 1122: layout change --- pages/account/43.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pages') diff --git a/pages/account/43.php b/pages/account/43.php index 67076bb..a926a98 100644 --- a/pages/account/43.php +++ b/pages/account/43.php @@ -173,12 +173,12 @@ include_once($_SESSION['_config']['filepath']."/includes/notary.inc.php"); - : - show + : + - : - show + : + show : -- cgit v1.2.1