Преглед изворни кода

[svn r11130] change the height of new forum description field

Julian Prud'homme пре 18 година
родитељ
комит
9438fbf27c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      main/forum/index.php

+ 1 - 1
main/forum/index.php

@@ -79,7 +79,7 @@ include('forumconfig.inc.php');
 include('forumfunction.inc.php');
 
 $fck_attribute['Width'] = '100%';
-$fck_attribute['Height'] = '300';
+$fck_attribute['Height'] = '175';
 $fck_attribute['ToolbarSet'] = 'Middle';
 $fck_attribute['Config']['IMUploadPath'] = 'upload/forum/';
 $fck_attribute['Config']['FlashUploadPath'] = 'upload/forum/';