Show data type

This commit is contained in:
Daniel Maya 2020-12-01 12:29:53 +01:00
parent 1425b09683
commit 2b52b3beef
1 changed files with 0 additions and 8 deletions

View File

@ -593,10 +593,6 @@ $table->data[2][5] = html_print_input_text('min_hours_status', $min_hours_val, '
$table->data[3][0] = '<span id="datatypetittle" ';
if (!$_GET['sort']) {
$table->data[3][0] .= 'style="display:none"';
}
$table->data[3][0] .= '>'.__('Data type').'</span>';
@ -671,10 +667,6 @@ switch ($moduletype) {
$a = db_get_all_rows_sql($sql);
$table->data[3][1] .= '<select id="datatype" name="datatype" ';
if (!$_GET['sort']) {
$table->data[3][1] .= 'style="display:none"';
}
$table->data[3][1] .= '>';
$table->data[3][1] .= '<option name="datatype" value="">'.__('All').'</option>';