mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-8290, fix for broken plugins
This commit is contained in:
parent
74a344bf3b
commit
537ea84763
11 changed files with 114 additions and 114 deletions
|
@ -1,10 +1,9 @@
|
|||
<table cellspacing="0" cellpadding="5" border="0" align="center">
|
||||
<table cellspacing="0" cellpadding="5" border="0" class="boxaligncenter">
|
||||
|
||||
<tr>
|
||||
<th colspan="3" scope="col"><?php print_string("basicsettings", "enrol_imsenterprise") ?></th>
|
||||
<th colspan="3" scope="col"><?php print_string("basicsettings", "enrol_imsenterprise") ?></th>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr valign="top">
|
||||
<td align="right"><?php print_string("location", "enrol_imsenterprise") ?>:</td>
|
||||
<td colspan="2">
|
||||
|
@ -19,10 +18,9 @@
|
|||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr valign="top">
|
||||
<td align="right"><?php print_string('mailadmins', 'enrol_imsenterprise') ?>:</td>
|
||||
<td width="10">
|
||||
<td style="width:10px">
|
||||
<input type="checkbox" value="1" name="enrol_mailadmins" <?php if ($frm->enrol_mailadmins) echo "checked=\"true\"" ?> />
|
||||
</td>
|
||||
<td>
|
||||
|
@ -74,8 +72,6 @@
|
|||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr valign="top">
|
||||
<td align="right"><?php print_string('sourcedidfallback', 'enrol_imsenterprise') ?>:</td>
|
||||
<td>
|
||||
|
@ -106,11 +102,8 @@ Photo processing is deactivated until we hear from Moodle dev forum about modifi
|
|||
<td colspan="3"><?php print_string('imsrolesdescription', 'enrol_imsenterprise') ?></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<?php
|
||||
|
||||
|
||||
$sitecontext = get_context_instance(CONTEXT_SYSTEM, SITEID);
|
||||
$assignableroles = get_assignable_roles($sitecontext);
|
||||
$assignableroles = array('0' => get_string('ignore')) + $assignableroles;
|
||||
|
@ -135,7 +128,6 @@ foreach($this->imsroles as $imsrolenum=>$imsrolename){
|
|||
} // End loop
|
||||
?>
|
||||
|
||||
|
||||
<tr>
|
||||
<th colspan="3" scope="col"><?php print_string("coursesettings", "enrol_imsenterprise") ?></th>
|
||||
</tr>
|
||||
|
@ -180,8 +172,6 @@ foreach($this->imsroles as $imsrolenum=>$imsrolename){
|
|||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<th colspan="3" scope="col"><?php print_string("miscsettings", "enrol_imsenterprise") ?></th>
|
||||
</tr>
|
||||
|
@ -206,4 +196,4 @@ foreach($this->imsroles as $imsrolenum=>$imsrolename){
|
|||
|
||||
</table>
|
||||
|
||||
<p><i><?php print_string('aftersaving...', 'enrol_imsenterprise') ?> <a href="../enrol/imsenterprise/importnow.php"><?php print_string('doitnow', 'enrol_imsenterprise') ?></a>.</i></p>
|
||||
<p><i><?php print_string('aftersaving...', 'enrol_imsenterprise') ?> <a href="../enrol/imsenterprise/importnow.php"><?php print_string('doitnow', 'enrol_imsenterprise') ?></a>.</i></p>
|
Loading…
Add table
Add a link
Reference in a new issue