egroupware/etemplate/templates/default/egw_tutorial.xet
Hadi Nategh a6837b6a40 WIP EGroupware tutorial:
-Add popup tutorials player
-List tutorials in sidebox with their titles and thumbnails only
2015-10-05 16:01:39 +00:00

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>