Show
Ignore:
Timestamp:
04/05/08 03:22:23 (9 months ago)
Author:
inureyes
Message:

#910

  • 댓글알리미에서 삭제 및 검색이 되지 않는 문제 수정
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/interface/owner/communication/notify/index.php

    r5632 r5689  
    5858                                    if (!confirm("<?php echo _t('선택된 댓글을 삭제합니다. 계속 하시겠습니까?');?>")) 
    5959                                        return; 
    60                                     var request = new HTTPRequest("GET", "<?php echo $blogURL;?>/owner/entry/notify/delete/" + id); 
     60                                    var request = new HTTPRequest("GET", "<?php echo $blogURL;?>/owner/communication/notify/delete/" + id); 
    6161                                    request.onSuccess = function () { 
    6262                                        document.getElementById('list-form').submit(); 
     
    7575                                            targets[targets.length] = oElement.value; 
    7676                                    } 
    77                                     var request = new HTTPRequest("POST", "<?php echo $blogURL;?>/owner/entry/notify/delete"); 
     77                                    var request = new HTTPRequest("POST", "<?php echo $blogURL;?>/owner/communication/notify/delete"); 
    7878                                    request.onSuccess = function() { 
    7979                                        document.getElementById('list-form').submit(); 
     
    178178                            </div> 
    179179                             
    180                             <form id="list-form" method="post" action="<?php echo $blogURL;?>/owner/entry/notify"> 
     180                            <form id="list-form" method="post" action="<?php echo $blogURL;?>/owner/communication/notify"> 
    181181                                <table class="data-inbox" cellspacing="0" cellpadding="0"> 
    182182                                    <thead> 
     
    326326                            <hr class="hidden" /> 
    327327                             
    328                             <form id="search-form" class="data-subbox" method="post" action="<?php echo $blogURL;?>/owner/entry/notify"> 
     328                            <form id="search-form" class="data-subbox" method="post" action="<?php echo $blogURL;?>/owner/communication/notify"> 
    329329                                <h2><?php echo _t('검색');?></h2> 
    330330