Added missing title

This commit is contained in:
Jamie Cameron
2008-08-30 20:31:14 +00:00
parent acea6dc059
commit b02946bcca
2 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,7 @@ $access{'export'} || &error($text{'export_ecannot'});
print "$text{'export_desc'}<p>\n";
print &ui_form_start("export_exec.cgi");
print &ui_table_start(undef, undef, 2);
print &ui_table_start($text{'export_header'}, undef, 2);
# Destination
if ($access{'export'} == 2) {

View File

@ -422,6 +422,7 @@ who_none=No users are currently logged in.
export_title=Export Batch File
export_desc=This form allows you to create a batch file containing some or all of the available users on the system. The file can be used on the Export Batch File page on another system to re-create the exported users, assuming that it uses the selected batch file format.
export_header=Batch user export options
export_to=Batch file destination
export_show=Display in browser
export_file=Write to file