Changeset 1389
- Timestamp:
- 02/22/07 12:28:38 (6 years ago)
- Location:
- ccsweb/trunk/ccs_mods/billing
- Files:
-
- 2 edited
-
customerlist.js (modified) (1 diff)
-
customerlist.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ccsweb/trunk/ccs_mods/billing/customerlist.js
r1384 r1389 25 25 '#num' : function(element){ 26 26 element.onchange = num_disp_results; 27 } 27 }, 28 '#reset' : function(element){ 29 element.onclick = reset_search; 30 }, 28 31 }; 29 32 30 33 Behaviour.register(myrules); 31 34 35 function reset_search() 36 { 37 window.location="/mods/billing"; 38 } 32 39 function num_disp_results() 33 40 { -
ccsweb/trunk/ccs_mods/billing/customerlist.tpl
r1378 r1389 27 27 <input type=text name=search value="{$search}"/> 28 28 <input type=submit value="Search"> 29 <input type=reset name=reset id=reset> 29 30 </form> 30 31 <form id=numform>
Note: See TracChangeset
for help on using the changeset viewer.
