mirror of
https://github.com/webmin/webmin.git
synced 2026-08-12 18:40:43 +01:00
@@ -29,7 +29,7 @@ print &ui_table_start($text{'module_config'}, undef, 2);
|
||||
print &ui_table_row($text{'config_columns_to_display'},
|
||||
&ui_checkbox('columns', 'type', $text{'type'}, $config{'columns'} =~ /type/).
|
||||
&ui_checkbox('columns', 'size', $text{'size'}, $config{'columns'} =~ /size/).
|
||||
&ui_checkbox('columns', 'owner_user', $text{'owner_user'}, $config{'columns'} =~ /owner_user/).
|
||||
&ui_checkbox('columns', 'owner_user', $text{'ownership'}, $config{'columns'} =~ /owner_user/).
|
||||
&ui_checkbox('columns', 'permissions', $text{'permissions'}, $config{'columns'} =~ /permissions/).
|
||||
(get_attr_status() ? &ui_checkbox('columns', 'attributes', $text{'attributes'}, $config{'columns'} =~ /attributes/) : undef).
|
||||
(get_selinux_status() ? &ui_checkbox('columns', 'selinux', $text{'selinux'}, $config{'columns'} =~ /selinux/) : undef).
|
||||
|
||||
@@ -275,7 +275,7 @@ sub print_interface {
|
||||
push @ui_columns, ('<span data-head-type>' . $text{'type'} . '</span>') if($userconfig{'columns'} =~ /type/);
|
||||
push @ui_columns, ('<span data-head-actions>' . $text{'actions'} . '</span>');
|
||||
push @ui_columns, ('<span data-head-size>' . $text{'size'} . '</span>') if($userconfig{'columns'} =~ /size/);
|
||||
push @ui_columns, ('<span data-head-owner_user>' . $text{'owner_user'} . '</span>') if($userconfig{'columns'} =~ /owner_user/);
|
||||
push @ui_columns, ('<span data-head-owner_user>' . $text{'ownership'} . '</span>') if($userconfig{'columns'} =~ /owner_user/);
|
||||
push @ui_columns, ('<span data-head-permissions>' . $text{'permissions'} . '</span>') if($userconfig{'columns'} =~ /permissions/);
|
||||
push @ui_columns, ('<span data-head-attributes>' . $text{'attributes'} . '</span>') if(get_attr_status() && $userconfig{'columns'} =~ /attributes/);
|
||||
push @ui_columns, ('<span data-head-selinux>' . $text{'selinux'} . '</span>') if(get_selinux_status() && $userconfig{'columns'} =~ /selinux/);
|
||||
|
||||
@@ -155,3 +155,5 @@ context_label_error_proc=Failed to change security context
|
||||
attr_label=Attributes to apply
|
||||
attr_label_error=Attributes must be specified
|
||||
attr_label_error_proc=Failed to change attributes
|
||||
|
||||
ownership=Ownership
|
||||
|
||||
@@ -150,3 +150,5 @@ context_label_error_proc=Failed to change security context
|
||||
attr_label=Attributes to apply
|
||||
attr_label_error=Attributes must be specified
|
||||
attr_label_error_proc=Failed to change attributes
|
||||
|
||||
ownership=Ownership
|
||||
|
||||
@@ -157,3 +157,5 @@ info_total1=Total: $1 file and $2 directory
|
||||
info_total2=Total: $1 files and $2 directory
|
||||
info_total3=Total: $1 file and $2 directories
|
||||
info_total4=Total: $1 files and $2 directories
|
||||
|
||||
ownership=Ownership
|
||||
|
||||
@@ -157,3 +157,5 @@ context_label_error_proc=Failed to change security context
|
||||
attr_label=Attributes to apply
|
||||
attr_label_error=Attributes must be specified
|
||||
attr_label_error_proc=Failed to change attributes
|
||||
|
||||
ownership=Ownership
|
||||
|
||||
@@ -147,3 +147,5 @@ context_label_error_proc=Failed to change security context
|
||||
attr_label=Attributes to apply
|
||||
attr_label_error=Attributes must be specified
|
||||
attr_label_error_proc=Failed to change attributes
|
||||
|
||||
ownership=Ownership
|
||||
|
||||
Reference in New Issue
Block a user