mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-20 06:53:34 +01:00
a6837b6a40
-Add popup tutorials player -List tutorials in sidebox with their titles and thumbnails only
14 lines
581 B
XML
14 lines
581 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE overlay PUBLIC "-//Stylite AG//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
|
|
<!-- $Id$ -->
|
|
<overlay>
|
|
<template id="home.tutorial" template="" lang="" group="0" version="15.1">
|
|
<hbox height="87%">
|
|
<iframe id="src" height="100%" width="100%" seamless="true" fullscreen="true"/>
|
|
</hbox>
|
|
<hbox class="dialogFooterToolbar">
|
|
<button align="left" statustext="Close this window" label="Close" id="button[close]" onclick="window.close()" image="close" background_image="1"/>
|
|
</hbox>
|
|
</template>
|
|
</overlay>
|