mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-20 06:53:34 +01:00
8fa12bc9d5
- Implement tutorials navigator in tutorial popup
22 lines
979 B
XML
22 lines
979 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>
|
|
<menulist>
|
|
<menupopup id="apps" label="Applications" statustext="Please select application name" options="Please select" onchange="app.home.tutorial_appChange"/>
|
|
</menulist>
|
|
<menulist>
|
|
<menupopup id="tutorials" label="Tutorilas" statustext="Please select a tutorial" options="Please select" onchange="app.home.tutorial_tutorialsChange"/>
|
|
</menulist>
|
|
</hbox>
|
|
</hbox>
|
|
</template>
|
|
</overlay>
|