Initial commit
This commit is contained in:
47
install/core/tpl/finish.tpl
Normal file
47
install/core/tpl/finish.tpl
Normal file
@@ -0,0 +1,47 @@
|
||||
<div class="panel-body body">
|
||||
<form id="nav">
|
||||
<div class="row">
|
||||
<div class=" col-md-13">
|
||||
<div class="panel-body">
|
||||
<div class="likes">
|
||||
<p>
|
||||
{$langs['labels']['Congratulation! Welcome to EspoCRM']}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
{if $cronHelp}
|
||||
<div class="cron-help">
|
||||
{$cronTitle}
|
||||
<pre>
|
||||
{$cronHelp}
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
{assign var="link" value="<a target=\"_blank\" href=\"https://www.espocrm.com/documentation/administration/server-configuration/#user-content-setup-a-crontab\">{$langs['labels']['Setup instructions']}</a>"}
|
||||
|
||||
{assign var="message" value="{$langs['labels']['Crontab setup instructions']|replace:'{SETUP_INSTRUCTIONS}':$link}"}
|
||||
{$message}
|
||||
</p>
|
||||
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<footer class="modal-footer">
|
||||
<button class="btn btn-primary" type="button" id="start">{$langs['labels']['Go to EspoCRM']}</button>
|
||||
</footer>
|
||||
<script>
|
||||
{literal}
|
||||
$(function(){
|
||||
{/literal}
|
||||
var langs = {$langsJs};
|
||||
{literal}
|
||||
var installScript = new InstallScript({action: 'finish', langs: langs});
|
||||
})
|
||||
{/literal}
|
||||
</script>
|
||||
Reference in New Issue
Block a user