visual fix
This commit is contained in:
parent
86447e2a0b
commit
2c065d6f38
|
@ -153,6 +153,15 @@ function print_filters($sec)
|
||||||
).'">';
|
).'">';
|
||||||
|
|
||||||
$filters .= html_print_table($table, true);
|
$filters .= html_print_table($table, true);
|
||||||
|
|
||||||
|
$filters .= "<div class='height_100p right'>".html_print_submit_button(
|
||||||
|
__('Show'),
|
||||||
|
'uptbutton',
|
||||||
|
false,
|
||||||
|
'class="sub search mgn_tp_0"',
|
||||||
|
true
|
||||||
|
).'</div>';
|
||||||
|
|
||||||
$filters .= '</form>';
|
$filters .= '</form>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue