* Modified, added 'divider' into toggle control.

This commit is contained in:
liukmqd@gmail.com
2011-04-25 10:16:03 +00:00
parent 5a778f9c05
commit 8a5cc0dbcf
4 changed files with 16 additions and 16 deletions
+3 -3
View File
@@ -39,8 +39,8 @@ var customed = <?php echo (int)$customed;?>;
</div>
<script language='Javascript'>
$("#bysearchTab").toggle(
function(){$("#querybox").show(); $("#sidetable").hide(); },
function(){$("#querybox").hide(); $("#sidetable").show(); }
function(){$("#querybox").show(); $("#sidetable").hide(); $("#divider").hide(); },
function(){$("#querybox").hide(); $("#sidetable").show(); $("#divider").show(); }
);
</script>
<div class='f-right'>
@@ -65,7 +65,7 @@ var customed = <?php echo (int)$customed;?>;
</div>
</div>
</td>
<td class='divider <?php echo $treeClass;?>'></td>
<td id='divider' class='divider <?php echo $treeClass;?>'></td>
<td>
<?php $vars = "productID=$productID&browseType=$browseType&param=$param&orderBy=%s&recTotal={$pager->recTotal}&recPerPage={$pager->recPerPage}"; ?>
<table class='table-1 fixed colored tablesorter datatable'>