Changed visual of metaconsole

This commit is contained in:
m-lopez-f 2015-03-13 10:52:49 +01:00
parent 1fb32cfd07
commit 01600cffb2
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ function printFormFilterAlert($id_group, $filter, $free_search, $url, $filter_st
$tags = tags_get_user_tags();
if (empty($tags)) {
$table->data[0][4] .= __('No tags');
$table->data[0][4] .= html_print_input_text('tags', __('No tags'), '', 20, 40, true,true);
}
else {
$table->data[0][4] .= html_print_select ($tags, "tag_filter", $tag_filter, '', __('All'), '', true, false, true, '', false, 'width: 150px;');