* Modified, added 'divider' into toggle control.
This commit is contained in:
@@ -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¶m=$param&orderBy=%s&recTotal={$pager->recTotal}&recPerPage={$pager->recPerPage}"; ?>
|
||||
<table class='table-1 fixed colored tablesorter datatable'>
|
||||
|
||||
Reference in New Issue
Block a user