fix portal html and 2016

This commit is contained in:
yuri
2016-02-09 11:55:21 +02:00
parent 2baee2398b
commit 725cd224c1
3 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@
<body>
<div class="container content"></div>
<footer>
<p class="credit small">&copy; 2015 <a href="http://www.espocrm.com" title="Powered by EspoCRM" alt="Visit official EspoCRM website">EspoCRM</a></p>
<p class="credit small">&copy; 2016 <a href="http://www.espocrm.com" title="Powered by EspoCRM" alt="Visit official EspoCRM website">EspoCRM</a></p>
</footer>
</body>
</html>

View File

@@ -19,7 +19,7 @@
id: '{{portalId}}',
useCache: {{useCache}},
cacheTimestamp: {{cacheTimestamp}},
url: '../api/v1/portal/{{portalId}}',
url: 'api/v1/portal/{{portalId}}',
}, function (app) {
{{runScript}}
});
@@ -30,7 +30,7 @@
<body>
<div class="container content"></div>
<footer>
<p class="credit small">&copy; 2015 <a href="http://www.espocrm.com" title="Powered by EspoCRM" alt="Visit official EspoCRM website">EspoCRM</a></p>
<p class="credit small">&copy; 2016 <a href="http://www.espocrm.com" title="Powered by EspoCRM" alt="Visit official EspoCRM website">EspoCRM</a></p>
</footer>
</body>
</html>