Bläddra i källkod

[svn r13156] Increase the size of the fck editor when creating/editing a step

Julian Prud'homme 17 år sedan
förälder
incheckning
7433af6457
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      main/newscorm/lp_controller.php

+ 1 - 1
main/newscorm/lp_controller.php

@@ -146,7 +146,7 @@ $_SESSION['oLP']->update_queue = array(); //reinitialises array used by javascri
 $_SESSION['oLP']->message = ''; //should use ->clear_message() method but doesn't work
 
 $fck_attribute['Width'] = '100%';
-$fck_attribute['Height'] = '400';
+$fck_attribute['Height'] = '950';
 $fck_attribute['ToolbarSet'] = 'Full';
 $fck_attribute['Config']['FullPage'] = true;