From efefd8864c0da0d52544a1e3eb690ac12a245ff0 Mon Sep 17 00:00:00 2001 From: Taras Machyshyn Date: Mon, 6 Oct 2014 10:25:07 +0300 Subject: [PATCH] installer improvements --- install/core/i18n/en_US/install.json | 6 +++++- install/core/tpl/finish.tpl | 18 +++++++++++++++--- install/css/install.css | 25 ++++++++++++++++++++++++- 3 files changed, 44 insertions(+), 5 deletions(-) diff --git a/install/core/i18n/en_US/install.json b/install/core/i18n/en_US/install.json index 5e9553e5b6..fc9661efd6 100644 --- a/install/core/i18n/en_US/install.json +++ b/install/core/i18n/en_US/install.json @@ -13,7 +13,11 @@ "Errors page title": "Errors", "Finish page title": "Installation is complete", "Congratulation! Welcome to EspoCRM": "Congratulation! EspoCRM has been successfully installed.", - "More Information": "For more information,
please visit our blog: {BLOG}
follow us on twitter: {TWITTER}

If you have any suggestions or questions, please ask on the forum:
{FORUM}", + "More Information": "For more information, please visit our {BLOG}, follow us on {TWITTER}.

If you have any suggestions or questions, please ask on the {FORUM}.", + "share": "If you like EspoCRM, share it with your friends. Let them know about this great product.", + "blog": "blog", + "twitter": "twitter", + "forum": "forum", "Installation Guide": "Installation Guide", "admin": "admin", "localhost": "localhost", diff --git a/install/core/tpl/finish.tpl b/install/core/tpl/finish.tpl index 2c7b3d2625..b0e25d6226 100644 --- a/install/core/tpl/finish.tpl +++ b/install/core/tpl/finish.tpl @@ -7,10 +7,22 @@ {$langs['labels']['Congratulation! Welcome to EspoCRM']} +
+ +
+

+ {$langs['labels']['share']} +

+
+ + +
+
+
- {assign var="blogLink" value="{$config['blog']}"} - {assign var="twitterLink" value="{$config['twitter']}"} - {assign var="forumLink" value="{$config['forum']}"} + {assign var="blogLink" value="{$langs['labels']['blog']}"} + {assign var="twitterLink" value="{$langs['labels']['twitter']}"} + {assign var="forumLink" value="{$langs['labels']['forum']}"} {assign var="message" value="{$langs['labels']['More Information']|replace:'{BLOG}':$blogLink}"} {assign var="message" value="{$message|replace:'{TWITTER}':$twitterLink}"} diff --git a/install/css/install.css b/install/css/install.css index b3dbcc97ff..3266d02a60 100644 --- a/install/css/install.css +++ b/install/css/install.css @@ -124,6 +124,29 @@ span.ok { .more-information { line-height: 1.5; font-size: 16px; - margin-top: 100px; + margin-top: 70px; + text-align: left; } +.likes { + border-left-color: #D7983B; + -moz-border-bottom-colors: none; + -moz-border-left-colors: #F1AF4E; + -moz-border-right-colors: none; + -moz-border-top-colors: none; + border-color: #eee; + border-image: none; + border-radius: 3px; + border-style: solid; + border-width: 1px 1px 1px 5px; + margin: 20px 0; + padding: 10px; + text-align: center; +} + +.likes p { + color: #B56F08; + font-size: 15px; +} + +