MDL-21693 Dropping _utf8 suffix from language codes and folder names; enabling new string managers - please note the transition is not yet fully complete because we need to wait for git to recognize the renames in cvs

This commit is contained in:
Petr Skoda
2010-04-10 07:24:56 +00:00
parent 4bf0c0b372
commit 3a915b0667
847 changed files with 2255 additions and 2454 deletions
+2 -1
View File
@@ -5907,11 +5907,12 @@ function print_plugin_tables() {
$html .= '<table class="generaltable plugincheckwrapper" cellspacing="4" cellpadding="1"><tr valign="top">';
foreach ($plugins_ondisk as $cat => $list_ondisk) {
$strcaption = get_string($cat);
if ($cat == 'mod') {
$strcaption = get_string('activitymodule');
} elseif ($cat == 'filter') {
$strcaption = get_string('managefilters');
} else {
$strcaption = get_string($cat);
}
$html .= '<td><table class="plugincompattable generaltable boxaligncenter" cellspacing="1" cellpadding="5" '