* 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
@@ -31,8 +31,8 @@ var moduleID = '<?php echo $moduleID;?>';
<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'>
@@ -53,7 +53,7 @@ var moduleID = '<?php echo $moduleID;?>';
</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 colored tablesorter datatable'>