Wrap code a bit to make it more readable.
No functional changes.
This commit is contained in:
@@ -315,7 +315,20 @@ if ($GLOBALS['cfg']['LeftFrameLight'] && strlen($GLOBALS['db'])) {
|
||||
}
|
||||
echo '</a></p>';
|
||||
if ($table_count) {
|
||||
echo '<span id=\'NavFilter\' style="display:none;"><span onclick="document.getElementById(\'fast_filter\').value=\'\'; fast_filter(\'\');document.getElementById(\'fast_filter\').focus();" style="background:white;color:black;cursor:pointer;padding:2px;margin:0 0 0 -20px;position:relative;float:right;" title="' . $strReset . '">X</span><input type="text" name="fast_filter" id="fast_filter" title="' . $strNavTableFilter . '" onkeyup="setTimeout(function(word){ return function(){ fast_filter(word);}}(this.value),1000);" style="width:90%;padding:0 -20px 0 0; padding:2px;" onfocus="this.select();" /></span><script type="text/javascript">document.getElementById(\'NavFilter\').style.display=\'\';</script>';
|
||||
?>
|
||||
<span id="NavFilter" style="display:none;">
|
||||
<span
|
||||
onclick="document.getElementById('fast_filter').value=''; fast_filter('');document.getElementById('fast_filter').focus();"
|
||||
style="background:white;color:black;cursor:pointer;padding:2px;margin:0 0 0 -20px;position:relative;float:right;"
|
||||
title="<?php echo $strReset; ?>">X</span>
|
||||
<input type="text" name="fast_filter" id="fast_filter"
|
||||
title="<?php echo $strNavTableFilter; ?>"
|
||||
onkeyup="setTimeout(function(word){ return function(){ fast_filter(word);}}(this.value),1000);"
|
||||
style="width:90%;padding:0 -20px 0 0; padding:2px;"
|
||||
onfocus="this.select();" />
|
||||
<script type="text/javascript">document.getElementById('NavFilter').style.display='';</script>
|
||||
</span>
|
||||
<?php
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user