Fix tutorials json feed and PGP Installation tutorial video

This commit is contained in:
Hadi Nategh 2018-08-23 14:54:37 +02:00
parent 36a6efe837
commit 08b9138ae6
3 changed files with 5 additions and 5 deletions

View File

@ -1606,8 +1606,8 @@ var AppJS = (function(){ "use strict"; return Class.extend(
mailvelopeInstallationOffer: function ()
{
var buttons = [
{"text": 'Install', id: 'install', image: 'check', "default":true},
{"text": 'Close', id:'close', image: 'cancelled'}
{"text": egw.lang('Install'), id: 'install', image: 'check', "default":true},
{"text": egw.lang('Close'), id:'close', image: 'cancelled'}
];
var dialog = function(_content, _callback)
{

View File

@ -120,7 +120,7 @@ class Tutorial
{
if (!($json = Api\Cache::getCache(Api\Cache::TREE, __CLASS__, 'egw_tutorial_json')))
{
$json = file_get_contents('https://www.egroupware.de/videos/tutorials.json',
$json = file_get_contents('https://www.egroupware.org/videos/tutorials.json',
false, Api\Framework::proxy_context());
// Fallback tutorials.json
if (!$json) $json = file_get_contents('api/setup/tutorials.json');

View File

@ -17,11 +17,11 @@
<description value="Before proceeding further, we do highly recommend you to watch this short video, to see how mailvelope plugin works with EGroupware."/>
</row>
<row>
<video video_src="https://www.egroupware.de/videos/mailvelope_only_EN.mp4" controls="true" height="260" width="60%"/>
<video video_src="https://www.egroupware.org/videos/pgp/mailvelope_only_EN.mp4" controls="true" height="260" width="60%"/>
</row>
</rows>
</grid>
<styles>
video {
margin-left: 18%;