Browse Source

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

Julian Prud'homme 18 năm trước cách đây
mục cha
commit
9438fbf27c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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/';