mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 18:03:39 +01:00
a6837b6a40
-Add popup tutorials player -List tutorials in sidebox with their titles and thumbnails only
21 lines
620 B
XML
21 lines
620 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="etemplate.egw_tutorial" template="" lang="" group="0" version="15.1">
|
|
<grid id="list" class="egwGridView_grid" height="200" overflow="auto">
|
|
<columns>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row >
|
|
<hbox onclick="$row_cont[onclick]">
|
|
<image src="$row_cont[thumbnail]" height="70px"/>
|
|
<description value = "$row_cont[title]" class="et2_ellipsis"/>
|
|
</hbox>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
</overlay>
|