mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
Fix tutorials json feed and PGP Installation tutorial video
This commit is contained in:
parent
36a6efe837
commit
08b9138ae6
@ -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)
|
||||
{
|
||||
|
@ -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');
|
||||
|
@ -17,7 +17,7 @@
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user