From aa81ae5e5dcb8d0188553dadbe96951f1301b068 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 6 Oct 2015 16:37:51 +0000 Subject: [PATCH] WIP EGroupware tutorial: - Make popup size bigger - Style tutorials list --- etemplate/templates/default/egw_tutorial.xet | 6 +++--- phpgwapi/js/jsapi/app_base.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/etemplate/templates/default/egw_tutorial.xet b/etemplate/templates/default/egw_tutorial.xet index e6fc177a01..eae0e917f7 100644 --- a/etemplate/templates/default/egw_tutorial.xet +++ b/etemplate/templates/default/egw_tutorial.xet @@ -9,10 +9,10 @@ - - + - + + diff --git a/phpgwapi/js/jsapi/app_base.js b/phpgwapi/js/jsapi/app_base.js index 6885bf6704..a2319c66f7 100644 --- a/phpgwapi/js/jsapi/app_base.js +++ b/phpgwapi/js/jsapi/app_base.js @@ -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'); }, /**