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