installer improvements
This commit is contained in:
@@ -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,<br>please visit our blog: {BLOG}<br>follow us on twitter: {TWITTER}<br><br>If you have any suggestions or questions, please ask on the forum:<br>{FORUM}",
|
||||
"More Information": "For more information, please visit our {BLOG}, follow us on {TWITTER}.<br><br>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",
|
||||
|
||||
@@ -7,10 +7,22 @@
|
||||
{$langs['labels']['Congratulation! Welcome to EspoCRM']}
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
<div class="likes">
|
||||
<p>
|
||||
{$langs['labels']['share']}
|
||||
</p>
|
||||
<br>
|
||||
|
||||
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
|
||||
<div class="g-plusone" data-size="standard" data-count="true" data-href='http://www.espocrm.com'></div>
|
||||
</div>
|
||||
|
||||
<div class="more-information">
|
||||
{assign var="blogLink" value="<a target=\"_blank\" href=\"{$config['blog']}\">{$config['blog']}</a>"}
|
||||
{assign var="twitterLink" value="<a target=\"_blank\" href=\"{$config['twitter']}\">{$config['twitter']}</a>"}
|
||||
{assign var="forumLink" value="<a target=\"_blank\" href=\"{$config['forum']}\">{$config['forum']}</a>"}
|
||||
{assign var="blogLink" value="<a target=\"_blank\" href=\"{$config['blog']}\">{$langs['labels']['blog']}</a>"}
|
||||
{assign var="twitterLink" value="<a target=\"_blank\" href=\"{$config['twitter']}\">{$langs['labels']['twitter']}</a>"}
|
||||
{assign var="forumLink" value="<a target=\"_blank\" href=\"{$config['forum']}\">{$langs['labels']['forum']}</a>"}
|
||||
|
||||
{assign var="message" value="{$langs['labels']['More Information']|replace:'{BLOG}':$blogLink}"}
|
||||
{assign var="message" value="{$message|replace:'{TWITTER}':$twitterLink}"}
|
||||
|
||||
+24
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user