mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-31 19:19:43 +01:00
WIP EGroupware tutorial:
- Make popup size bigger - Style tutorials list
This commit is contained in:
parent
ab4b0e1e17
commit
aa81ae5e5d
@ -9,10 +9,10 @@
|
|||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row >
|
<row >
|
||||||
<hbox onclick="$row_cont[onclick]">
|
<vbox onclick="$row_cont[onclick]" align="center" statustext="$row_cont[title]">
|
||||||
<image src="$row_cont[thumbnail]" height="70px"/>
|
|
||||||
<description value = "$row_cont[title]" class="et2_ellipsis"/>
|
<description value = "$row_cont[title]" class="et2_ellipsis"/>
|
||||||
</hbox>
|
<image src="$row_cont[thumbnail]" height="70px"/>
|
||||||
|
</vbox>
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
|
@ -1061,7 +1061,7 @@ var AppJS = Class.extend(
|
|||||||
egwTutorialPopup: function (_tuid)
|
egwTutorialPopup: function (_tuid)
|
||||||
{
|
{
|
||||||
var url = egw.link('/index.php', 'menuaction=home.home_tutorial_ui.popup&tuid='+_tuid);
|
var url = egw.link('/index.php', 'menuaction=home.home_tutorial_ui.popup&tuid='+_tuid);
|
||||||
egw.open_link(url,'_blank','500x400');
|
egw.open_link(url,'_blank','750x580');
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user