Automatic installer.php lang files by installer_builder (20090118)
[moodle.git] / enrol / imsenterprise / config.html
blob9b17ad5720664de32a75683ada9bef8b3c5c17da
1 <table cellspacing="0" cellpadding="5" border="0" align="center">
3 <tr>
4 <th colspan="3"><?php print_string("basicsettings", "enrol_imsenterprise") ?></th>
5 </tr>
8 <tr valign="top">
9 <td align="right"><?php print_string("location", "enrol_imsenterprise") ?>:</td>
10 <td colspan="2">
11 <input type="text" size="50" name="enrol_imsfilelocation" value="<?php echo ($frm->enrol_imsfilelocation ? $frm->enrol_imsfilelocation : '') ?>" />
12 </td>
13 </tr>
15 <tr valign="top">
16 <td align="right"><?php print_string("logtolocation", "enrol_imsenterprise") ?>:</td>
17 <td colspan="2">
18 <input type="text" size="50" name="enrol_logtolocation" value="<?php echo ($frm->enrol_logtolocation ? $frm->enrol_logtolocation : '') ?>" />
19 </td>
20 </tr>
23 <tr valign="top">
24 <td align="right"><?php print_string('mailadmins', 'enrol_imsenterprise') ?>:</td>
25 <td width="10">
26 <input type="checkbox" value="1" name="enrol_mailadmins" <?php if ($frm->enrol_mailadmins) echo "checked=\"true\"" ?> />
27 </td>
28 <td>
30 </td>
31 </tr>
34 <tr valign="top">
35 <td align="right"><?php print_string('cronfrequency', 'enrol_imsenterprise') ?>:</td>
36 <td colspan="2">
37 (Not yet configurable)
38 </td>
39 </tr>
42 <tr>
43 <th colspan="3"><?php print_string("usersettings", "enrol_imsenterprise") ?></th>
44 </tr>
46 <tr valign="top">
47 <td align="right"><?php print_string('createnewusers', 'enrol_imsenterprise') ?>:</td>
48 <td>
49 <input type="checkbox" value="1" name="enrol_createnewusers" <?php if ($frm->enrol_createnewusers) echo "checked=\"true\"" ?> />
50 </td>
51 <td>
52 <?php helpbutton('createnewusers', 'More detail about this option', 'enrol/imsenterprise'); ?>
53 </td>
54 </tr>
56 <tr valign="top">
57 <td align="right"><?php print_string('deleteusers', 'enrol_imsenterprise') ?>:</td>
58 <td>
59 <input type="checkbox" value="1" name="enrol_imsdeleteusers" <?php if ($frm->enrol_imsdeleteusers) echo "checked=\"true\"" ?> />
60 </td>
61 <td>
62 <?php helpbutton('deleteusers', 'More detail about this option', 'enrol/imsenterprise'); ?>
63 </td>
64 </tr>
66 <tr valign="top">
67 <td align="right"><?php print_string('fixcaseusernames', 'enrol_imsenterprise') ?>:</td>
68 <td>
69 <input type="checkbox" value="1" name="enrol_fixcaseusernames" <?php if ($frm->enrol_fixcaseusernames) echo "checked=\"true\"" ?> />
70 </td>
71 <td>
73 </td>
74 </tr>
76 <tr valign="top">
77 <td align="right"><?php print_string('fixcasepersonalnames', 'enrol_imsenterprise') ?>:</td>
78 <td>
79 <input type="checkbox" value="1" name="enrol_fixcasepersonalnames" <?php if ($frm->enrol_fixcasepersonalnames) echo "checked=\"true\"" ?> />
80 </td>
81 <td>
83 </td>
84 </tr>
88 <tr valign="top">
89 <td align="right"><?php print_string('sourcedidfallback', 'enrol_imsenterprise') ?>:</td>
90 <td>
91 <input type="checkbox" value="1" name="enrol_imssourcedidfallback" <?php if ($frm->enrol_imssourcedidfallback) echo "checked=\"true\"" ?> />
92 </td>
93 <td>
94 <?php helpbutton('sourceddidfallback', 'More detail about this option', 'enrol/imsenterprise'); ?>
95 </td>
96 </tr>
97 <!--
98 Photo processing is deactivated until we hear from Moodle dev forum about modification to gdlib.
100 <tr valign="top">
101 <td align="right"><?php print_string('processphoto', 'enrol_imsenterprise') ?>:</td>
102 <td>
103 <input type="checkbox" value="1" name="enrol_processphoto" <?php if ($frm->enrol_processphoto) echo "checked=\"true\"" ?> />
104 </td>
105 <td>
106 <?php print_string('processphotowarning', 'enrol_imsenterprise') ?>
107 </td>
108 </tr>
110 <tr>
111 <th colspan="3"><?php print_string("coursesettings", "enrol_imsenterprise") ?></th>
112 </tr>
114 <tr valign="top">
115 <td align="right"><?php print_string('truncatecoursecodes', 'enrol_imsenterprise') ?>:</td>
116 <td>
117 <input type="text" <?php echo 'value="'.intval($frm->enrol_truncatecoursecodes).'"' ?> name="enrol_truncatecoursecodes" size="3" maxlength="3" />
118 </td>
119 <td>
120 <?php helpbutton('truncatecoursecodes', 'More detail about this option', 'enrol/imsenterprise'); ?>
121 </td>
122 </tr>
124 <tr valign="top">
125 <td align="right"><?php print_string('createnewcourses', 'enrol_imsenterprise') ?>:</td>
126 <td>
127 <input type="checkbox" value="1" name="enrol_createnewcourses" <?php if ($frm->enrol_createnewcourses) echo "checked=\"true\"" ?> />
128 </td>
129 <td>
130 <?php helpbutton('createnewcourses', 'More detail about this option', 'enrol/imsenterprise'); ?>
131 </td>
132 </tr>
134 <tr valign="top">
135 <td align="right"><?php print_string('createnewcategories', 'enrol_imsenterprise') ?>:</td>
136 <td>
137 <input type="checkbox" value="1" name="enrol_createnewcategories" <?php if ($frm->enrol_createnewcategories) echo "checked=\"true\"" ?> />
138 </td>
139 <td>
140 <?php helpbutton('categorisation', 'More detail about this option', 'enrol/imsenterprise'); ?>
141 </td>
142 </tr>
144 <tr valign="top">
145 <td align="right"><?php print_string('allowunenrol', 'enrol_imsenterprise') ?>:</td>
146 <td>
147 <input type="checkbox" value="1" name="enrol_imsunenrol" <?php if ($frm->enrol_imsunenrol) echo "checked=\"true\"" ?> />
148 </td>
149 <td>
150 <?php helpbutton('unenrol', 'More detail about this option', 'enrol/imsenterprise'); ?>
151 </td>
152 </tr>
156 <tr>
157 <th colspan="3"><?php print_string("miscsettings", "enrol_imsenterprise") ?></th>
158 </tr>
160 <tr valign="top">
161 <td align="right"><?php print_string('restricttarget', 'enrol_imsenterprise') ?>:</td>
162 <td colspan="2">
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'); ?>
165 </td>
166 </tr>
168 <tr valign="top">
169 <td align="right"><?php print_string('usecapitafix', 'enrol_imsenterprise') ?>:</td>
170 <td>
171 <input type="checkbox" value="1" name="enrol_imscapitafix" <?php if ($frm->enrol_imscapitafix) echo "checked=\"true\"" ?> />
172 </td>
173 <td>
174 <?php helpbutton('capita', 'More detail about this option', 'enrol/imsenterprise'); ?>
175 </td>
176 </tr>
178 </table>
180 <p><i><?php print_string('aftersaving...', 'enrol_imsenterprise') ?> <a href="../enrol/imsenterprise/importnow.php"><?php print_string('doitnow', 'enrol_imsenterprise') ?></a>.</i></p>