forked from extern/egroupware
Fix tutorials popup styling
This commit is contained in:
parent
d16f9c88f6
commit
8a3a6e3f94
@ -3,7 +3,7 @@
|
|||||||
<!-- $Id$ -->
|
<!-- $Id$ -->
|
||||||
<overlay>
|
<overlay>
|
||||||
<template id="etemplate.egw_tutorial" template="" lang="" group="0" version="15.1">
|
<template id="etemplate.egw_tutorial" template="" lang="" group="0" version="15.1">
|
||||||
<grid id="list" width="99%" height="200" overflow="auto">
|
<grid id="list" width="99%" overflow="auto">
|
||||||
<columns>
|
<columns>
|
||||||
<column/>
|
<column/>
|
||||||
</columns>
|
</columns>
|
||||||
|
@ -3,37 +3,61 @@
|
|||||||
<!-- $Id$ -->
|
<!-- $Id$ -->
|
||||||
<overlay>
|
<overlay>
|
||||||
<template id="home.tutorial" template="" lang="" group="0" version="15.1">
|
<template id="home.tutorial" template="" lang="" group="0" version="15.1">
|
||||||
<hbox height="90%" class="tutorial_popup">
|
<grid height="100%" width="100%">
|
||||||
<hbox class="tutorial_videoList" width="220px">
|
<columns>
|
||||||
<grid id="list" classs="egwGridView_grid" resize_ratio="0" width="220px">
|
<column width="100%"/>
|
||||||
<columns>
|
</columns>
|
||||||
<column/>
|
<rows>
|
||||||
</columns>
|
<row>
|
||||||
<rows>
|
<hbox height="100%" class="tutorial_popup">
|
||||||
<row class="th" part="header">
|
<hbox class="tutorial_videoList" width="220px" height="580">
|
||||||
<menulist>
|
<grid id="list" classs="egwGridView_grid" resize_ratio="0" width="220px">
|
||||||
<menupopup id="apps" label="Applications" statustext="Please select application name" onchange="1"/>
|
<columns>
|
||||||
</menulist>
|
<column/>
|
||||||
</row>
|
</columns>
|
||||||
<row>
|
<rows>
|
||||||
<vbox onclick="$row_cont[onclick]" align="center" statustext="$row_cont[desc]">
|
<row class="th" part="header">
|
||||||
<hbox background="$row_cont[thumbnail]" height="130px" width="210px" class="egw_tutorial_thumb">
|
<menulist>
|
||||||
<description value = "$row_cont[title]" class="egw_tutorial_title"/>
|
<menupopup id="apps" label="Applications" statustext="Please select application name" onchange="1"/>
|
||||||
<hbox id="play" class="egw_tutorial_playBtn">
|
</menulist>
|
||||||
<hbox></hbox>
|
</row>
|
||||||
</hbox>
|
<row>
|
||||||
</hbox>
|
<vbox onclick="$row_cont[onclick]" align="center" statustext="$row_cont[desc]">
|
||||||
</vbox>
|
<hbox background="$row_cont[thumbnail]" height="130px" width="210px" class="egw_tutorial_thumb">
|
||||||
</row>
|
<description value = "$row_cont[title]" class="egw_tutorial_title"/>
|
||||||
</rows>
|
<hbox id="play" class="egw_tutorial_playBtn">
|
||||||
</grid>
|
<hbox></hbox>
|
||||||
</hbox>
|
</hbox>
|
||||||
<hbox class="tutorial_iframe_wrapper">
|
</hbox>
|
||||||
<iframe id="src" height="100%" seamless="true" width="100%" fullscreen="true"/>
|
</vbox>
|
||||||
</hbox>
|
</row>
|
||||||
</hbox>
|
</rows>
|
||||||
<hbox class="dialogFooterToolbar">
|
</grid>
|
||||||
<button align="left" statustext="Close this window" label="Close" id="button[close]" onclick="window.close()" image="close" background_image="1"/>
|
</hbox>
|
||||||
</hbox>
|
<hbox class="tutorial_iframe_wrapper">
|
||||||
|
<iframe id="src" height="100%" seamless="true" width="100%" fullscreen="true"/>
|
||||||
|
</hbox>
|
||||||
|
</hbox>
|
||||||
|
</row>
|
||||||
|
<!-- This row needs to be here in order to keep footer always at bottom when we resize the window -->
|
||||||
|
<row>
|
||||||
|
<grid resize_ratio="1">
|
||||||
|
<columns>
|
||||||
|
<column/>
|
||||||
|
</columns>
|
||||||
|
<rows>
|
||||||
|
<row>
|
||||||
|
<description/>
|
||||||
|
</row>
|
||||||
|
</rows>
|
||||||
|
</grid>
|
||||||
|
</row>
|
||||||
|
<row class="dialogFooterToolbar">
|
||||||
|
<hbox span="all">
|
||||||
|
<button align="left" statustext="Close this window" label="Close" id="button[close]" onclick="window.close()" image="close" background_image="1"/>
|
||||||
|
</hbox>
|
||||||
|
</row>
|
||||||
|
</rows>
|
||||||
|
</grid>
|
||||||
</template>
|
</template>
|
||||||
</overlay>
|
</overlay>
|
||||||
|
Loading…
Reference in New Issue
Block a user