mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
#8533 Fixed label
This commit is contained in:
parent
98aebc4587
commit
4c9bdca3f8
@ -397,7 +397,7 @@ function mainAgentsModules()
|
|||||||
1 => __('Show module data'),
|
1 => __('Show module data'),
|
||||||
];
|
];
|
||||||
|
|
||||||
$filter_type_label = '<b>'.__('Information to be show').'</b>';
|
$filter_type_label = '<b>'.__('Information to be shown').'</b>';
|
||||||
$filter_type = html_print_select($show_select, 'show_type', $show_type, '', '', 0, true, false, false, '', false, 'min-width: 180px;');
|
$filter_type = html_print_select($show_select, 'show_type', $show_type, '', '', 0, true, false, false, '', false, 'min-width: 180px;');
|
||||||
|
|
||||||
// Groups.
|
// Groups.
|
||||||
|
@ -1839,7 +1839,7 @@ $class = 'databox filters';
|
|||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr id="row_type_show" class="datos">
|
<tr id="row_type_show" class="datos">
|
||||||
<td class="bolder"><?php echo __('Information to be show'); ?></td>
|
<td class="bolder"><?php echo __('Information to be shown'); ?></td>
|
||||||
<td>
|
<td>
|
||||||
<?php
|
<?php
|
||||||
$show_select = [
|
$show_select = [
|
||||||
|
@ -258,7 +258,7 @@ class AgentModuleWidget extends Widget
|
|||||||
|
|
||||||
$inputs[] = [
|
$inputs[] = [
|
||||||
'class' => 'flex flex-row',
|
'class' => 'flex flex-row',
|
||||||
'label' => __('Information to be show'),
|
'label' => __('Information to be shown'),
|
||||||
'arguments' => [
|
'arguments' => [
|
||||||
'type' => 'select',
|
'type' => 'select',
|
||||||
'fields' => $show_select,
|
'fields' => $show_select,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user