Browse Source

fix fckeditor size in global calendar

Juan Carlos Raña 14 years ago
parent
commit
eacd75c33e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/admin/calendar.lib.php

+ 1 - 1
main/admin/calendar.lib.php

@@ -1279,7 +1279,7 @@ function show_add_form($id = '')
 	<!-- START date and time -->
 <tr>
 <div>
-<table border="0" width="80%">
+<table border="0" width="100%">
 				<tr><td colspan="4">
 					<div id="err_date" style="display:none;color:red"></div>
 					<div id="err_start_date" style="display:none;color:red"></div>