enrol/database - added some headers to the config page

This commit is contained in:
martinlanghoff 2006-01-16 03:09:32 +00:00
parent 491651f448
commit e1c1a4a88f
2 changed files with 14 additions and 1 deletions

View File

@ -1,4 +1,9 @@
<table cellspacing="0" cellpadding="5" border="0" align="center">
<tr>
<th colspan="2">
<?php print_string("server_settings", "enrol_database") ?>
</td>
</tr>
<tr valign="top">
<td align="right">enrol_dbtype:</td>
<td>
@ -73,7 +78,9 @@
<?php print_string("dbtable","enrol_database") ?>
</td>
</tr>
<th colspan="2">
<?php print_string("field_mapping", "enrol_database") ?>
</td>
<tr valign="top">
<td align="right">enrol_localcoursefield:</td>
<td>
@ -114,6 +121,9 @@
</td>
</tr>
<th colspan="2">
<?php print_string("general_options", "enrol_database") ?>
</td>
<tr valign="top">
<td align="right">enrol_allowinternal:</td>
<td>

View File

@ -9,8 +9,11 @@ $string['dbuser'] = 'Username to access the server';
$string['dbpass'] = 'Password to access the server';
$string['dbname'] = 'The specific database to use';
$string['dbtable'] = 'The table in that database';
$string['general_options'] = 'General Options';
$string['field_mapping'] = 'Field Mapping';
$string['localcoursefield'] = 'The name of the field in the course table that we are using to match entries in the remote database (eg idnumber)';
$string['localuserfield'] = 'The name of the field in the local user table that we use to match the user to a remote record (eg idnumber)';
$string['server_settings'] = 'Server Settings';
$string['remotecoursefield'] = 'The field in the remote database we expect to find the course ID in';
$string['remoteuserfield'] = 'The field in the remote database we expect to find the user ID in';