From b0091bd27b7e16db7353e23c00ff9dfbbb4aa7cf Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sat, 26 Apr 2014 22:00:31 +0300 Subject: [PATCH] Bug fixes --- app/lang/en/texts.php | 2 +- app/views/header.blade.php | 2 +- app/views/public/plans.blade.php | 17 +++++++++++++---- public/images/pro-plan-chart.png | Bin 163865 -> 164763 bytes public/js/script.js | 8 +++++--- 5 files changed, 20 insertions(+), 9 deletions(-) diff --git a/app/lang/en/texts.php b/app/lang/en/texts.php index 5ce4a47e773c..aa60b8b6c85f 100644 --- a/app/lang/en/texts.php +++ b/app/lang/en/texts.php @@ -260,7 +260,7 @@ return array( 'email_salutation' => 'Dear :name,', 'email_signature' => 'Regards,', 'email_from' => 'The InvoiceNinja Team', - 'user_email_footer' => 'To adjust your email notification settings please visit http://www.invoiceninja.com/company/notifications', + 'user_email_footer' => 'To adjust your email notification settings please visit http://' . $_SERVER['SERVER_NAME'] . '/company/notifications', 'invoice_link_message' => 'To view your client invoice click the link below:', 'notification_paid_subject' => 'Invoice :invoice was paid by :client', 'notification_sent_subject' => 'Invoice :invoice was sent to :client', diff --git a/app/views/header.blade.php b/app/views/header.blade.php index 05e44b479720..829d3b847cf7 100755 --- a/app/views/header.blade.php +++ b/app/views/header.blade.php @@ -333,7 +333,7 @@ Want something changed? We're {{ link_to('https://github.com/hillelcoren/invoice @if (Auth::check() && !Auth::user()->isPro())