mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-02-01 01:29:58 +09:00
17497766
* 이슈 상태 변경시 보고자에게 쪽지 발송 (어설프게=_=) * 이슈 작성시 '알림'에 기본 체크되도록 변경 (과연 잘 한 짓인가?!) git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5022 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
10c4a7ee0d
commit
ae8428c1d9
2 changed files with 16 additions and 1 deletions
|
|
@ -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-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue