Changeset 5689 for trunk/interface/owner/communication/notify/index.php
- Timestamp:
- 04/05/08 03:22:23 (9 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/interface/owner/communication/notify/index.php
r5632 r5689 58 58 if (!confirm("<?php echo _t('선택된 댓글을 삭제합니다. 계속 하시겠습니까?');?>")) 59 59 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); 61 61 request.onSuccess = function () { 62 62 document.getElementById('list-form').submit(); … … 75 75 targets[targets.length] = oElement.value; 76 76 } 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"); 78 78 request.onSuccess = function() { 79 79 document.getElementById('list-form').submit(); … … 178 178 </div> 179 179 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"> 181 181 <table class="data-inbox" cellspacing="0" cellpadding="0"> 182 182 <thead> … … 326 326 <hr class="hidden" /> 327 327 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"> 329 329 <h2><?php echo _t('검색');?></h2> 330 330
