Changeset 5061
- Timestamp:
- 01/16/08 01:15:49 (2 years ago)
- Files:
-
- 1 modified
-
trunk/lib/view/replyEditorView.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/view/replyEditorView.php
r5040 r5061 42 42 function submitComment() { 43 43 var oForm = document.commentToComment; 44 var oButton = document.submit -comment;44 var oButton = document.submitComment; 45 45 oButton.value = '<?php echo _text('저장중');?>'; 46 46 oButton.onclick = 'return false;'; … … 128 128 129 129 <div class="button-box"> 130 <input type="button" class="input-button" id="submit -comment" value="<?php echo _text('완료');?>" onclick="<?php echo $confirmString;?> submitComment()" />130 <input type="button" class="input-button" id="submitComment" value="<?php echo _text('완료');?>" onclick="<?php echo $confirmString;?> submitComment()" /> 131 131 </div> 132 132 </div>
