From c94c60c33eb594b3661a8ac44baf63421c14ef73 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 19 Feb 2015 00:42:12 +0200 Subject: [PATCH] Restyled client pages --- app/lang/da/texts.php | 11 +++++++++++ app/lang/de/texts.php | 11 +++++++++++ app/lang/es/texts.php | 11 +++++++++++ app/lang/fr/texts.php | 13 ++++++++++++- app/lang/it/texts.php | 11 +++++++++++ app/lang/lt/texts.php | 11 +++++++++++ app/lang/nb_NO/texts.php | 11 +++++++++++ app/lang/nl/texts.php | 13 ++++++++++++- app/lang/pt_BR/texts.php | 10 ++++++++++ app/views/payments/payment.blade.php | 3 ++- app/views/public/header.blade.php | 1 + 11 files changed, 103 insertions(+), 3 deletions(-) diff --git a/app/lang/da/texts.php b/app/lang/da/texts.php index b178194579da..71870293bce2 100644 --- a/app/lang/da/texts.php +++ b/app/lang/da/texts.php @@ -525,4 +525,15 @@ return array( 'token_billing' => 'Save card details', 'token_billing_secure' => 'The data is stored securely by :stripe_link', + 'support' => 'Support', + 'contact_information' => 'Contact information', + '256_encryption' => '256-Bit Encryption', + 'amount_due' => 'Amount due', + 'billing_address' => 'Billing address', + 'billing_method' => 'Billing method', + 'order_overview' => 'Order overview', + 'match_address' => '*Address must match address accociated with credit card.', + 'click_once' => '*Please click "PAY NOW" only once - transaction may take up to 1 minute to process.', + + ); diff --git a/app/lang/de/texts.php b/app/lang/de/texts.php index 1045212e65f9..e133f7d9aba4 100644 --- a/app/lang/de/texts.php +++ b/app/lang/de/texts.php @@ -514,5 +514,16 @@ return array( 'edit_payment_details' => 'Edit payment details', 'token_billing' => 'Save card details', 'token_billing_secure' => 'The data is stored securely by :stripe_link', + + 'support' => 'Support', + 'contact_information' => 'Contact information', + '256_encryption' => '256-Bit Encryption', + 'amount_due' => 'Amount due', + 'billing_address' => 'Billing address', + 'billing_method' => 'Billing method', + 'order_overview' => 'Order overview', + 'match_address' => '*Address must match address accociated with credit card.', + 'click_once' => '*Please click "PAY NOW" only once - transaction may take up to 1 minute to process.', + ); diff --git a/app/lang/es/texts.php b/app/lang/es/texts.php index e18a70e21e1a..b1d5e79f70ae 100644 --- a/app/lang/es/texts.php +++ b/app/lang/es/texts.php @@ -495,4 +495,15 @@ return array( 'token_billing' => 'Save card details', 'token_billing_secure' => 'The data is stored securely by :stripe_link', + 'support' => 'Support', + 'contact_information' => 'Contact information', + '256_encryption' => '256-Bit Encryption', + 'amount_due' => 'Amount due', + 'billing_address' => 'Billing address', + 'billing_method' => 'Billing method', + 'order_overview' => 'Order overview', + 'match_address' => '*Address must match address accociated with credit card.', + 'click_once' => '*Please click "PAY NOW" only once - transaction may take up to 1 minute to process.', + + ); \ No newline at end of file diff --git a/app/lang/fr/texts.php b/app/lang/fr/texts.php index 3b41b0b0c811..ff2cf1b9920d 100644 --- a/app/lang/fr/texts.php +++ b/app/lang/fr/texts.php @@ -515,5 +515,16 @@ return array( 'edit_payment_details' => 'Edit payment details', 'token_billing' => 'Save card details', 'token_billing_secure' => 'The data is stored securely by :stripe_link', - + + 'support' => 'Support', + 'contact_information' => 'Contact information', + '256_encryption' => '256-Bit Encryption', + 'amount_due' => 'Amount due', + 'billing_address' => 'Billing address', + 'billing_method' => 'Billing method', + 'order_overview' => 'Order overview', + 'match_address' => '*Address must match address accociated with credit card.', + 'click_once' => '*Please click "PAY NOW" only once - transaction may take up to 1 minute to process.', + + ); \ No newline at end of file diff --git a/app/lang/it/texts.php b/app/lang/it/texts.php index e7a6205cc077..264dd9c2e02f 100644 --- a/app/lang/it/texts.php +++ b/app/lang/it/texts.php @@ -517,5 +517,16 @@ return array( 'edit_payment_details' => 'Edit payment details', 'token_billing' => 'Save card details', 'token_billing_secure' => 'The data is stored securely by :stripe_link', + + 'support' => 'Support', + 'contact_information' => 'Contact information', + '256_encryption' => '256-Bit Encryption', + 'amount_due' => 'Amount due', + 'billing_address' => 'Billing address', + 'billing_method' => 'Billing method', + 'order_overview' => 'Order overview', + 'match_address' => '*Address must match address accociated with credit card.', + 'click_once' => '*Please click "PAY NOW" only once - transaction may take up to 1 minute to process.', + ); diff --git a/app/lang/lt/texts.php b/app/lang/lt/texts.php index ece8caa8976a..77eb85a0ec5f 100644 --- a/app/lang/lt/texts.php +++ b/app/lang/lt/texts.php @@ -525,6 +525,17 @@ return array( 'edit_payment_details' => 'Edit payment details', 'token_billing' => 'Save card details', 'token_billing_secure' => 'The data is stored securely by :stripe_link', + + 'support' => 'Support', + 'contact_information' => 'Contact information', + '256_encryption' => '256-Bit Encryption', + 'amount_due' => 'Amount due', + 'billing_address' => 'Billing address', + 'billing_method' => 'Billing method', + 'order_overview' => 'Order overview', + 'match_address' => '*Address must match address accociated with credit card.', + 'click_once' => '*Please click "PAY NOW" only once - transaction may take up to 1 minute to process.', + ); diff --git a/app/lang/nb_NO/texts.php b/app/lang/nb_NO/texts.php index 7e9808e81b39..20a594bf2c4e 100644 --- a/app/lang/nb_NO/texts.php +++ b/app/lang/nb_NO/texts.php @@ -524,5 +524,16 @@ return array( 'token_billing' => 'Save card details', 'token_billing_secure' => 'The data is stored securely by :stripe_link', + 'support' => 'Support', + 'contact_information' => 'Contact information', + '256_encryption' => '256-Bit Encryption', + 'amount_due' => 'Amount due', + 'billing_address' => 'Billing address', + 'billing_method' => 'Billing method', + 'order_overview' => 'Order overview', + 'match_address' => '*Address must match address accociated with credit card.', + 'click_once' => '*Please click "PAY NOW" only once - transaction may take up to 1 minute to process.', + + ); \ No newline at end of file diff --git a/app/lang/nl/texts.php b/app/lang/nl/texts.php index 3ef4a3327074..60b8a25203cf 100644 --- a/app/lang/nl/texts.php +++ b/app/lang/nl/texts.php @@ -518,6 +518,17 @@ return array( 'edit_payment_details' => 'Edit payment details', 'token_billing' => 'Save card details', 'token_billing_secure' => 'The data is stored securely by :stripe_link', - + + 'support' => 'Support', + 'contact_information' => 'Contact information', + '256_encryption' => '256-Bit Encryption', + 'amount_due' => 'Amount due', + 'billing_address' => 'Billing address', + 'billing_method' => 'Billing method', + 'order_overview' => 'Order overview', + 'match_address' => '*Address must match address accociated with credit card.', + 'click_once' => '*Please click "PAY NOW" only once - transaction may take up to 1 minute to process.', + + ); \ No newline at end of file diff --git a/app/lang/pt_BR/texts.php b/app/lang/pt_BR/texts.php index 45ebdffdc072..4e02fde455ee 100644 --- a/app/lang/pt_BR/texts.php +++ b/app/lang/pt_BR/texts.php @@ -506,5 +506,15 @@ return array( 'token_billing' => 'Save card details', 'token_billing_secure' => 'The data is stored securely by :stripe_link', + 'support' => 'Support', + 'contact_information' => 'Contact information', + '256_encryption' => '256-Bit Encryption', + 'amount_due' => 'Amount due', + 'billing_address' => 'Billing address', + 'billing_method' => 'Billing method', + 'order_overview' => 'Order overview', + 'match_address' => '*Address must match address accociated with credit card.', + 'click_once' => '*Please click "PAY NOW" only once - transaction may take up to 1 minute to process.', + ); diff --git a/app/views/payments/payment.blade.php b/app/views/payments/payment.blade.php index dfddfbc4717e..62b56f727700 100755 --- a/app/views/payments/payment.blade.php +++ b/app/views/payments/payment.blade.php @@ -6,7 +6,6 @@ body { background-color: #f8f8f8; - font-size: 16px; color: #1b1a1a; } @@ -153,10 +152,12 @@ header h3 em {
+ @if (Request::secure() || Utils::isNinjaDev())

{{ trans('texts.secure_payment') }}

{{ trans('texts.256_encryption') }}
+ @endif
diff --git a/app/views/public/header.blade.php b/app/views/public/header.blade.php index efbd742ef540..480b7b25a404 100644 --- a/app/views/public/header.blade.php +++ b/app/views/public/header.blade.php @@ -8,6 +8,7 @@ body { font-family: 'Roboto', sans-serif; + font-size: 14px; }