Merge branch '1029-Falta-cuadro-de-búsqueda-en-filtro-de-metaconsola-dev' into 'develop'

Style change text in user management

See merge request !599
This commit is contained in:
vgilc 2017-07-13 11:53:36 +02:00
commit 6829c8734f
1 changed files with 7 additions and 2 deletions

View File

@ -221,8 +221,6 @@ if (($filter_group == 0) && ($filter_search == '')) {
$table = new stdClass();
$table->width = '100%';
$table->class = "databox filters";
if(defined('METACONSOLE'))
$table->class = "databox_filters";
$table->rowclass[0] = '';
$table->data[0][0] = '<b>' . __('Group') . '</b>';
$table->data[0][1] = html_print_select_groups(false, "AR", true,
@ -496,3 +494,10 @@ echo '</div>';
enterprise_hook('close_meta_frame');
?>
<script type="text/javascript">
$(document).ready (function () {
console.log('sknknan');
// text-filter_search
});
</script>