[Easymod-cvs] easymod2/mods/easymod easymod_display_functions.php,1.18,1.19 easymod_install.php,1.41
Status: Beta
Brought to you by:
wgeric
From: Markus P. <mar...@us...> - 2005-11-05 23:25:26
|
Update of /cvsroot/easymod/easymod2/mods/easymod In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15891/mods/easymod Modified Files: easymod_display_functions.php easymod_install.php Log Message: Here we go with more Nux' suggestions Index: easymod_display_functions.php =================================================================== RCS file: /cvsroot/easymod/easymod2/mods/easymod/easymod_display_functions.php,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** easymod_display_functions.php 5 Nov 2005 22:28:21 -0000 1.18 --- easymod_display_functions.php 5 Nov 2005 23:25:15 -0000 1.19 *************** *** 120,123 **** --- 120,126 ---- display_template( $phpbb_root_path . $script_path . 'templates/page_header.tpl', $variables) ; } + + // add the helpwin javascript and then options form + helpwin(); } *************** *** 146,150 **** // allow for the ability to pop open a sub window ! function helpwin( $width=400, $height=200) { global $phpbb_root_path, $script_path; --- 149,153 ---- // allow for the ability to pop open a sub window ! function helpwin($width=400, $height=300) { global $phpbb_root_path, $script_path; *************** *** 738,743 **** // display header info, like the welcome message and pic page_header( $lang['EM_step1']) ; - // add the helpwin javascript and then options form - helpwin() ; --- 741,744 ---- Index: easymod_install.php =================================================================== RCS file: /cvsroot/easymod/easymod2/mods/easymod/easymod_install.php,v retrieving revision 1.41 retrieving revision 1.42 diff -C2 -d -r1.41 -r1.42 *** easymod_install.php 5 Nov 2005 23:01:12 -0000 1.41 --- easymod_install.php 5 Nov 2005 23:25:15 -0000 1.42 *************** *** 874,878 **** page_header($lang['EM_step4']); - helpwin(600, 500); // Check which tables should we create before building the $sql array. --- 874,877 ---- |