mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
32 lines
1019 B
XML
32 lines
1019 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE overlay PUBLIC "-//Stylite AG//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
|
|
<overlay>
|
|
<template id="etemplate.pgp_installation" template="" lang="" group="" version="15.1">
|
|
<grid height="300" width="450">
|
|
<columns>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row part="header">
|
|
<description value="You need to install Mailvelope plugin available for Chrome and Firefox from www.mailvelope.com or by clicking on install button."/>
|
|
</row>
|
|
<row>
|
|
<description value="$row_cont[domain]"/>
|
|
</row>
|
|
<row>
|
|
<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%"/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
|
|
<styles>
|
|
video {
|
|
margin-left: 18%;
|
|
}
|
|
</styles>
|
|
</template>
|
|
</overlay>
|