mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-19 03:09:55 +09:00
이슈트래커의 글쓰기 폼에서 제목 내용 사라지는 문제 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6682 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2b3b3c8297
commit
487076bc34
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue