This commit is contained in:
Daniel Maya 2022-03-24 15:15:08 +01:00
parent 98aebc4587
commit 4c9bdca3f8
3 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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 = [

View File

@ -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,