From 2d5c9ce4b45d2bdea60e0c9a5d3041b15fa51925 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=A4nzer?= Date: Thu, 13 Mar 2014 00:31:48 +0100 Subject: bug 807: Fix markup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Tänzer --- pages/account/3.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pages/account') diff --git a/pages/account/3.php b/pages/account/3.php index 7e34300..0b89029 100644 --- a/pages/account/3.php +++ b/pages/account/3.php @@ -34,6 +34,7 @@ + = 50) $lname = $_SESSION['profile']['lname']; $suffix = $_SESSION['profile']['suffix']; ?> +

-- cgit v1.2.1 From 1c5409b02e58e938e44ab7f8f12eabd9288ed01d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=A4nzer?= Date: Wed, 19 Mar 2014 00:24:10 +0100 Subject: bug 807: Introduce an advanced settings field in all cert creation pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Tänzer --- pages/account/10.php | 35 +++++++++++++++++++++++++++++------ pages/account/16.php | 34 +++++++++++++++++++++++++++++++--- pages/account/20.php | 29 ++++++++++++++++++++++++----- pages/account/3.php | 43 +++++++++++++++++++++++++------------------ 4 files changed, 109 insertions(+), 32 deletions(-) (limited to 'pages/account') diff --git a/pages/account/10.php b/pages/account/10.php index 8908400..e8affff 100644 --- a/pages/account/10.php +++ b/pages/account/10.php @@ -30,17 +30,40 @@

+


+

+


+ +

+ + +
+ = 50) { ?> -
-
+

+
+ +

-


-

-

-
+ +
+

CCA")?>

" />
+ + + diff --git a/pages/account/16.php b/pages/account/16.php index 564463e..707be04 100644 --- a/pages/account/16.php +++ b/pages/account/16.php @@ -44,7 +44,16 @@ : - + + + + + + + + + +

@@ -52,11 +61,11 @@ = 100) { ?> - + - +
@@ -69,3 +78,22 @@ + + diff --git a/pages/account/20.php b/pages/account/20.php index ee16dd4..e26309b 100644 --- a/pages/account/20.php +++ b/pages/account/20.php @@ -27,13 +27,32 @@

-
-


+


+

+ + +
+

+
+ +

-

-
+
+ " /> -
\ No newline at end of file + + + diff --git a/pages/account/3.php b/pages/account/3.php index 0b89029..2ff57ed 100644 --- a/pages/account/3.php +++ b/pages/account/3.php @@ -53,13 +53,6 @@ if($_SESSION['profile']['points'] >= 50) $lname = $_SESSION['profile']['lname']; $suffix = $_SESSION['profile']['suffix']; ?> - - -
-
- \n", wordwrap(_("Please note: The class 3 root certificate needs to be imported into your email program as well as the class 1 root certificate so your email program can build a full trust path chain. Until we are included in browsers this might not be a desirable option for most people"), 125))?> - -
@@ -70,17 +63,6 @@ if($_SESSION['profile']['points'] >= 50) -= 100 && $_SESSION['profile']['codesign'] > 0) { ?> - - - - - -
- - - - @@ -106,6 +88,31 @@ if($_SESSION['profile']['points'] >= 50) += 50) +{ +?> + + +
+
+ \n", wordwrap(_("Please note: The class 3 root certificate needs to be imported into your email program as well as the class 1 root certificate so your email program can build a full trust path chain. Until we are included in browsers this might not be a desirable option for most people"), 125))?> + + + + += 100 && $_SESSION['profile']['codesign'] > 0) { ?> + + + + + +
+ + + + +
-- cgit v1.2.1 From 233557135e4849f974bd893ab4250edac55a128d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=A4nzer?= Date: Wed, 19 Mar 2014 01:06:49 +0100 Subject: bug 807: Some HTML cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Tänzer --- pages/account/10.php | 18 ++++++++++++------ pages/account/20.php | 17 ++++++++++++----- 2 files changed, 24 insertions(+), 11 deletions(-) (limited to 'pages/account') diff --git a/pages/account/10.php b/pages/account/10.php index e8affff..b2be1ff 100644 --- a/pages/account/10.php +++ b/pages/account/10.php @@ -30,14 +30,19 @@

-


-

+


+ +


- -
+
+ + + + +
= 50) { ?>

@@ -48,8 +53,9 @@

+
-

CCA")?>
+


" /> @@ -62,7 +68,7 @@ function showExpert(a) var options=document.getElementById("advanced_options"); options.style.display = (a) ? "" : "none"; - var checkbox=document.getElementById("expertoff"); + var checkbox=document.getElementById("expertbox"); checkbox.style.display = ""; } showExpert(false); diff --git a/pages/account/20.php b/pages/account/20.php index e26309b..4f03061 100644 --- a/pages/account/20.php +++ b/pages/account/20.php @@ -28,18 +28,25 @@


-

+ +


-

+

-- cgit v1.2.1 From 50d8cd64b022d3e2c7cd8779aa87c00fbdecaf0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=A4nzer?= Date: Wed, 19 Mar 2014 18:54:35 +0100 Subject: bug 807: Some more markup changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Tänzer --- pages/account/10.php | 10 +++--- pages/account/16.php | 55 +++++++++++++++++++------------- pages/account/20.php | 8 ++--- pages/account/3.php | 90 +++++++++++++++++++++++++++++++--------------------- 4 files changed, 95 insertions(+), 68 deletions(-) (limited to 'pages/account') diff --git a/pages/account/10.php b/pages/account/10.php index 03e3bd3..56d6730 100644 --- a/pages/account/10.php +++ b/pages/account/10.php @@ -30,11 +30,11 @@

-


- +


+

-


- +


+

@@ -56,7 +56,7 @@


-

+

" /> diff --git a/pages/account/16.php b/pages/account/16.php index 707be04..a53097f 100644 --- a/pages/account/16.php +++ b/pages/account/16.php @@ -25,55 +25,66 @@ - + - : - + + - + - : - +
diff --git a/pages/account/3.php b/pages/account/3.php index d558ed9..7ce4267 100644 --- a/pages/account/3.php +++ b/pages/account/3.php @@ -115,6 +115,19 @@ if($_SESSION['profile']['points'] >= 50) + + +
+ $display_string) { + ?> + /> +
+ + + + = 100 && $_SESSION['profile']['codesign'] > 0) { ?> -- cgit v1.2.1 From 8872049b1d43ce98f528b9360e778bddd989067b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=A4nzer?= Date: Thu, 20 Mar 2014 04:25:50 +0100 Subject: bug 807: PHP doesn't allow arrays in constants, let's use a class instead MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Tänzer --- pages/account/10.php | 4 ++-- pages/account/16.php | 4 ++-- pages/account/20.php | 4 ++-- pages/account/3.php | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'pages/account') diff --git a/pages/account/10.php b/pages/account/10.php index 82e4c87..317fc0e 100644 --- a/pages/account/10.php +++ b/pages/account/10.php @@ -61,10 +61,10 @@

    $display_string) { +foreach (HashAlgorithms::display_strings() as $algorithm => $display_string) { ?>
  • - /> + />

  • $display_string) { + foreach (HashAlgorithms::display_strings() as $algorithm => $display_string) { ?> - /> + />
    diff --git a/pages/account/20.php b/pages/account/20.php index f91440e..470b59a 100644 --- a/pages/account/20.php +++ b/pages/account/20.php @@ -55,10 +55,10 @@

      $display_string) { +foreach (HashAlgorithms::display_strings() as $algorithm => $display_string) { ?>
    • - /> + />
    • = 50)
      $display_string) { + foreach (HashAlgorithms::display_strings() as $algorithm => $display_string) { ?> - /> + />
      -- cgit v1.2.1 From 1a9707d982c6978bbb6d70fa860291d9198d163a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=A4nzer?= Date: Thu, 20 Mar 2014 05:10:22 +0100 Subject: bug 807: Enlarge labels so they are an easier target (and don't seem so arbitrary) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Tänzer --- pages/account/10.php | 4 ++-- pages/account/3.php | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) (limited to 'pages/account') diff --git a/pages/account/10.php b/pages/account/10.php index 317fc0e..df95b48 100644 --- a/pages/account/10.php +++ b/pages/account/10.php @@ -74,8 +74,8 @@ foreach (HashAlgorithms::display_strings() as $algorithm => $display_string) {
-


-

+

" /> diff --git a/pages/account/3.php b/pages/account/3.php index bfe8f1a..8c386cd 100644 --- a/pages/account/3.php +++ b/pages/account/3.php @@ -82,8 +82,8 @@ if($_SESSION['profile']['points'] >= 50) -
-
+ @@ -134,8 +134,8 @@ if($_SESSION['profile']['points'] >= 50) -
- + @@ -145,9 +145,9 @@ if($_SESSION['profile']['points'] >= 50) -
+ @@ -164,8 +164,8 @@ if($_SESSION['profile']['points'] >= 50) -
- + -- cgit v1.2.1 From 9183b44586f9eb798057e0a42a9eee5be4f96160 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=A4nzer?= Date: Thu, 20 Mar 2014 17:19:55 +0100 Subject: bug 807: Avoid redundant data MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Tänzer --- pages/account/10.php | 7 ++++--- pages/account/16.php | 7 ++++--- pages/account/20.php | 7 ++++--- pages/account/3.php | 7 ++++--- 4 files changed, 16 insertions(+), 12 deletions(-) (limited to 'pages/account') diff --git a/pages/account/10.php b/pages/account/10.php index df95b48..17999a7 100644 --- a/pages/account/10.php +++ b/pages/account/10.php @@ -61,14 +61,15 @@

    $display_string) { +foreach (HashAlgorithms::getInfo() as $algorithm => $display_info) { ?>
  • /> - +
  • +} +?>
diff --git a/pages/account/16.php b/pages/account/16.php index 2a9d734..28aa614 100644 --- a/pages/account/16.php +++ b/pages/account/16.php @@ -71,12 +71,13 @@ if (array_key_exists('emails',$_SESSION['_config']) && is_array($_SESSION['_conf
$display_string) { + foreach (HashAlgorithms::getInfo() as $algorithm => $display_info) { ?> /> -
+
+ } + ?> diff --git a/pages/account/20.php b/pages/account/20.php index 470b59a..89bbc30 100644 --- a/pages/account/20.php +++ b/pages/account/20.php @@ -55,14 +55,15 @@

    $display_string) { +foreach (HashAlgorithms::getInfo() as $algorithm => $display_info) { ?>
  • /> - +
  • +} +?>
diff --git a/pages/account/3.php b/pages/account/3.php index 8c386cd..cd62ce0 100644 --- a/pages/account/3.php +++ b/pages/account/3.php @@ -119,12 +119,13 @@ if($_SESSION['profile']['points'] >= 50)
$display_string) { + foreach (HashAlgorithms::getInfo() as $algorithm => $display_info) { ?> /> -
+
+ } + ?> -- cgit v1.2.1