Changeset 20389


Ignore:
Timestamp:
2011/02/24 19:56:50 (13 years ago)
Author:
shutta
Message:

使用されていない不要なjavascriptを削除。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/Smarty/templates/admin/customer/index.tpl

    r20388 r20389  
    2525<!-- 
    2626 
    27   function fnCustomerPage(pageno) { 
    28     document.form1.search_pageno.value = pageno; 
    29     document.form1.submit(); 
    30   } 
    31  
    32   function fnCSVDownload(pageno) { 
    33     document.form1.mode.value = 'csv'; 
    34     document.form1.submit(); 
    35     document.form1.mode.value = ''; 
    36     return false; 
    37   } 
    38  
    3927  function fnDelete(customer_id) { 
    4028    if (confirm('この顧客情報を削除しても宜しいですか?')) { 
     
    6250      return false; 
    6351    } 
    64   } 
    65  
    66   function fnSubmit() { 
    67     document.form1.submit(); 
    68     return false; 
    6952  } 
    7053//--> 
Note: See TracChangeset for help on using the changeset viewer.