Changeset 5995
- Timestamp:
- 05/22/08 11:40:07 (8 months ago)
- Location:
- trunk/interface/owner
- Files:
-
- 2 modified
-
plugin/index.php (modified) (1 diff)
-
skin/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/interface/owner/plugin/index.php
r5989 r5995 521 521 <div class="section"> 522 522 <label for="search"><?php echo _t('제목');?>, <?php echo _t('내용');?></label> 523 <input type="text" id="search" class="input-text" name="search" value="<?php echo htmlspecialchars($search);?>" onkeydown="if (event.keyCode == '13') { document.getElementById(' search-form').submit();return false; }" />524 <input type="submit" class="search-button input-button" value="<?php echo _t('검색');?>" onclick="document.getElementById(' search-form').submit();return false;" />523 <input type="text" id="search" class="input-text" name="search" value="<?php echo htmlspecialchars($search);?>" onkeydown="if (event.keyCode == '13') { document.getElementById('plugin-search-form').submit();return false; }" /> 524 <input type="submit" class="search-button input-button" value="<?php echo _t('검색');?>" onclick="document.getElementById('plugin-search-form').submit();return false;" /> 525 525 </div> 526 526 </form> -
trunk/interface/owner/skin/index.php
r5992 r5995 239 239 <div class="section"> 240 240 <label for="search"><?php echo _t('제목');?>, <?php echo _t('내용');?></label> 241 <input type="text" id="search" class="input-text" name="search" value="<?php echo htmlspecialchars($search);?>" onkeydown="if (event.keyCode == '13') { document.getElementById('s earch-form').submit();return false; }" />242 <input type="submit" class="search-button input-button" value="<?php echo _t('검색');?>" onclick="document.getElementById('s earch-form').submit();return false;" />241 <input type="text" id="search" class="input-text" name="search" value="<?php echo htmlspecialchars($search);?>" onkeydown="if (event.keyCode == '13') { document.getElementById('skin-search-form').submit();return false; }" /> 242 <input type="submit" class="search-button input-button" value="<?php echo _t('검색');?>" onclick="document.getElementById('skin-search-form').submit();return false;" /> 243 243 </div> 244 244 </form>
