From: nicolasconnault Date: Mon, 4 Feb 2008 11:03:29 +0000 (+0000) Subject: MDL-13103 merging from 1.9 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=95f9fa4d1e54696d742fc319b55c31f5456a103d;p=moodle.git MDL-13103 merging from 1.9 --- diff --git a/admin/index.php b/admin/index.php index afddaf5e49..178dc1c8a6 100644 --- a/admin/index.php +++ b/admin/index.php @@ -317,6 +317,9 @@ print_box_end(); print_plugin_tables(); echo "
"; + echo '
'; + print_single_button('index.php', array('confirmupgrade' => 1, 'confirmrelease' => 1), get_string('reload'), 'get'); + echo '

'; echo '
'; echo ''; echo ''; diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index 88ec75793c..92a8263af9 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -1222,6 +1222,7 @@ $string['registrationno'] = 'No, I do not want to receive email'; $string['registrationsend'] = 'Send registration information to moodle.org'; $string['registrationyes'] = 'Yes, please notify me about important issues'; $string['reject'] = 'Reject'; +$string['reload'] = 'Reload'; $string['remotemaharauser'] = 'Remote Mahara User'; $string['remove'] = 'Remove'; $string['removeadmin'] = 'Remove admin'; diff --git a/lib/adminlib.php b/lib/adminlib.php index 0f0763248a..165978420a 100644 --- a/lib/adminlib.php +++ b/lib/adminlib.php @@ -4631,6 +4631,8 @@ function print_plugin_tables() { $strabouttobeinstalled = '(' . get_string('abouttobeinstalled') . ')'; $html = ''; + + $html .= ''; foreach ($plugins_ondisk as $cat => $list_ondisk) { $strcaption = get_string($cat); @@ -4640,7 +4642,7 @@ function print_plugin_tables() { $strcaption = get_string('managefilters'); } - $html .= '
' . "\n"; $html .= '\n" . '\n" @@ -4704,9 +4706,11 @@ function print_plugin_tables() { } } - $html .= '
' . $strcaption . '
' . get_string('directory') . "' . get_string('name') . "

'; + $html .= ''; } + $html .= '
'; + echo $html; } diff --git a/theme/standard/styles_fonts.css b/theme/standard/styles_fonts.css index 7bc6551f52..062884f2ad 100644 --- a/theme/standard/styles_fonts.css +++ b/theme/standard/styles_fonts.css @@ -276,6 +276,10 @@ body#admin-index .copyright { font-size: 0.8em; } +.plugincompattable { + font-size: 70%; +} + .plugincompattable td.standard { font-weight: normal; } @@ -291,6 +295,14 @@ body#admin-index .copyright { .plugincompattable td.warning { font-style: normal; } + +.plugincompattable { + text-align: left; +} + +.plugincheckwrapper { + text-align: center; +} /*** *** Blocks ***/ diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index ca4727f6bd..49a498954d 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -1007,6 +1007,13 @@ body#admin-modules table.generaltable td.c0 font-size: 130%; } +.plugincheckwrapper td{ + border: 1px #bbbbbb solid; +} + +.plugincheckwrapper{ + width: 100%; +} /* Admin settings */ #adminsettings div.form-item { clear: both;