WIP EGroupware tutorial:

- Make popup size bigger
- Style tutorials list
This commit is contained in:
Hadi Nategh 2015-10-06 16:37:51 +00:00
parent ab4b0e1e17
commit aa81ae5e5d
2 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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');
},
/**