mirror of
https://github.com/webmin/webmin.git
synced 2025-07-21 23:40:34 +00:00
Added missing title
This commit is contained in:
@ -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) {
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user