[Svn-src-all:1497] [version-2_5-dev 20389] 使用されていない不要なjavascriptを削除。

shutta admin @ mail.ec-cube.net
2011年 2月 24日 (木) 19:56:51 JST


Subversion committed to /home/svn/open 20389
http://svn.ec-cube.net/open_trac/changeset/20389
┌────────────────────────────┐
│更新者 :  shutta                                       │
│更新日時:  2011-02-24 19:56:50 +0900 (木, 24  2月 2011)│
└────────────────────────────┘

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


Changed:                      [U:修正,A:追加,D:削除]
--------------------------------------------------------
U   branches/version-2_5-dev/data/Smarty/templates/admin/customer/index.tpl

変更: branches/version-2_5-dev/data/Smarty/templates/admin/customer/index.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/admin/customer/index.tpl	2011-02-24 10:55:05 UTC (rev 20388)
+++ branches/version-2_5-dev/data/Smarty/templates/admin/customer/index.tpl	2011-02-24 10:56:50 UTC (rev 20389)
@@ -24,18 +24,6 @@
 <script type="text/javascript">
 <!--
 
-  function fnCustomerPage(pageno) {
-    document.form1.search_pageno.value = pageno;
-    document.form1.submit();
-  }
-
-  function fnCSVDownload(pageno) {
-    document.form1.mode.value = 'csv';
-    document.form1.submit();
-    document.form1.mode.value = '';
-    return false;
-  }
-
   function fnDelete(customer_id) {
     if (confirm('この顧客情報を削除しても宜しいですか?')) {
       document.form1.mode.value = "delete"
@@ -62,11 +50,6 @@
       return false;
     }
   }
-
-  function fnSubmit() {
-    document.form1.submit();
-    return false;
-  }
 //-->
 </script>
 




Svn-src-all メーリングリストの案内