- Timestamp:
- 06/20/08 21:06:57 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/1.7/interface/owner/communication/comment/index.php
r6240 r6324 442 442 <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(); }" /> 443 443 <input type="hidden" name="withSearch" value="" /> 444 <input type="hidden" name="status" value="<?php echo $_POST['status'];?>" /> 444 445 <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();" /> 445 446 </div>
