Show
Ignore:
Timestamp:
06/20/08 21:06:57 (2 years ago)
Author:
inureyes
Message:

#1029

  • 변경사항을 1.7 트리에 반영
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.7/interface/owner/communication/comment/index.php

    r6240 r6324  
    442442                                    <input type="text" id="search" class="input-text" name="search" value="<?php echo htmlspecialchars($search);?>" onkeydown="if (event.keyCode == '13') { document.getElementById('search-form').withSearch.value = 'on'; document.getElementById('search-form').submit(); }" /> 
    443443                                    <input type="hidden" name="withSearch" value="" /> 
     444                                    <input type="hidden" name="status" value="<?php echo $_POST['status'];?>" /> 
    444445                                    <input type="submit" class="search-button input-button" value="<?php echo _t('검색');?>" onclick="document.getElementById('search-form').withSearch.value = 'on'; document.getElementById('search-form').submit();" /> 
    445446                                </div>