이슈트래커의 글쓰기 폼에서 제목 내용 사라지는 문제 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6682 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-07-04 08:39:10 +00:00
parent 2b3b3c8297
commit 487076bc34

View file

@ -10,7 +10,7 @@
<!--@if($oIssue->getTitleText())-->
<input type="text" name="title" id="postTitle" class="inputText" value="{htmlspecialchars($oIssue->getTitleText())}" />
<!--@else-->
<input type="text" name="title" id="postTitle" class="inputText" value="{$lang->title}" onfocus="this.value=''" />
<input type="text" name="title" id="postTitle" class="inputText" value="{$lang->title}" title="{$lang->title}" onfocus="if(this.title == this.value) this.value='';" />
<!--@end-->
<table border="1" cellspacing="0" summary="Extra Form" class="extraVarsList">