print_box_end();
print_plugin_tables();
echo "<br />";
+ echo '<div class="continuebutton">';
+ print_single_button('index.php', array('confirmupgrade' => 1, 'confirmrelease' => 1), get_string('reload'), 'get');
+ echo '</div><br />';
echo '<form action="index.php"><div>';
echo '<input type="hidden" name="confirmupgrade" value="1" />';
echo '<input type="hidden" name="confirmrelease" value="1" />';
$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';
$strabouttobeinstalled = '(' . get_string('abouttobeinstalled') . ')';
$html = '';
+
+ $html .= '<table class="generaltable plugincheckwrapper" cellspacing="4" cellpadding="1"><tr valign="top">';
foreach ($plugins_ondisk as $cat => $list_ondisk) {
$strcaption = get_string($cat);
$strcaption = get_string('managefilters');
}
- $html .= '<table class="plugincompattable generaltable boxaligncenter" cellspacing="1" cellpadding="5" '
+ $html .= '<td><table class="plugincompattable generaltable boxaligncenter" cellspacing="1" cellpadding="5" '
. 'id="' . $cat . 'compattable" summary="compatibility table"><caption>' . $strcaption . '</caption>' . "\n";
$html .= '<tr class="r0"><th class="header c0">' . get_string('directory') . "</th>\n"
. '<th class="header c1">' . get_string('name') . "</th>\n"
}
}
- $html .= '</table><br />';
+ $html .= '</table></td>';
}
+ $html .= '</tr></table><br />';
+
echo $html;
}
font-size: 0.8em;
}
+.plugincompattable {
+ font-size: 70%;
+}
+
.plugincompattable td.standard {
font-weight: normal;
}
.plugincompattable td.warning {
font-style: normal;
}
+
+.plugincompattable {
+ text-align: left;
+}
+
+.plugincheckwrapper {
+ text-align: center;
+}
/***
*** Blocks
***/
font-size: 130%;
}
+.plugincheckwrapper td{
+ border: 1px #bbbbbb solid;
+}
+
+.plugincheckwrapper{
+ width: 100%;
+}
/* Admin settings */
#adminsettings div.form-item {
clear: both;