Explorar o código

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

Julian Prud'homme %!s(int64=17) %!d(string=hai) anos
pai
achega
7433af6457
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;