mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +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>
|
||||
<rows>
|
||||
<row >
|
||||
<hbox onclick="$row_cont[onclick]">
|
||||
<image src="$row_cont[thumbnail]" height="70px"/>
|
||||
<vbox onclick="$row_cont[onclick]" align="center" statustext="$row_cont[title]">
|
||||
<description value = "$row_cont[title]" class="et2_ellipsis"/>
|
||||
</hbox>
|
||||
<image src="$row_cont[thumbnail]" height="70px"/>
|
||||
</vbox>
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
|
@ -1061,7 +1061,7 @@ var AppJS = Class.extend(
|
||||
egwTutorialPopup: function (_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