diff --git a/html/js/admin.js b/html/js/admin.js index 12ea00490..7cd16bfd2 100644 --- a/html/js/admin.js +++ b/html/js/admin.js @@ -63,7 +63,7 @@ function folder_display(p_user) var content = getNodeText(html[0]); // fill up the div folder.innerHTML = unescape_xml(content); - + folder.innerHTML.evalScripts(); // show it folder.show(); $('database_filter_input').focus(); diff --git a/include/ajax/ajax_admin.php b/include/ajax/ajax_admin.php index 4668de52e..ef04d33b8 100644 --- a/include/ajax/ajax_admin.php +++ b/include/ajax/ajax_admin.php @@ -132,7 +132,11 @@ if ($op=='folder_display') // operation
diff --git a/include/constant.php b/include/constant.php index e12a76afc..01d789e65 100644 --- a/include/constant.php +++ b/include/constant.php @@ -117,7 +117,7 @@ define ('COMPTA_MIN_YEAR',1900); define ('MAX_RECONCILE',25); define ('MAX_QCODE',4); define ('MAX_SEARCH_CARD',20); -define ('MAX_FOLDER_TO_SHOW',20); +define ('MAX_FOLDER_TO_SHOW',80); define ('MAX_ACTION_SHOW',20); if ( DEBUG ) { diff --git a/include/lib/message_javascript.php b/include/lib/message_javascript.php index 633ca04ea..a06ffadf0 100644 --- a/include/lib/message_javascript.php +++ b/include/lib/message_javascript.php @@ -18,7 +18,6 @@ */ // Copyright (2014) Author Dany De Bontridder| + + |