From: <vo...@us...> - 2012-01-05 07:59:02
|
Revision: 8640 http://xoops.svn.sourceforge.net/xoops/?rev=8640&view=rev Author: voltan1 Date: 2012-01-05 07:58:55 +0000 (Thu, 05 Jan 2012) Log Message: ----------- Change image size Modified Paths: -------------- XoopsModules/fmcontent/branches/news/xoops_version.php Modified: XoopsModules/fmcontent/branches/news/xoops_version.php =================================================================== --- XoopsModules/fmcontent/branches/news/xoops_version.php 2012-01-04 14:45:11 UTC (rev 8639) +++ XoopsModules/fmcontent/branches/news/xoops_version.php 2012-01-05 07:58:55 UTC (rev 8640) @@ -550,7 +550,7 @@ 'description' => '_NEWS_MI_IMAGE_MAXWIDTH_DESC', 'formtype' => 'textbox', 'valuetype' => 'text', - 'default' => '800'); + 'default' => '1600'); $modversion['config'][] = array( 'name' => 'img_maxheight', @@ -558,14 +558,14 @@ 'description' => '_NEWS_MI_IMAGE_MAXHEIGHT_DESC', 'formtype' => 'textbox', 'valuetype' => 'text', - 'default' => '800'); + 'default' => '1600'); $modversion['config'][] = array( 'name' => 'img_mediumwidth', 'title' => '_NEWS_MI_IMAGE_MEDIUMWIDTH', 'description' => '_NEWS_MI_IMAGE_MEDIUMWIDTH_DESC', 'formtype' => 'textbox', 'valuetype' => 'text', - 'default' => '400'); + 'default' => '600'); $modversion['config'][] = array( 'name' => 'img_mediumheight', @@ -573,7 +573,7 @@ 'description' => '_NEWS_MI_IMAGE_MEDIUMHEIGHT_DESC', 'formtype' => 'textbox', 'valuetype' => 'text', - 'default' => '400'); + 'default' => '600'); $modversion['config'][] = array( 'name' => 'img_thumbwidth', @@ -581,7 +581,7 @@ 'description' => '_NEWS_MI_IMAGE_THUMBWIDTH_DESC', 'formtype' => 'textbox', 'valuetype' => 'text', - 'default' => '100'); + 'default' => '200'); $modversion['config'][] = array( 'name' => 'img_thumbheight', @@ -589,7 +589,7 @@ 'description' => '_NEWS_MI_IMAGE_THUMBHEIGHT_DESC', 'formtype' => 'textbox', 'valuetype' => 'text', - 'default' => '100'); + 'default' => '200'); $modversion['config'][] = array( 'name' => 'img_mime', 'title' => '_NEWS_MI_IMAGE_MIME', This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |