Added query ability to the customer grid. There is a bug with the paging code, but it roughly works.
git-svn-id: file:///svn-source/pmgr/branches/ledger_transactions_20090605/site@109 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -99,6 +99,16 @@ jQuery(document).ready(function(){
|
||||
<div id="customer-pager" class="scroll" style="text-align:center;"></div>
|
||||
</div>
|
||||
|
||||
<input type="BUTTON" id="bsdata" value="Search" />
|
||||
<script type="text/javascript"><!--
|
||||
$("#bsdata").click(function(){
|
||||
jQuery("#customer-list").searchGrid(
|
||||
{sopt:['cn','bw','eq','ne','lt','gt','ew']}
|
||||
);
|
||||
});
|
||||
--></script>
|
||||
|
||||
|
||||
<?php
|
||||
/* <div><a href="#" onClick="$('#debug').html(htmlEncode($('#everything').html())); return false;">Get Table Code</a></div> */
|
||||
/* <div id="debug"></div> */
|
||||
|
||||
Reference in New Issue
Block a user