1 <table cellspacing=
"0" cellpadding=
"5" border=
"0" align=
"center">
4 <th colspan=
"3"><?php print_string("basicsettings", "enrol_imsenterprise") ?></th>
9 <td align=
"right"><?php print_string("location", "enrol_imsenterprise") ?>:
</td>
11 <input type=
"text" size=
"50" name=
"enrol_imsfilelocation" value=
"<?php echo ($frm->enrol_imsfilelocation ? $frm->enrol_imsfilelocation : '') ?>" />
16 <td align
="right"><?php
print_string("logtolocation", "enrol_imsenterprise") ?>:
</td>
18 <input type=
"text" size=
"50" name=
"enrol_logtolocation" value=
"<?php echo ($frm->enrol_logtolocation ? $frm->enrol_logtolocation : '') ?>" />
24 <td align
="right"><?php
print_string('mailadmins', 'enrol_imsenterprise') ?>:
</td>
26 <input type=
"checkbox" value=
"1" name=
"enrol_mailadmins" <?php if ($frm->enrol_mailadmins
) echo "checked=\"true\"" ?> />
35 <td align=
"right"><?php print_string('cronfrequency', 'enrol_imsenterprise') ?>:
</td>
37 (Not yet configurable)
43 <th colspan=
"3"><?php print_string("usersettings", "enrol_imsenterprise") ?></th>
47 <td align=
"right"><?php print_string('createnewusers', 'enrol_imsenterprise') ?>:
</td>
49 <input type=
"checkbox" value=
"1" name=
"enrol_createnewusers" <?php if ($frm->enrol_createnewusers
) echo "checked=\"true\"" ?> />
52 <?php helpbutton('createnewusers', 'More detail about this option', 'enrol/imsenterprise'); ?>
57 <td align=
"right"><?php print_string('deleteusers', 'enrol_imsenterprise') ?>:
</td>
59 <input type=
"checkbox" value=
"1" name=
"enrol_imsdeleteusers" <?php if ($frm->enrol_imsdeleteusers
) echo "checked=\"true\"" ?> />
62 <?php helpbutton('deleteusers', 'More detail about this option', 'enrol/imsenterprise'); ?>
67 <td align=
"right"><?php print_string('fixcaseusernames', 'enrol_imsenterprise') ?>:
</td>
69 <input type=
"checkbox" value=
"1" name=
"enrol_fixcaseusernames" <?php if ($frm->enrol_fixcaseusernames
) echo "checked=\"true\"" ?> />
77 <td align=
"right"><?php print_string('fixcasepersonalnames', 'enrol_imsenterprise') ?>:
</td>
79 <input type=
"checkbox" value=
"1" name=
"enrol_fixcasepersonalnames" <?php if ($frm->enrol_fixcasepersonalnames
) echo "checked=\"true\"" ?> />
89 <td align=
"right"><?php print_string('sourcedidfallback', 'enrol_imsenterprise') ?>:
</td>
91 <input type=
"checkbox" value=
"1" name=
"enrol_imssourcedidfallback" <?php if ($frm->enrol_imssourcedidfallback
) echo "checked=\"true\"" ?> />
94 <?php helpbutton('sourceddidfallback', 'More detail about this option', 'enrol/imsenterprise'); ?>
98 Photo processing is deactivated until we hear from Moodle dev forum about modification to gdlib.
101 <td align="right"><?php print_string('processphoto', 'enrol_imsenterprise') ?>:</td>
103 <input type="checkbox" value="1" name="enrol_processphoto" <?php if ($frm->enrol_processphoto) echo "checked=\"true\"" ?> />
106 <?php print_string('processphotowarning', 'enrol_imsenterprise') ?>
111 <th colspan="3"><?php print_string("coursesettings", "enrol_imsenterprise") ?></th>
115 <td align="right"><?php print_string('truncatecoursecodes', 'enrol_imsenterprise') ?>:</td>
117 <input type="text" <?php echo 'value="'.intval($frm->enrol_truncatecoursecodes).'"' ?> name="enrol_truncatecoursecodes" size="3" maxlength="3" />
120 <?php helpbutton('truncatecoursecodes', 'More detail about this option', 'enrol/imsenterprise'); ?>
125 <td align="right"><?php print_string('createnewcourses', 'enrol_imsenterprise') ?>:</td>
127 <input type="checkbox" value="1" name="enrol_createnewcourses" <?php if ($frm->enrol_createnewcourses) echo "checked=\"true\"" ?> />
130 <?php helpbutton('createnewcourses', 'More detail about this option', 'enrol/imsenterprise'); ?>
135 <td align="right"><?php print_string('createnewcategories', 'enrol_imsenterprise') ?>:</td>
137 <input type="checkbox" value="1" name="enrol_createnewcategories" <?php if ($frm->enrol_createnewcategories) echo "checked=\"true\"" ?> />
140 <?php helpbutton('categorisation', 'More detail about this option', 'enrol/imsenterprise'); ?>
145 <td align="right"><?php print_string('allowunenrol', 'enrol_imsenterprise') ?>:</td>
147 <input type="checkbox" value="1" name="enrol_imsunenrol" <?php if ($frm->enrol_imsunenrol) echo "checked=\"true\"" ?> />
150 <?php helpbutton('unenrol', 'More detail about this option', 'enrol/imsenterprise'); ?>
157 <th colspan="3"><?php print_string("miscsettings", "enrol_imsenterprise") ?></th>
161 <td align="right"><?php print_string('restricttarget', 'enrol_imsenterprise') ?>:</td>
163 <input type="text" <?php echo 'value="'.htmlspecialchars($frm->enrol_imsrestricttarget).'"' ?> name="enrol_imsrestricttarget" size="20" maxlength="32" />
164 <?php helpbutton('target', 'More detail about this option', 'enrol/imsenterprise'); ?>
169 <td align="right"><?php print_string('usecapitafix', 'enrol_imsenterprise') ?>:</td>
171 <input type="checkbox" value="1" name="enrol_imscapitafix" <?php if ($frm->enrol_imscapitafix) echo "checked=\"true\"" ?> />
174 <?php helpbutton('capita', 'More detail about this option', 'enrol/imsenterprise'); ?>
180 <p><i><?php print_string('aftersaving...', 'enrol_imsenterprise') ?> <a href="../enrol/imsenterprise/importnow.php"><?php print_string('doitnow', 'enrol_imsenterprise') ?></a>.</i></p>