"1. 어제 숨김처리 한 '집체교육변경' 버튼 출력 (온라인일 경우)
2. 문구변경 : 집체교육변경 -> 수료일정변경"
This commit is contained in:
parent
c432e9604a
commit
ae65d32293
|
|
@ -62,12 +62,12 @@
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</a>
|
</a>
|
||||||
@if (false && d.cshape == 2 && d.estart > Convert.ToDateTime("1900-01-01") && d.eend > Convert.ToDateTime("1900-01-01") && d.iscomplete != 1 && Convert.ToDateTime(d.estart) > DateTime.Now)
|
@if (d.cshape == 2 && d.estart > Convert.ToDateTime("1900-01-01") && d.eend > Convert.ToDateTime("1900-01-01") && d.iscomplete != 1 && Convert.ToDateTime(d.estart) > DateTime.Now)
|
||||||
{
|
{
|
||||||
<dl class="ltaDl" style="display:inline">
|
<dl class="ltaDl" style="display:inline">
|
||||||
<dd>
|
<dd>
|
||||||
|
|
||||||
<input type="button" value="집체교육변경" onclick="javscript:openScd(@d.cmno,@d.lectno);" />
|
<input type="button" value="수료일정변경" onclick="javscript:openScd(@d.cmno,@d.lectno);" />
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue