댓글입력 을 댓글등록 으로 변경

This commit is contained in:
gnuboard
2013-03-08 11:08:35 +09:00
parent f3e09ffd7a
commit 4c022aeded
4 changed files with 4 additions and 4 deletions

View File

@ -128,7 +128,7 @@ var char_max = parseInt(<?=$comment_max?>); // 최대
</table>
<div class="btn_confirm">
<input type="submit" class="btn_submit" value="댓글입력">
<input type="submit" class="btn_submit" value="댓글등록">
</div>
</form>

View File

@ -128,7 +128,7 @@ var char_max = parseInt(<?=$comment_max?>); // 최대
</table>
<div class="btn_confirm">
<input type="submit" class="btn_submit" value="댓글입력">
<input type="submit" class="btn_submit" value="댓글등록">
</div>
</form>

View File

@ -128,7 +128,7 @@ var char_max = parseInt(<?=$comment_max?>); // 최대
</table>
<div class="btn_confirm">
<input type="submit" class="btn_submit" value="댓글입력">
<input type="submit" class="btn_submit" value="댓글등록">
</div>
</form>

View File

@ -128,7 +128,7 @@ var char_max = parseInt(<?=$comment_max?>); // 최대
</table>
<div class="btn_confirm">
<input type="submit" class="btn_submit" value="댓글입력">
<input type="submit" class="btn_submit" value="댓글등록">
</div>
</form>