<오류수정>
1. PMS NO : 2. (주요)작업내용 (1) BO/Views/Account/Error.cshtml - 문구 수정 (2) BO/Views/croom/gradeall.cshtml - 제한 조건 해제
This commit is contained in:
parent
fb4f8e6ebb
commit
7c3e88a5a8
|
|
@ -35,7 +35,7 @@
|
|||
</div>
|
||||
</section>
|
||||
<!-- footer -->
|
||||
<footer id="footer"><div class="text-center padder"><p><small style="color: #000;">KFCF framework base on Bootstrap<br>© @DateTime.Now.Year</small></p></div></footer>
|
||||
<footer id="footer"><div class="text-center padder"><p><small style="color: #000;">cte framework base on Bootstrap<br>© @DateTime.Now.Year</small></p></div></footer>
|
||||
<!-- / footer -->
|
||||
<script src="/js/jquery.min.js"></script>
|
||||
<!-- Bootstrap -->
|
||||
|
|
|
|||
|
|
@ -130,6 +130,7 @@
|
|||
@section scripts{
|
||||
<script>
|
||||
function listgo() {
|
||||
/*
|
||||
let chkVal = $("#stringval").val()
|
||||
let chkVal2 = $("#stringval3").val()
|
||||
let chkVal3 = $("#stringval7").val()
|
||||
|
|
@ -140,6 +141,8 @@
|
|||
else {
|
||||
msg("교육종료일, 교육생, 과정명 중 한가지이상 필수로 입력해 주세요 ")
|
||||
}
|
||||
*/
|
||||
submit();
|
||||
}
|
||||
|
||||
function gotab(idx) {
|
||||
|
|
|
|||
|
|
@ -41,8 +41,8 @@
|
|||
<add key="daokey" value="ynictelms2020" />
|
||||
|
||||
<!--<add key="configpath" value="Product" />-->
|
||||
<!--<add key="configpath" value="ProductDev" />-->
|
||||
<add key="configpath" value="Staging" />
|
||||
<add key="configpath" value="ProductDev" />
|
||||
<!--<add key="configpath" value="Staging" />-->
|
||||
|
||||
<add key="thumbnailexe" value="D:\\dev_tool\\ffmpeg.exe" />
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue