* 이슈 상태 변경시 보고자에게 쪽지 발송 (어설프게=_=)
  * 이슈 작성시 '알림'에 기본 체크되도록 변경 (과연 잘 한 짓인가?!)

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5022 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2008-11-28 09:36:02 +00:00
parent 10c4a7ee0d
commit ae8428c1d9
2 changed files with 16 additions and 1 deletions

View file

@ -58,7 +58,7 @@
</dd>
<!--@if($is_logged)-->
<dd>
<input type="checkbox" name="notify_message" value="Y" <!--@if($oIssue->useNotify())-->checked="checked"<!--@end--> id="notify_message" />
<input type="checkbox" name="notify_message" value="Y" <!--@if($oIssue->useNotify() || !$oIssue->get('notify_message'))-->checked="checked"<!--@end--> id="notify_message" />
<label for="notify_message">{$lang->notify}</label>
</dd>
<!--@end-->