Index: branches/dev/html/admin/basis/mail.php
===================================================================
--- branches/dev/html/admin/basis/mail.php	(revision 13635)
+++ branches/dev/html/admin/basis/mail.php	(revision 13660)
@@ -27,48 +27,4 @@
 //Ç§¾Ú²ÄÈÝ¤ÎÈ½Äê
 sfIsSuccess($objSess);
-
-//------------------------------------------------------------------
-
-    if($_POST["mode"] == ''){
-        if (count($objPage->arrErr) == 0) {
-        
-        //-- ¸¡º÷¥Ç¡¼¥¿¼èÆÀ
-        $sql = "SELECT * FROM dtb_templates";
-        $mail_list = $objQuery->getall($sql);
-        
-        // É½¼¨·ï¿ôÀßÄê
-        $page_rows = $objQuery->count("dtb_templates");
-        print($page_rows);
-        if(is_numeric($page_rows)) {    
-            $page_max = $page_rows;
-        } else {
-            $page_max = SEARCH_PMAX;
-        }
-        
-        //$offset = $page_max * ($objPage->arrForm['search_pageno'] - 1);
-        //$objSelect->setLimitOffset($page_max, $offset);
-        
-        $objPage->search_data = $list_data;
-        // ¹Ô¿ô¤Î¼èÆÀ
-            //$linemax = $objQuery->conn->getOne( $objSelect->getListCount(), $objSelect->arrVal);
-            //$objPage->tpl_linemax = $linemax;               // ²¿·ï¤¬³ºÅö¤·¤Þ¤·¤¿¡£É½¼¨ÍÑ
-            $objPage->tpl_linemax = $page_rows;
-            
-            // ¥Ú¡¼¥¸Á÷¤ê¤Î¼èÆÀ
-            $objNavi = new SC_PageNavi($_POST['search_pageno'], $linemax, $page_max, "fnCustomerPage", NAVI_PMAX);
-            $startno = $objNavi->start_row;
-            $objPage->arrPagenavi = $objNavi->arrPagenavi;
-            $objPage->list_data = $list_data;
-//            foreach($mail_list as $key => $value){
-//                
-//            }
-            
-                  
-        }
-    }
-
-//-----------------------------------------------------------------
-
-
 
 $objPage->arrMailTEMPLATE = $arrMAILTEMPLATE;
