MDL-21695 Database module now uses new help strings
AMOS BEGIN HLP data/exportzip.html,[exportaszip_help,mod_data] HLP data/fields.html,[newfield_help,mod_data] HLP data/fieldmappings.html,[fieldmappings_help,mod_data] HLP data/importcsv.html,[csvimport_help,mod_data] HLP data/importfromfile.html,[fromfile_help,mod_data] HLP data/maxentries.html,[maxentries_help,mod_data] HLP data/requireapproval.html,[requireapproval_help,mod_data] HLP data/requiredentries.html,[requiredentries_help,mod_data] HLP data/requiredentriestoview.html,[requiredentriestoview_help,mod_data] HLP data/savepreset.html,[saveaspreset_help,mod_data] HLP data/tags.html,[availabletags_help,mod_data] HLP data/usepreset.html,[usestandard_help,mod_data] AMOS END
This commit is contained in:
+1
-1
@@ -341,7 +341,7 @@ if (has_capability('mod/data:manageentries',$context)) {
|
||||
echo '<tr>';
|
||||
echo '<td align="right">'.get_string('csvfile', 'data').':</td>';
|
||||
echo '<td><input type="file" name="recordsfile" size="30" />';
|
||||
echo $OUTPUT->old_help_icon('importcsv', get_string('csvimport', 'data'), 'data');
|
||||
echo $OUTPUT->help_icon('csvimport', 'data');
|
||||
echo '</td><tr>';
|
||||
echo '<td align="right">'.get_string('fielddelimiter', 'data').':</td>';
|
||||
echo '<td><input type="text" name="fielddelimiter" size="6" />';
|
||||
|
||||
Reference in New Issue
Block a user