Fix clear button

Script was adapted to use jquery
Fix input box for all browsers
This commit is contained in:
dylfin
2010-12-15 13:16:28 -05:00
committed by Marc Delisle
parent d33594fcb9
commit 3b7a23ca21
4 changed files with 29 additions and 47 deletions

View File

@@ -289,8 +289,8 @@ if ($GLOBALS['cfg']['LeftFrameLight'] && strlen($GLOBALS['db'])) {
if ($table_count >= $GLOBALS['cfg']['LeftDisplayTableFilterMinimum']) {
?>
<span id="NavFilter">
<input type="text" name="fast_filter" id="fast_filter" title="<?php echo __('Filter'); ?>" value="<?php echo __('filter tables by name'); ?>" />
<span id="clear_fast_filter" title="<?php echo __('Clear'); ?>">X</span>
<input type="text" name="fast_filter" id="fast_filter" title="<?php echo __('Filter'); ?>" value="<?php echo __('filter tables by name'); ?>" />
</span>
<?php
}